summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
6 daysoemu: cpu: Decode and process HLT instructionIan Moffett
6 daysoasm: Parse and encode the "HLT" instructionIan Moffett
6 daysoemu: cpu: Decode ADD instructionsIan Moffett
6 daysoasm: Implement encoding for 'ADD' instructionIan Moffett
6 daysoasm: emit: Remove extra whitespaceIan Moffett
7 daysoasm: emit: Remove extra newlineIan Moffett
7 daysproject: Bump version to 2.4Ian 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 dayskernel: tmpfs: Fixup real_size computationIan 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 dayskernel: subr: Check uaddr against mmap ledgerIan Moffett
7 daysoasm: Add initial codegen emit sourcesIan Moffett
7 daysbuild: Remove 'BLACKLIST'Ian 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
8 daysusr: oasm: Add log.cIan Moffett
8 daysusr: oasm: Store last token and line numberIan Moffett
8 daysusr: oasm: Add register token typesIan Moffett
8 daysusr: oasm: Add quotes around token nameIan Moffett
8 daysusr: Add initial "oasm" assembler workIan Moffett
8 daysusr: osh: Introduce '&' for background tasksIan Moffett
8 daysusr: osh: Refactor parsing logicIan Moffett
9 dayskernel: kconf: Seperate shared options to sys/confIan Moffett
9 daysusr: osh: Only write printable charactersIan Moffett
10 daysusr: nerve: Add 'peek' verb to nerve(1)Ian Moffett
10 daysman: nerve: List 'consfeat' nerve endingIan Moffett
10 daysusr: nerve: Convert nerve name in nerve_to_def()Ian Moffett
10 daysusr: nerve: Ensure nerve packet does not overflowIan Moffett
10 daysusr: nerve: Use 32 bit datum rather than 8 bitIan Moffett
10 daysusr: Add 'whoami' programIan Moffett
10 daysusr: nerve: Add 'consfeat' nerveIan Moffett
10 daysusr: nerve: Write 'c' directlyIan Moffett