An emulator, assembler, and disassembler for the Sega Game Gear
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
Ben Kurtovic d6d3b60b3e Fix a couple assembler bugs involving obscure instructions. 8 lat temu
..
directives.h Refactor; abstract out HashTable; start support for .DEFINEs. 9 lat temu
errors.c Implement LD instruction; most remaining ASM instruction functionality. 9 lat temu
errors.h Starting work on new ASM instructions system. 9 lat temu
hash_table.c Replace OOM checks with light wrappers around allocation functions. 9 lat temu
hash_table.h Do define substitution in argparsers; fix hashtables. 9 lat temu
inst_args.h Implement CALL; bugfix for condition 'Z'. 9 lat temu
instructions.c Fix assembler bugs in "ex af, af'" and "ex (sp), hl". 8 lat temu
instructions.h Pass argparse args as a struct to make keeping track of deftabs easier. 9 lat temu
instructions.inc.c Fix a couple assembler bugs involving obscure instructions. 8 lat temu
instructions.yml Fix a couple assembler bugs involving obscure instructions. 8 lat temu
io.c Replace OOM checks with light wrappers around allocation functions. 9 lat temu
io.h More splitting of assembler internals. 9 lat temu
parse_util.c Fix assembler bugs in "ex af, af'" and "ex (sp), hl". 8 lat temu
parse_util.h Starting work on new ASM instructions system. 9 lat temu
preprocessor.c Refactor debug logging as distinct from dev build; add tracing. 8 lat temu
preprocessor.h Split out preprocessor from assembler. 9 lat temu
state.c Refactor debug logging as distinct from dev build; add tracing. 8 lat temu
state.h Refactor debug logging as distinct from dev build; add tracing. 8 lat temu
tokenizer.c Refactor debug logging as distinct from dev build; add tracing. 8 lat temu
tokenizer.h Refactor out tokenizer; start implementing paging knowledge. 9 lat temu