index
:
Hyra
expt
main
old
stable
user
The Hyra Operating System
Ian Moffett <ian@osmora.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
oasm
/
lex.c
Age
Commit message (
Expand
)
Author
6 days
oasm: Introduce XOR mnemonic
Ian Moffett
6 days
oasm: Introduce OR mnemonic
Ian Moffett
6 days
oasm: Introduce AND mnemonic
Ian Moffett
9 days
oasm: Introduce encoding for the NOP instruction
Ian Moffett
10 days
oasm: Add encoding for MRO type instructions
Ian Moffett
10 days
oasm: Add initial support for labels
Ian Moffett
11 days
oasm: Add support for '!' comments
Ian Moffett
11 days
oasm: Add encoding for BR instruction
Ian Moffett
12 days
oasm: Introduce encoding for MUL instruction
Ian Moffett
13 days
oasm: Parse and encode the "HLT" instruction
Ian Moffett
13 days
oasm: lex: Convert and store <imm> to uint16_t
Ian Moffett
13 days
oasm: lex: Free tokenstr on error
Ian Moffett
14 days
usr: oasm: Free pointers on error paths
Ian Moffett
14 days
usr: oasm: Lex registers and operands
Ian Moffett
14 days
usr: oasm: Store last token and line number
Ian Moffett
2025-07-20
usr: oasm: Add quotes around token name
Ian Moffett
2025-07-19
usr: Add initial "oasm" assembler work
Ian Moffett