An emulator, assembler, and disassembler for the Sega Game Gear
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 

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