An emulator, assembler, and disassembler for the Sega Game Gear
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
Ben Kurtovic 3b757cced7 Add a rst() function. 9 anni fa
..
directives.h Refactor; abstract out HashTable; start support for .DEFINEs. 9 anni fa
errors.c Implement LD instruction; most remaining ASM instruction functionality. 9 anni fa
errors.h Starting work on new ASM instructions system. 9 anni fa
hash_table.c Replace OOM checks with light wrappers around allocation functions. 9 anni fa
hash_table.h Do define substitution in argparsers; fix hashtables. 9 anni fa
inst_args.h Implement CALL; bugfix for condition 'Z'. 9 anni fa
instructions.c Support instructions with args and no args; implement RET. 9 anni fa
instructions.h Pass argparse args as a struct to make keeping track of deftabs easier. 9 anni fa
instructions.inc.c Add a rst() function. 9 anni fa
instructions.yml Add a rst() function. 9 anni fa
io.c Replace OOM checks with light wrappers around allocation functions. 9 anni fa
io.h More splitting of assembler internals. 9 anni fa
parse_util.c Implement CALL; bugfix for condition 'Z'. 9 anni fa
parse_util.h Starting work on new ASM instructions system. 9 anni fa
preprocessor.c Replace OOM checks with light wrappers around allocation functions. 9 anni fa
preprocessor.h Split out preprocessor from assembler. 9 anni fa
state.c Do define substitution in argparsers; fix hashtables. 9 anni fa
state.h Do define substitution in argparsers; fix hashtables. 9 anni fa
tokenizer.c Implement new masking system for ASM instructions; bugfixes. 9 anni fa
tokenizer.h Refactor out tokenizer; start implementing paging knowledge. 9 anni fa