An emulator, assembler, and disassembler for the Sega Game Gear
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

14 lines
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