An emulator, assembler, and disassembler for the Sega Game Gear
Não pode escolher mais do que 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- ;; 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
|