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.
|
- ;; Copyright (C) 2016 Ben Kurtovic <ben.kurtovic@gmail.com>
- ;; Released under the terms of the MIT License. See LICENSE for details.
-
- ; ----- CRATER UNIT TESTING SUITE ---------------------------------------------
-
- ; 06-formatting.asm
- ; Complex formatting test, involving strange indentation and newline usage
-
- foo: .inCLUde "06.inc.asm"
-
- .ORG $0100
-
- ayy: lmao:
- di
- InC a
- ret
|