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