summaryrefslogtreecommitdiff
path: root/usr.bin/oasm/lex.c
AgeCommit message (Expand)Author
8 daysoasm: Introduce logical shift operationsIan Moffett
10 daysoasm: Introduce XOR mnemonicIan Moffett
10 daysoasm: Introduce OR mnemonicIan Moffett
10 daysoasm: Introduce AND mnemonicIan Moffett
14 daysoasm: Introduce encoding for the NOP instructionIan Moffett
2025-07-24oasm: Add encoding for MRO type instructionsIan Moffett
2025-07-23oasm: Add initial support for labelsIan Moffett
2025-07-22oasm: Add support for '!' commentsIan Moffett
2025-07-22oasm: Add encoding for BR instructionIan Moffett
2025-07-22oasm: Introduce encoding for MUL instructionIan Moffett
2025-07-21oasm: Parse and encode the "HLT" instructionIan 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: Lex registers and operandsIan Moffett
2025-07-20usr: oasm: Store last token and line numberIan Moffett
2025-07-20usr: oasm: Add quotes around token nameIan Moffett
2025-07-19usr: Add initial "oasm" assembler workIan Moffett