
 E16.F          The simulator
 E16ROM.F       Microcode ROM table builder
 E16TABLE.F     Decoder tables
 E16TEST.F      Test stuff for E16.F
 EDECODE.F      Instruction decoder
 RTL.F          RTL wordset
 FP.TXT         Pipeline contents during control changes
 FPI.TXT        Sample instruction usage
 ISET.TXT       Instruction summary
 DECODER.TXT    Sample decode logic, not debugged
 VS.F           Validation suite

To load it and run validation suite:

FLOAD E16.F     \ loads the simulator
LOADROM VS.F    \ loads ROM code for the validation suite
FLOAD VS.F      \ evaluates the validation suite
ROM             \ loads the test ROM contained in E16TEST.F
BENCHMARK       \ measures how fast the simulator runs on your system
