summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
11 daysoemu: cpu: Decode the BR instructionIan Moffett
11 daysoemu: types: Add addr_t typeIan Moffett
11 daysoasm: Add encoding for BR instructionIan Moffett
11 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
12 daysoemu: cpu: Decode and process HLT instructionIan Moffett
12 daysoasm: Parse and encode the "HLT" instructionIan Moffett
12 daysoemu: cpu: Decode ADD instructionsIan Moffett
12 daysoasm: Implement encoding for 'ADD' instructionIan Moffett
12 daysoasm: emit: Remove extra whitespaceIan Moffett
12 daysoasm: emit: Remove extra newlineIan Moffett
12 daysproject: Bump version to 2.4Ian Moffett
12 daysusr: Add initial OSMX64 emulator sourcesIan Moffett
12 daysoasm: emit: Handle increment/decrement operationsIan Moffett
12 daysoasm: emit: Add 'unused' field to instructionIan Moffett
12 dayskernel: tmpfs: Fixup real_size computationIan Moffett
12 daysoasm: emit: Fix typoIan Moffett
12 daysoasm: parse: Add TT_INC to parse_tok()Ian Moffett
12 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
13 daysusr: oasm: Free pointers on error pathsIan Moffett
14 daysusr: oasm: Add initial parsing logicIan Moffett
14 daysusr: oasm: Add IMM tokstr entryIan Moffett
14 daysusr: oasm: Lex registers and operandsIan Moffett
14 daysusr: oasm: Add log.cIan Moffett
14 daysusr: oasm: Store last token and line numberIan Moffett
14 daysusr: oasm: Add register token typesIan Moffett
14 daysusr: oasm: Add quotes around token nameIan Moffett
14 daysusr: Add initial "oasm" assembler workIan Moffett
2025-07-19usr: osh: Introduce '&' for background tasksIan Moffett
2025-07-19usr: osh: Refactor parsing logicIan Moffett
2025-07-19kernel: kconf: Seperate shared options to sys/confIan Moffett
2025-07-19usr: osh: Only write printable charactersIan Moffett
2025-07-18usr: nerve: Add 'peek' verb to nerve(1)Ian Moffett
2025-07-18man: nerve: List 'consfeat' nerve endingIan Moffett
2025-07-18usr: nerve: Convert nerve name in nerve_to_def()Ian Moffett
2025-07-18usr: nerve: Ensure nerve packet does not overflowIan Moffett