An emulator, assembler, and disassembler for the Sega Game Gear
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
Ben Kurtovic d6d3b60b3e Fix a couple assembler bugs involving obscure instructions. 8年前
..
directives.h Refactor; abstract out HashTable; start support for .DEFINEs. 9年前
errors.c Implement LD instruction; most remaining ASM instruction functionality. 9年前
errors.h Starting work on new ASM instructions system. 9年前
hash_table.c Replace OOM checks with light wrappers around allocation functions. 9年前
hash_table.h Do define substitution in argparsers; fix hashtables. 9年前
inst_args.h Implement CALL; bugfix for condition 'Z'. 9年前
instructions.c Fix assembler bugs in "ex af, af'" and "ex (sp), hl". 8年前
instructions.h Pass argparse args as a struct to make keeping track of deftabs easier. 9年前
instructions.inc.c Fix a couple assembler bugs involving obscure instructions. 8年前
instructions.yml Fix a couple assembler bugs involving obscure instructions. 8年前
io.c Replace OOM checks with light wrappers around allocation functions. 9年前
io.h More splitting of assembler internals. 9年前
parse_util.c Fix assembler bugs in "ex af, af'" and "ex (sp), hl". 8年前
parse_util.h Starting work on new ASM instructions system. 9年前
preprocessor.c Refactor debug logging as distinct from dev build; add tracing. 8年前
preprocessor.h Split out preprocessor from assembler. 9年前
state.c Refactor debug logging as distinct from dev build; add tracing. 8年前
state.h Refactor debug logging as distinct from dev build; add tracing. 8年前
tokenizer.c Refactor debug logging as distinct from dev build; add tracing. 8年前
tokenizer.h Refactor out tokenizer; start implementing paging knowledge. 9年前