An emulator, assembler, and disassembler for the Sega Game Gear
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

05-includes.asm 397 B

8 yıl önce
1234567891011121314151617
  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