summaryrefslogtreecommitdiff
path: root/usr.bin/oasm/include
AgeCommit message (Expand)Author
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