An emulator, assembler, and disassembler for the Sega Game Gear
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
Ben Kurtovic d6d3b60b3e Fix a couple assembler bugs involving obscure instructions. před 8 roky
..
directives.h Refactor; abstract out HashTable; start support for .DEFINEs. před 9 roky
errors.c Implement LD instruction; most remaining ASM instruction functionality. před 9 roky
errors.h Starting work on new ASM instructions system. před 9 roky
hash_table.c Replace OOM checks with light wrappers around allocation functions. před 9 roky
hash_table.h Do define substitution in argparsers; fix hashtables. před 9 roky
inst_args.h Implement CALL; bugfix for condition 'Z'. před 9 roky
instructions.c Fix assembler bugs in "ex af, af'" and "ex (sp), hl". před 8 roky
instructions.h Pass argparse args as a struct to make keeping track of deftabs easier. před 9 roky
instructions.inc.c Fix a couple assembler bugs involving obscure instructions. před 8 roky
instructions.yml Fix a couple assembler bugs involving obscure instructions. před 8 roky
io.c Replace OOM checks with light wrappers around allocation functions. před 9 roky
io.h More splitting of assembler internals. před 9 roky
parse_util.c Fix assembler bugs in "ex af, af'" and "ex (sp), hl". před 8 roky
parse_util.h Starting work on new ASM instructions system. před 9 roky
preprocessor.c Refactor debug logging as distinct from dev build; add tracing. před 8 roky
preprocessor.h Split out preprocessor from assembler. před 9 roky
state.c Refactor debug logging as distinct from dev build; add tracing. před 8 roky
state.h Refactor debug logging as distinct from dev build; add tracing. před 8 roky
tokenizer.c Refactor debug logging as distinct from dev build; add tracing. před 8 roky
tokenizer.h Refactor out tokenizer; start implementing paging knowledge. před 9 roky