An emulator, assembler, and disassembler for the Sega Game Gear
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 

18 líneas
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