An emulator, assembler, and disassembler for the Sega Game Gear
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
Ben Kurtovic d6d3b60b3e Fix a couple assembler bugs involving obscure instructions. há 8 anos
..
directives.h Refactor; abstract out HashTable; start support for .DEFINEs. há 9 anos
errors.c Implement LD instruction; most remaining ASM instruction functionality. há 9 anos
errors.h Starting work on new ASM instructions system. há 9 anos
hash_table.c Replace OOM checks with light wrappers around allocation functions. há 9 anos
hash_table.h Do define substitution in argparsers; fix hashtables. há 9 anos
inst_args.h Implement CALL; bugfix for condition 'Z'. há 9 anos
instructions.c Fix assembler bugs in "ex af, af'" and "ex (sp), hl". há 8 anos
instructions.h Pass argparse args as a struct to make keeping track of deftabs easier. há 9 anos
instructions.inc.c Fix a couple assembler bugs involving obscure instructions. há 8 anos
instructions.yml Fix a couple assembler bugs involving obscure instructions. há 8 anos
io.c Replace OOM checks with light wrappers around allocation functions. há 9 anos
io.h More splitting of assembler internals. há 9 anos
parse_util.c Fix assembler bugs in "ex af, af'" and "ex (sp), hl". há 8 anos
parse_util.h Starting work on new ASM instructions system. há 9 anos
preprocessor.c Refactor debug logging as distinct from dev build; add tracing. há 8 anos
preprocessor.h Split out preprocessor from assembler. há 9 anos
state.c Refactor debug logging as distinct from dev build; add tracing. há 8 anos
state.h Refactor debug logging as distinct from dev build; add tracing. há 8 anos
tokenizer.c Refactor debug logging as distinct from dev build; add tracing. há 8 anos
tokenizer.h Refactor out tokenizer; start implementing paging knowledge. há 9 anos