An emulator, assembler, and disassembler for the Sega Game Gear
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
Ben Kurtovic d6d3b60b3e Fix a couple assembler bugs involving obscure instructions. hace 8 años
..
directives.h Refactor; abstract out HashTable; start support for .DEFINEs. hace 9 años
errors.c Implement LD instruction; most remaining ASM instruction functionality. hace 9 años
errors.h Starting work on new ASM instructions system. hace 9 años
hash_table.c Replace OOM checks with light wrappers around allocation functions. hace 9 años
hash_table.h Do define substitution in argparsers; fix hashtables. hace 9 años
inst_args.h Implement CALL; bugfix for condition 'Z'. hace 9 años
instructions.c Fix assembler bugs in "ex af, af'" and "ex (sp), hl". hace 8 años
instructions.h Pass argparse args as a struct to make keeping track of deftabs easier. hace 9 años
instructions.inc.c Fix a couple assembler bugs involving obscure instructions. hace 8 años
instructions.yml Fix a couple assembler bugs involving obscure instructions. hace 8 años
io.c Replace OOM checks with light wrappers around allocation functions. hace 9 años
io.h More splitting of assembler internals. hace 9 años
parse_util.c Fix assembler bugs in "ex af, af'" and "ex (sp), hl". hace 8 años
parse_util.h Starting work on new ASM instructions system. hace 9 años
preprocessor.c Refactor debug logging as distinct from dev build; add tracing. hace 8 años
preprocessor.h Split out preprocessor from assembler. hace 9 años
state.c Refactor debug logging as distinct from dev build; add tracing. hace 8 años
state.h Refactor debug logging as distinct from dev build; add tracing. hace 8 años
tokenizer.c Refactor debug logging as distinct from dev build; add tracing. hace 8 años
tokenizer.h Refactor out tokenizer; start implementing paging knowledge. hace 9 años