An emulator, assembler, and disassembler for the Sega Game Gear
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Ben Kurtovic 145322071d Support parsing labels; add checks for label length. 9 years ago
..
directives.h Implement space directive; allow commas in .byte. 9 years ago
errors.c Support parsing labels; add checks for label length. 9 years ago
errors.h Support parsing labels; add checks for label length. 9 years ago
inst_args.h Support parsing labels; add checks for label length. 9 years ago
instructions.c Support parsing labels; add checks for label length. 9 years ago
instructions.h Implement an insane(LY AWESOME) system for instruction parsing. 9 years ago
io.c More splitting of assembler internals. 9 years ago
io.h More splitting of assembler internals. 9 years ago
parse_util.c Support parsing labels; add checks for label length. 9 years ago
parse_util.h Support parsing labels; add checks for label length. 9 years ago
preprocessor.c Properly lower-case labels; ensure labels are not registers. 9 years ago
preprocessor.h Split out preprocessor from assembler. 9 years ago
state.c Remove NULL checks before free(). 9 years ago
state.h Support parsing labels; add checks for label length. 9 years ago
tokenizer.c Support parsing labels; add checks for label length. 9 years ago
tokenizer.h Refactor out tokenizer; start implementing paging knowledge. 9 years ago