summaryrefslogtreecommitdiff
path: root/usr.bin/oasm/lex.c
AgeCommit message (Expand)Author
7 daysoasm: Introduce encoding for the NOP instructionIan Moffett
8 daysoasm: Add encoding for MRO type instructionsIan Moffett
8 daysoasm: Add initial support for labelsIan Moffett
9 daysoasm: Add support for '!' commentsIan Moffett
10 daysoasm: Add encoding for BR instructionIan Moffett
10 daysoasm: Introduce encoding for MUL instructionIan Moffett
11 daysoasm: Parse and encode the "HLT" instructionIan Moffett
11 daysoasm: lex: Convert and store <imm> to uint16_tIan Moffett
11 daysoasm: lex: Free tokenstr on errorIan Moffett
12 daysusr: oasm: Free pointers on error pathsIan Moffett
12 daysusr: oasm: Lex registers and operandsIan Moffett
12 daysusr: oasm: Store last token and line numberIan Moffett
12 daysusr: oasm: Add quotes around token nameIan Moffett
12 daysusr: Add initial "oasm" assembler workIan Moffett