An emulator, assembler, and disassembler for the Sega Game Gear
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

14 行
124 B

  1. .org $0100
  2. .include "05.inc2.asm"
  3. .include "05.inc3.asm"
  4. bar:
  5. push de
  6. call blah
  7. xor d
  8. ret pe
  9. call testfunc
  10. exx
  11. ret