Age | Commit message (Expand) | Author |
---|---|---|
3 days | oasm: Add stdbool.h includes | Ian Moffett |
3 days | oasm: Unreserve 9 opcode gap | Ian Moffett |
3 days | oasm: Add table to keep track of labels | Ian Moffett |
3 days | oasm: Add encoding for MRO type instructions | Ian Moffett |
3 days | oasm: Add initial support for labels | Ian Moffett |
4 days | oasm: Add encoding for BR instruction | Ian Moffett |
5 days | oasm: 'osxm64' -> 'osmx64' | Ian Moffett |
5 days | oasm: Parse and encode the "HLT" instruction | Ian Moffett |
6 days | oasm: emit: Add 'unused' field to instruction | Ian Moffett |
6 days | oasm: Add initial codegen emit sources | Ian Moffett |
6 days | oasm: parse: Add tok_is_xreg() helper | Ian Moffett |
6 days | oasm: lex: Convert and store <imm> to uint16_t | Ian Moffett |
7 days | usr: oasm: Add log.c | Ian Moffett |
7 days | usr: oasm: Store last token and line number | Ian Moffett |
7 days | usr: oasm: Add register token types | Ian Moffett |
7 days | usr: Add initial "oasm" assembler work | Ian Moffett |