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 ab3acc4b43 Add add and reti instructions. пре 9 година
..
directives.h Implement space directive; allow commas in .byte. пре 9 година
errors.c Add add and reti instructions. пре 9 година
errors.h Add add and reti instructions. пре 9 година
inst_args.h Implement parsing of immediates; bugfix. пре 9 година
instructions.c Add add and reti instructions. пре 9 година
instructions.h Implement an insane(LY AWESOME) system for instruction parsing. пре 9 година
io.c More splitting of assembler internals. пре 9 година
io.h More splitting of assembler internals. пре 9 година
parse_util.c Implement parsing of immediates; bugfix. пре 9 година
parse_util.h Implement parsing of immediates; bugfix. пре 9 година
preprocessor.c Properly lower-case labels; ensure labels are not registers. пре 9 година
preprocessor.h Split out preprocessor from assembler. пре 9 година
state.c Remove NULL checks before free(). пре 9 година
state.h Make ASMInstruction's bytes an array. пре 9 година
tokenizer.c Implement parsing of immediates; bugfix. пре 9 година
tokenizer.h Refactor out tokenizer; start implementing paging knowledge. пре 9 година