summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
8 daysoemu: cpu: Introduce decoding logic for DIVIan Moffett
8 daysoasm: Add encoding logic for "DIV" instructionIan Moffett
8 daysoemu: cpu: Introduce decoding for MUL instructionIan Moffett
8 daysoasm: Introduce encoding for MUL instructionIan Moffett
8 daysoasm: 'osxm64' -> 'osmx64'Ian Moffett
8 daysoemu: cpu: Introduce decoding logic for SUBIan Moffett
8 daysoasm: Add encoding logic for "SUB" instructionIan Moffett
9 daysoemu: cpu: Decode and process HLT instructionIan Moffett
9 daysoasm: Parse and encode the "HLT" instructionIan Moffett
9 daysoemu: cpu: Decode ADD instructionsIan Moffett
9 daysoasm: Implement encoding for 'ADD' instructionIan Moffett
9 daysoasm: emit: Remove extra whitespaceIan Moffett
9 daysoasm: emit: Remove extra newlineIan Moffett
9 daysproject: Bump version to 2.4Ian Moffett
9 daysusr: Add initial OSMX64 emulator sourcesIan Moffett
9 daysoasm: emit: Handle increment/decrement operationsIan Moffett
9 daysoasm: emit: Add 'unused' field to instructionIan Moffett
9 dayskernel: tmpfs: Fixup real_size computationIan Moffett
9 daysoasm: emit: Fix typoIan Moffett
9 daysoasm: parse: Add TT_INC to parse_tok()Ian Moffett
9 daysoasm: emit: Don't use TAILQ_FOREACH for processingIan Moffett
9 dayskernel: subr: Check uaddr against mmap ledgerIan Moffett
10 daysoasm: Add initial codegen emit sourcesIan Moffett
10 daysbuild: Remove 'BLACKLIST'Ian Moffett
10 daysoasm: Open and grab fd for binary output fileIan Moffett
10 daysoasm: parse: Add tok_is_xreg() helperIan Moffett
10 daysoasm: lex: Convert and store <imm> to uint16_tIan Moffett
10 daysoasm: lex: Free tokenstr on errorIan Moffett
10 daysusr: oasm: Free pointers on error pathsIan Moffett
10 daysusr: oasm: Add initial parsing logicIan Moffett
10 daysusr: oasm: Add IMM tokstr entryIan Moffett
10 daysusr: oasm: Lex registers and operandsIan Moffett
10 daysusr: oasm: Add log.cIan Moffett
10 daysusr: oasm: Store last token and line numberIan Moffett
10 daysusr: oasm: Add register token typesIan Moffett
10 daysusr: oasm: Add quotes around token nameIan Moffett
11 daysusr: Add initial "oasm" assembler workIan Moffett
11 daysusr: osh: Introduce '&' for background tasksIan Moffett
11 daysusr: osh: Refactor parsing logicIan Moffett
11 dayskernel: kconf: Seperate shared options to sys/confIan Moffett
11 daysusr: osh: Only write printable charactersIan Moffett
12 daysusr: nerve: Add 'peek' verb to nerve(1)Ian Moffett
12 daysman: nerve: List 'consfeat' nerve endingIan Moffett
12 daysusr: nerve: Convert nerve name in nerve_to_def()Ian Moffett
12 daysusr: nerve: Ensure nerve packet does not overflowIan Moffett
12 daysusr: nerve: Use 32 bit datum rather than 8 bitIan Moffett
12 daysusr: Add 'whoami' programIan Moffett
12 daysusr: nerve: Add 'consfeat' nerveIan Moffett
12 daysusr: nerve: Write 'c' directlyIan Moffett
12 daysdocs: man: Add nerve(1)Ian Moffett