Index of Files

p88.exe
	Executable file (for Command Prompt of Windows)

doc/
	p88lecture.pdf	(Japanese) Document of p88 Assembler & Simulator
	p88resume.pdf	(Japanese) Compact Document
	p88sim_doc.pdf	(English) Document of p88 Assembler & Simulator

src/
	Source program of p88 Assembler & Simulator.
	You can instantly build it on Mac OS X.
	On other UNIX systems and Linux, be careful about header files and 
	libraries to build it.
	Additionally, you can build it on Windows.

samples/
	sample*.p88  Program in the original text
	a0?.p88      Sample program (Used in the lecture of IT Spiral)
	fact.p88     factorial
	list.p88     linear list
	hanoi.p88    tower of hanoi
