An emulator, assembler, and disassembler for the Sega Game Gear
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

03-headers2.asm 442 B

8 years ago
12345678910111213141516
  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. ; 03-headers2.asm
  5. ; Header/directive test using non-default values
  6. .rom_size "64 KB"
  7. .rom_header $7FF0
  8. .rom_product 101893
  9. .rom_version 3
  10. .rom_region "GG International"
  11. .rom_checksum on
  12. .rom_declsize "32 KB"
  13. .cross_blocks off