Renesas 37544 MCU notes:

1. The 37544 MCU uses the standard 740 family instruction set. Refer to the table of 740 Family addressing modes and machine instructions or the 740 Family Software Manual for details on the instruction set.
Machine-resident 740 Family instructions are as follows:
	The FST and SLW instructions cannot be used.
	The STP, WIT, MUL, and DIV instructions can be used.

2. Available Memory area:
	0-3F	: SFR area    		|
	40 - FF	: end of zero page	|	zero page area
	100 - 013F	: rest of RAM area	(RAM sizes: 256 Bytes)
	
	E000 - E07F	: reserved ROM area	(128 Bytes) 
						
	E080 - FF00	: ROM area
	FF00 - FFD3	: Special Page area
	FFD4 - FFDB	: reserved ROM area
	FFDC - FFFD	: interrupt vector area
	FFFE - FFFF	: reserved ROM area

3. targets:
	CSpy- this builds with IAR debug format to debug using CSpy.
		Requires different .xcl linker control file
	Debug- this builds with IEEE-695 format to debug using PD38.
		Requires different .xcl linker control file
	KD38 Debug- this builds with IEEE-695 format to debug using KD38.
		Requires different .xcl linker control file
	PDB38M Debug- this builds with ubrof format to debug using PDB38M. 
		Requires UBR2SYM conversion to generate Hex&Sym files from the ubrof file.
	Release- this builds with no debug format. Output is Motorola S28 record.

4. Memory area used in project:
	RAM- 40 to 013F (256 bytes)
	ROM- E080 to FFFD (8192 bytes)