Changes

Snapshot

977 bytes added, 2 January
/* BRKC Chunk (ACE) */
| 03
| 1
| ReservedBreakpoint map type (note 2)
|-
| 04
|-
| D0
| 81| Breakpoint map bank (note 2)|-| D1| 1| Breakpoint map page (note 2)|-| D2| 6
| Reserved
|-
''Example : FlagC AND (HL=DE OR HL=&5000)''
 
2. The map type determines the memory layout for which the breakpoint is valid.
The meaning of the values for map bank and map page depends on the map type value.
Possible values fir map type are:
* 0: Undefined. Map bank and page are ignored (always 0).
* 1: Main RAM. If map bank is 0, then linear main RAM is considered. If map bank is 1, then main RAM from &c000-&ffff mapped as &4000-&7fff is considered. Map page is ignored (always 0).
* 2: Extension RAM. Map bank is the 16K extension bank number (0-3). Map page is the 64K extension page number (0-31).
* 3: Extension ROM. Map bank is the ROM slot id (0-255). Map page is ignored (always 0).
* 4: Firmware ROM. Map bank and page are ignored (always 0).
* 5: Cartridge ROM. Map bank is the 16K ROM bank number (0-31). Map page is ignored (always 0).
* 6: ASIC I/O Page. Map bank and page are ignored (always 0).
== SYMB Chunk (ACE) ==
194
edits