summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2 daysoasm: parse: "instruction" -> "token"Ian Moffett
2 daysusr: osh: Add "!!" to repeat last commandIan Moffett
3 daysusr: osh: Print banner from /etc/motdIan Moffett
3 daysusr: kstat: Add CPU percent online reportingIan Moffett
3 daysoemu: cpu: Skip cycle upon decoding of NOP opcodeIan Moffett
3 daysoasm: Introduce encoding for the NOP instructionIan Moffett
3 daysoemu: cpu: Keep X0 zerored as per the OSMX64 specIan Moffett
4 daysoasm: Add stdbool.h includesIan Moffett
4 daysoasm: Unreserve 9 opcode gapIan Moffett
4 daysoasm: Add table to keep track of labelsIan Moffett
4 daysoemu: cpu: Add decoding logic of MRO instructionsIan Moffett
4 daysoasm: Add encoding for MRO type instructionsIan Moffett
4 daysoasm: parse: Remove unused stubIan Moffett
4 daysoasm: Add initial support for labelsIan Moffett
4 daysusr: Add 'oasm' and 'oemu' to the build listIan Moffett
4 daysoasm: parse: Use oasm_err instead of printf()Ian Moffett
5 daysoasm: Add support for '!' commentsIan Moffett
5 daysoemu: cpu: Decode the BR instructionIan Moffett
5 daysoemu: types: Add addr_t typeIan Moffett
5 daysoasm: Add encoding for BR instructionIan Moffett
5 daysoemu: cpu: Add link registers and SR_STATEIan Moffett
6 daysoemu: cpu: Add CPU register dumpIan Moffett
6 daysoemu: cpu: Introduce decoding logic for DIVIan Moffett
6 daysoasm: Add encoding logic for "DIV" instructionIan Moffett
6 daysoemu: cpu: Introduce decoding for MUL instructionIan Moffett
6 daysoasm: Introduce encoding for MUL instructionIan Moffett
6 daysoasm: 'osxm64' -> 'osmx64'Ian Moffett
6 daysoemu: cpu: Introduce decoding logic for SUBIan Moffett
6 daysoasm: Add encoding logic for "SUB" instructionIan Moffett
7 daysoemu: cpu: Decode and process HLT instructionIan Moffett
7 daysoasm: Parse and encode the "HLT" instructionIan Moffett
7 daysoemu: cpu: Decode ADD instructionsIan Moffett
7 daysoasm: Implement encoding for 'ADD' instructionIan Moffett
7 daysoasm: emit: Remove extra whitespaceIan Moffett
7 daysoasm: emit: Remove extra newlineIan Moffett
7 daysusr: Add initial OSMX64 emulator sourcesIan Moffett
7 daysoasm: emit: Handle increment/decrement operationsIan Moffett
7 daysoasm: emit: Add 'unused' field to instructionIan Moffett
7 daysoasm: emit: Fix typoIan Moffett
7 daysoasm: parse: Add TT_INC to parse_tok()Ian Moffett
7 daysoasm: emit: Don't use TAILQ_FOREACH for processingIan Moffett
7 daysoasm: Add initial codegen emit sourcesIan Moffett
7 daysoasm: Open and grab fd for binary output fileIan Moffett
7 daysoasm: parse: Add tok_is_xreg() helperIan Moffett
7 daysoasm: lex: Convert and store <imm> to uint16_tIan Moffett
7 daysoasm: lex: Free tokenstr on errorIan Moffett
8 daysusr: oasm: Free pointers on error pathsIan Moffett
8 daysusr: oasm: Add initial parsing logicIan Moffett
8 daysusr: oasm: Add IMM tokstr entryIan Moffett
8 daysusr: oasm: Lex registers and operandsIan Moffett