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
/
emit.c
Age
Commit message (
Expand
)
Author
2 days
oasm: Introduce XOR mnemonic
Ian Moffett
2 days
oasm: Introduce OR mnemonic
Ian Moffett
2 days
oasm: Introduce AND mnemonic
Ian Moffett
5 days
oasm: lex: lex_is_mro() -> tok_is_mro()
Ian Moffett
6 days
oasm: Introduce encoding for the NOP instruction
Ian Moffett
6 days
oasm: Add encoding for MRO type instructions
Ian Moffett
8 days
oasm: Add encoding for BR instruction
Ian Moffett
8 days
oasm: Add encoding logic for "DIV" instruction
Ian Moffett
8 days
oasm: Introduce encoding for MUL instruction
Ian Moffett
8 days
oasm: 'osxm64' -> 'osmx64'
Ian Moffett
9 days
oasm: Add encoding logic for "SUB" instruction
Ian Moffett
9 days
oasm: Parse and encode the "HLT" instruction
Ian Moffett
9 days
oasm: Implement encoding for 'ADD' instruction
Ian Moffett
9 days
oasm: emit: Remove extra whitespace
Ian Moffett
9 days
oasm: emit: Remove extra newline
Ian Moffett
9 days
oasm: emit: Handle increment/decrement operations
Ian Moffett
9 days
oasm: emit: Fix typo
Ian Moffett
9 days
oasm: emit: Don't use TAILQ_FOREACH for processing
Ian Moffett
10 days
oasm: Add initial codegen emit sources
Ian Moffett