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 a839e8571c Use a max depth for includes rather than trying to detect recursion. 9 years ago
..
directives.h Makefile improvement; remove optimizer; minor tweaks. 9 years ago
errors.c Use a max depth for includes rather than trying to detect recursion. 9 years ago
errors.h Use a max depth for includes rather than trying to detect recursion. 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 Implement parse_bytes(), bugfixes, improve error messages. 9 years ago
parse_util.h Refactor out tokenizer; start implementing paging knowledge. 9 years ago
preprocessor.c Use a max depth for includes rather than trying to detect recursion. 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 Make ASMInstruction's bytes an array. 9 years ago
tokenizer.c Implement parse_bytes(), bugfixes, improve error messages. 9 years ago
tokenizer.h Refactor out tokenizer; start implementing paging knowledge. 9 years ago