An emulator, assembler, and disassembler for the Sega Game Gear
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
Ben Kurtovic 1818c1eede Fix assembler bugs in "ex af, af'" and "ex (sp), hl". il y a 8 ans
..
directives.h Refactor; abstract out HashTable; start support for .DEFINEs. il y a 9 ans
errors.c Implement LD instruction; most remaining ASM instruction functionality. il y a 9 ans
errors.h Starting work on new ASM instructions system. il y a 9 ans
hash_table.c Replace OOM checks with light wrappers around allocation functions. il y a 9 ans
hash_table.h Do define substitution in argparsers; fix hashtables. il y a 9 ans
inst_args.h Implement CALL; bugfix for condition 'Z'. il y a 9 ans
instructions.c Fix assembler bugs in "ex af, af'" and "ex (sp), hl". il y a 8 ans
instructions.h Pass argparse args as a struct to make keeping track of deftabs easier. il y a 9 ans
instructions.inc.c Remove unnecessary arg from _call_args(). il y a 9 ans
instructions.yml Add a rst() function. il y a 9 ans
io.c Replace OOM checks with light wrappers around allocation functions. il y a 9 ans
io.h More splitting of assembler internals. il y a 9 ans
parse_util.c Fix assembler bugs in "ex af, af'" and "ex (sp), hl". il y a 8 ans
parse_util.h Starting work on new ASM instructions system. il y a 9 ans
preprocessor.c Refactor debug logging as distinct from dev build; add tracing. il y a 8 ans
preprocessor.h Split out preprocessor from assembler. il y a 9 ans
state.c Refactor debug logging as distinct from dev build; add tracing. il y a 8 ans
state.h Refactor debug logging as distinct from dev build; add tracing. il y a 8 ans
tokenizer.c Refactor debug logging as distinct from dev build; add tracing. il y a 8 ans
tokenizer.h Refactor out tokenizer; start implementing paging knowledge. il y a 9 ans