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 d6d3b60b3e Fix a couple assembler bugs involving obscure instructions. пре 8 година
..
directives.h Refactor; abstract out HashTable; start support for .DEFINEs. пре 9 година
errors.c Implement LD instruction; most remaining ASM instruction functionality. пре 9 година
errors.h Starting work on new ASM instructions system. пре 9 година
hash_table.c Replace OOM checks with light wrappers around allocation functions. пре 9 година
hash_table.h Do define substitution in argparsers; fix hashtables. пре 9 година
inst_args.h Implement CALL; bugfix for condition 'Z'. пре 9 година
instructions.c Fix assembler bugs in "ex af, af'" and "ex (sp), hl". пре 8 година
instructions.h Pass argparse args as a struct to make keeping track of deftabs easier. пре 9 година
instructions.inc.c Fix a couple assembler bugs involving obscure instructions. пре 8 година
instructions.yml Fix a couple assembler bugs involving obscure instructions. пре 8 година
io.c Replace OOM checks with light wrappers around allocation functions. пре 9 година
io.h More splitting of assembler internals. пре 9 година
parse_util.c Fix assembler bugs in "ex af, af'" and "ex (sp), hl". пре 8 година
parse_util.h Starting work on new ASM instructions system. пре 9 година
preprocessor.c Refactor debug logging as distinct from dev build; add tracing. пре 8 година
preprocessor.h Split out preprocessor from assembler. пре 9 година
state.c Refactor debug logging as distinct from dev build; add tracing. пре 8 година
state.h Refactor debug logging as distinct from dev build; add tracing. пре 8 година
tokenizer.c Refactor debug logging as distinct from dev build; add tracing. пре 8 година
tokenizer.h Refactor out tokenizer; start implementing paging knowledge. пре 9 година