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
Age
Commit message (
Expand
)
Author
32 hours
oasm: Parse and encode the "HLT" instruction
Ian Moffett
33 hours
oasm: Implement encoding for 'ADD' instruction
Ian Moffett
33 hours
oasm: emit: Remove extra whitespace
Ian Moffett
36 hours
oasm: emit: Remove extra newline
Ian Moffett
37 hours
oasm: emit: Handle increment/decrement operations
Ian Moffett
37 hours
oasm: emit: Add 'unused' field to instruction
Ian Moffett
38 hours
oasm: emit: Fix typo
Ian Moffett
38 hours
oasm: parse: Add TT_INC to parse_tok()
Ian Moffett
38 hours
oasm: emit: Don't use TAILQ_FOREACH for processing
Ian Moffett
44 hours
oasm: Add initial codegen emit sources
Ian Moffett
44 hours
oasm: Open and grab fd for binary output file
Ian Moffett
44 hours
oasm: parse: Add tok_is_xreg() helper
Ian Moffett
44 hours
oasm: lex: Convert and store <imm> to uint16_t
Ian Moffett
44 hours
oasm: lex: Free tokenstr on error
Ian Moffett
3 days
usr: oasm: Free pointers on error paths
Ian Moffett
3 days
usr: oasm: Add initial parsing logic
Ian Moffett
3 days
usr: oasm: Add IMM tokstr entry
Ian Moffett
3 days
usr: oasm: Lex registers and operands
Ian Moffett
3 days
usr: oasm: Add log.c
Ian Moffett
3 days
usr: oasm: Store last token and line number
Ian Moffett
3 days
usr: oasm: Add register token types
Ian Moffett
3 days
usr: oasm: Add quotes around token name
Ian Moffett
3 days
usr: Add initial "oasm" assembler work
Ian Moffett