summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
3 daysoemu: types: Add addr_t typeIan Moffett
3 daysoasm: Add encoding for BR instructionIan Moffett
3 daysoemu: cpu: Add link registers and SR_STATEIan Moffett
3 daysoemu: cpu: Add CPU register dumpIan Moffett
3 daysoemu: cpu: Introduce decoding logic for DIVIan Moffett
3 daysoasm: Add encoding logic for "DIV" instructionIan Moffett
3 daysoemu: cpu: Introduce decoding for MUL instructionIan Moffett
3 daysoasm: Introduce encoding for MUL instructionIan Moffett
3 daysoasm: 'osxm64' -> 'osmx64'Ian Moffett
3 daysoemu: cpu: Introduce decoding logic for SUBIan Moffett
3 daysoasm: Add encoding logic for "SUB" instructionIan Moffett
4 daysoemu: cpu: Decode and process HLT instructionIan Moffett
4 daysoasm: Parse and encode the "HLT" instructionIan Moffett
4 daysoemu: cpu: Decode ADD instructionsIan Moffett
4 daysoasm: Implement encoding for 'ADD' instructionIan Moffett
4 daysoasm: emit: Remove extra whitespaceIan Moffett
4 daysoasm: emit: Remove extra newlineIan Moffett
4 daysusr: Add initial OSMX64 emulator sourcesIan Moffett
4 daysoasm: emit: Handle increment/decrement operationsIan Moffett
4 daysoasm: emit: Add 'unused' field to instructionIan Moffett
4 daysoasm: emit: Fix typoIan Moffett
4 daysoasm: parse: Add TT_INC to parse_tok()Ian Moffett
4 daysoasm: emit: Don't use TAILQ_FOREACH for processingIan Moffett
5 daysoasm: Add initial codegen emit sourcesIan Moffett
5 daysoasm: Open and grab fd for binary output fileIan Moffett
5 daysoasm: parse: Add tok_is_xreg() helperIan Moffett
5 daysoasm: lex: Convert and store <imm> to uint16_tIan Moffett
5 daysoasm: lex: Free tokenstr on errorIan Moffett
5 daysusr: oasm: Free pointers on error pathsIan Moffett
5 daysusr: oasm: Add initial parsing logicIan Moffett
5 daysusr: oasm: Add IMM tokstr entryIan Moffett
5 daysusr: oasm: Lex registers and operandsIan Moffett
5 daysusr: oasm: Add log.cIan Moffett
5 daysusr: oasm: Store last token and line numberIan Moffett
5 daysusr: oasm: Add register token typesIan Moffett
5 daysusr: oasm: Add quotes around token nameIan Moffett
6 daysusr: Add initial "oasm" assembler workIan Moffett
6 daysusr: osh: Introduce '&' for background tasksIan Moffett
6 daysusr: osh: Refactor parsing logicIan Moffett
6 daysusr: osh: Only write printable charactersIan Moffett
7 daysusr: nerve: Add 'peek' verb to nerve(1)Ian Moffett
7 daysusr: nerve: Convert nerve name in nerve_to_def()Ian Moffett
7 daysusr: nerve: Ensure nerve packet does not overflowIan Moffett
7 daysusr: nerve: Use 32 bit datum rather than 8 bitIan Moffett
7 daysusr: Add 'whoami' programIan Moffett
7 daysusr: nerve: Add 'consfeat' nerveIan Moffett
7 daysusr: nerve: Write 'c' directlyIan Moffett
7 daysusr.bin: Add 'nerve' program to poke ctlfsIan Moffett
8 dayskernel: spawn: Deprecate SPAWN_WAITIan Moffett
9 daysusr: Add 'kstat' program for system infoIan Moffett