To continue this a bit, I wrote a simple dumper (based on the one in the Programming manual) that runs a fair bit faster than Kev's, the only problem is that is sends unformatted ASCII text to my terminal program, but I have no simple converters to fix this to binary...

Here is the .s code


PROGRAM 0   68 BYTES

   DPY-FIRST /1 LAST /2         :Sets Start and End of ROM
   REG1 = REG1 AND FFF0         :

1: LABEL 1
   READ @ REG1                  
   AUX-$E+
   INC REG1
   DPY-$1                     :Displays next memory read
   IF REG2 >= REG1 GOTO 1
   STOP

A bit shorter...and faster dumping, can anyone (Zonn?) edit the small Hex32Bin.EXE or Hex2BIN32.EXE to just handle raw ASCII conversion to Binary?

Thanks!

John :-#)#