	When using the "ICD-12 External (RAM)" build target:

The Axiom board's config switches should be in the following configuration to
ensure that the SRAM in U4 and U5 is used (instead of the B32's flash memory)
for the 0x8000-0xFFFF memory range:

1 - A - (MODA) - ON
2 - B - (MODB) - ON
3 - EXT - (external memory) - ON
4 - MON - (D-Bug12 monitor in U6 and U7) - OFF
5 - VPP - (Flash Programming Voltage enable) - OFF
6 - RXD - OFF
7 - PC0 - OFF
8 - PC2 - OFF

When the debugger is launched, the code will be loaded into RAM.  Clicking the
Start/Continue (F5) button will cause the MCU to run through the startup code
(if any) and stop at the main() function.

Remeber that in Expanded mode (when MODA=MODB=1), Port A and Port B are used
for providing an address and data bus to the external memory devices and
therefore cannot be used for general I/O.

	When using the "ICD-12 On-Chip (FLASH)" build target:

The Axiom board's config switches should be in the following configuration to
ensure that the B32's on-chip flash memory is used from 0x8000-0xFFFF (instead
of the SRAM memory in U4 and U5):

1 - A - (MODA) - OFF
2 - B - (MODB) - OFF
3 - EXT - (external memory) - OFF
4 - MON - (D-Bug12 monitor in U6 and U7) - OFF
5 - VPP - (Flash Programming Voltage enable) - ON
6 - RXD - OFF
7 - PC0 - OFF
8 - PC2 - OFF

When the debugger is launched, the flash memory will be erased and then loaded
automatically.  Clicking the Start/Continue (F5) button will cause the MCU to
run through the startup code (if any) and stop at the main() function.
