An emulator, assembler, and disassembler for the Sega Game Gear
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

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