---------------------------------------------------------------------------
	Macro Assembler AS
	
Used to assemble code of many processors including Motorola 68000 and Z80

Here's the home page for this assembler:

http://john.ccac.rwth-aachen.de:8000/as/

Here's the documentation for AS:

http://john.ccac.rwth-aachen.de:8000/as/as_EN.html


Some features you should know:

	- Nameless Temporary Symbols
	- String Constants
	- Operators
	- CHARSET instruction
---------------------------------------------------------------------------

---------------------------------------------------------------------------
	build.bat
	
Just double-click on this file and a Phantasy Star II bin file should be produced
If a bin file is not produced, then an error in the asm code most likely occurred.
If a PSII bin file already exists, then a copy of the previous file is kept
---------------------------------------------------------------------------

---------------------------------------------------------------------------
	chkbitperfect.bat
	
Compares the ROM produced by the disassembly with the original ROM (ps2original.bin).
---------------------------------------------------------------------------

---------------------------------------------------------------------------
	fixheader.exe
	
Automatically fixes the checksum of the produced ROM after assembling.
---------------------------------------------------------------------------