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