summaryrefslogtreecommitdiff
path: root/usr.bin/oasm/include
AgeCommit message (Expand)Author
2025-07-24oasm: Add encoding for MRO type instructionsIan Moffett
2025-07-23oasm: Add initial support for labelsIan Moffett
2025-07-22oasm: Add encoding for BR instructionIan Moffett
2025-07-22oasm: 'osxm64' -> 'osmx64'Ian Moffett
2025-07-21oasm: Parse and encode the "HLT" instructionIan Moffett
2025-07-21oasm: emit: Add 'unused' field to instructionIan Moffett
2025-07-20oasm: Add initial codegen emit sourcesIan 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-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-19usr: Add initial "oasm" assembler workIan Moffett