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 a74c4ab405 Refactor debug logging as distinct from dev build; add tracing. 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 Copyright year bumps; minor tweaks. vor 8 Jahren
instructions.h Pass argparse args as a struct to make keeping track of deftabs easier. vor 9 Jahren
instructions.inc.c Remove unnecessary arg from _call_args(). vor 9 Jahren
instructions.yml Add a rst() function. vor 9 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 Implement CALL; bugfix for condition 'Z'. vor 9 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