An emulator, assembler, and disassembler for the Sega Game Gear
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
Ben Kurtovic d6d3b60b3e Fix a couple assembler bugs involving obscure instructions. vor 8 Jahren
..
directives.h Refactor; abstract out HashTable; start support for .DEFINEs. vor 9 Jahren
errors.c Implement LD instruction; most remaining ASM instruction functionality. vor 9 Jahren
errors.h Starting work on new ASM instructions system. vor 9 Jahren
hash_table.c Replace OOM checks with light wrappers around allocation functions. vor 9 Jahren
hash_table.h Do define substitution in argparsers; fix hashtables. vor 9 Jahren
inst_args.h Implement CALL; bugfix for condition 'Z'. vor 9 Jahren
instructions.c Fix assembler bugs in "ex af, af'" and "ex (sp), hl". vor 8 Jahren
instructions.h Pass argparse args as a struct to make keeping track of deftabs easier. vor 9 Jahren
instructions.inc.c Fix a couple assembler bugs involving obscure instructions. vor 8 Jahren
instructions.yml Fix a couple assembler bugs involving obscure instructions. vor 8 Jahren
io.c Replace OOM checks with light wrappers around allocation functions. vor 9 Jahren
io.h More splitting of assembler internals. vor 9 Jahren
parse_util.c Fix assembler bugs in "ex af, af'" and "ex (sp), hl". vor 8 Jahren
parse_util.h Starting work on new ASM instructions system. vor 9 Jahren
preprocessor.c Refactor debug logging as distinct from dev build; add tracing. vor 8 Jahren
preprocessor.h Split out preprocessor from assembler. vor 9 Jahren
state.c Refactor debug logging as distinct from dev build; add tracing. vor 8 Jahren
state.h Refactor debug logging as distinct from dev build; add tracing. vor 8 Jahren
tokenizer.c Refactor debug logging as distinct from dev build; add tracing. vor 8 Jahren
tokenizer.h Refactor out tokenizer; start implementing paging knowledge. vor 9 Jahren