summaryrefslogtreecommitdiff
path: root/usr.bin/oasm
AgeCommit message (Expand)Author
5 daysoasm: Introduce logical shift operationsIan Moffett
7 daysoasm: Introduce XOR mnemonicIan Moffett
7 daysoasm: Introduce OR mnemonicIan Moffett
7 daysoasm: Introduce AND mnemonicIan Moffett
10 daysoasm: Remove redundant state->last updateIan Moffett
10 daysoasm: lex: lex_is_mro() -> tok_is_mro()Ian Moffett
10 daysoasm: parse: "instruction" -> "token"Ian Moffett
11 daysoasm: Introduce encoding for the NOP instructionIan Moffett
11 daysoasm: Add stdbool.h includesIan Moffett
11 daysoasm: Unreserve 9 opcode gapIan Moffett
11 daysoasm: Add table to keep track of labelsIan Moffett
11 daysoasm: Add encoding for MRO type instructionsIan Moffett
11 daysoasm: parse: Remove unused stubIan Moffett
12 daysoasm: Add initial support for labelsIan Moffett
12 daysoasm: parse: Use oasm_err instead of printf()Ian Moffett
13 daysoasm: Add support for '!' commentsIan Moffett
13 daysoasm: Add encoding for BR instructionIan Moffett
13 daysoasm: Add encoding logic for "DIV" instructionIan Moffett
13 daysoasm: Introduce encoding for MUL instructionIan Moffett
13 daysoasm: 'osxm64' -> 'osmx64'Ian Moffett
13 daysoasm: Add encoding logic for "SUB" instructionIan Moffett
14 daysoasm: Parse and encode the "HLT" instructionIan Moffett
14 daysoasm: Implement encoding for 'ADD' instructionIan Moffett
14 daysoasm: emit: Remove extra whitespaceIan Moffett
2025-07-21oasm: emit: Remove extra newlineIan Moffett
2025-07-21oasm: emit: Handle increment/decrement operationsIan Moffett
2025-07-21oasm: emit: Add 'unused' field to instructionIan Moffett
2025-07-21oasm: emit: Fix typoIan Moffett
2025-07-21oasm: parse: Add TT_INC to parse_tok()Ian Moffett
2025-07-21oasm: emit: Don't use TAILQ_FOREACH for processingIan Moffett
2025-07-20oasm: Add initial codegen emit sourcesIan Moffett
2025-07-20oasm: Open and grab fd for binary output fileIan Moffett
2025-07-20oasm: parse: Add tok_is_xreg() helperIan Moffett
2025-07-20oasm: lex: Convert and store <imm> to uint16_tIan Moffett
2025-07-20oasm: 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
2025-07-20usr: oasm: Add log.cIan Moffett
2025-07-20usr: oasm: Store last token and line numberIan Moffett
2025-07-20usr: oasm: Add register token typesIan Moffett
2025-07-20usr: oasm: Add quotes around token nameIan Moffett
2025-07-19usr: Add initial "oasm" assembler workIan Moffett