summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
7 daysoemu: cpu: Skip cycle upon decoding of NOP opcodeIan Moffett
7 daysoasm: Introduce encoding for the NOP instructionIan Moffett
7 daysdocs: readme: Add OEMU and OASM programs to READMEIan Moffett
7 daysoemu: cpu: Keep X0 zerored as per the OSMX64 specIan Moffett
8 daysoasm: Add stdbool.h includesIan Moffett
8 daysoasm: Unreserve 9 opcode gapIan Moffett
8 daysoasm: Add table to keep track of labelsIan Moffett
8 dayssys: queue: Include user headers ifndef _KERNELIan Moffett
8 daysetc: Add usage of MROW instruction in test-00.sIan Moffett
8 daysoemu: cpu: Add decoding logic of MRO instructionsIan Moffett
8 daysoasm: Add encoding for MRO type instructionsIan Moffett
8 daysoasm: parse: Remove unused stubIan Moffett
8 daysoasm: Add initial support for labelsIan Moffett
8 daysusr: Add 'oasm' and 'oemu' to the build listIan Moffett
8 daysoasm: parse: Use oasm_err instead of printf()Ian Moffett
9 daysbuild: Add tests for oasm and oemu in etc/oemu/Ian Moffett
9 daysoasm: Add support for '!' commentsIan Moffett
9 daysoemu: cpu: Decode the BR instructionIan Moffett
9 daysoemu: types: Add addr_t typeIan Moffett
9 daysoasm: Add encoding for BR instructionIan Moffett
9 daysoemu: cpu: Add link registers and SR_STATEIan Moffett
10 daysoemu: cpu: Add CPU register dumpIan Moffett
10 daysoemu: cpu: Introduce decoding logic for DIVIan Moffett
10 daysoasm: Add encoding logic for "DIV" instructionIan Moffett
10 daysoemu: cpu: Introduce decoding for MUL instructionIan Moffett
10 daysoasm: Introduce encoding for MUL instructionIan Moffett
10 daysoasm: 'osxm64' -> 'osmx64'Ian Moffett
10 daysoemu: cpu: Introduce decoding logic for SUBIan Moffett
10 daysoasm: Add encoding logic for "SUB" instructionIan Moffett
11 daysoemu: cpu: Decode and process HLT instructionIan Moffett
11 daysoasm: Parse and encode the "HLT" instructionIan Moffett
11 daysoemu: cpu: Decode ADD instructionsIan Moffett
11 daysoasm: Implement encoding for 'ADD' instructionIan Moffett
11 daysoasm: emit: Remove extra whitespaceIan Moffett
11 daysoasm: emit: Remove extra newlineIan Moffett
11 daysproject: Bump version to 2.4Ian Moffett
11 daysusr: Add initial OSMX64 emulator sourcesIan Moffett
11 daysoasm: emit: Handle increment/decrement operationsIan Moffett
11 daysoasm: emit: Add 'unused' field to instructionIan Moffett
11 dayskernel: tmpfs: Fixup real_size computationIan Moffett
11 daysoasm: emit: Fix typoIan Moffett
11 daysoasm: parse: Add TT_INC to parse_tok()Ian Moffett
11 daysoasm: emit: Don't use TAILQ_FOREACH for processingIan Moffett
11 dayskernel: subr: Check uaddr against mmap ledgerIan Moffett
11 daysoasm: Add initial codegen emit sourcesIan Moffett
11 daysbuild: Remove 'BLACKLIST'Ian Moffett
11 daysoasm: Open and grab fd for binary output fileIan Moffett
11 daysoasm: parse: Add tok_is_xreg() helperIan Moffett
11 daysoasm: lex: Convert and store <imm> to uint16_tIan Moffett
11 daysoasm: lex: Free tokenstr on errorIan Moffett