An emulator, assembler, and disassembler for the Sega Game Gear
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 

18 行
397 B

  1. ;; Copyright (C) 2016 Ben Kurtovic <ben.kurtovic@gmail.com>
  2. ;; Released under the terms of the MIT License. See LICENSE for details.
  3. ; ----- CRATER UNIT TESTING SUITE ---------------------------------------------
  4. ; 05-includes.asm
  5. ; Source file inclusion test, involving cross-file label references and complex
  6. ; origins
  7. .include "05.inc1.asm"
  8. .org $0000
  9. main:
  10. di
  11. ld c, $FA
  12. inc c
  13. call bar