Thanks.... woulda never guessed.
On Sep 12, 2004, at 4:34 PM, J. David Bryan wrote:
On 10 Sep 2004 at 20:30, Ron Hudson wrote:
simh hp2100
how do I setup the simulator to run the papertape basic?
hp2100
HP 2100 simulator V3.2-3
sim> attach ptr basic1.abs
sim> boot ptr
HALT instruction 102077, P: 77712 (JMP 77700)
sim> run 100
READY
10 PRINT "HELLO"
20 END
RUN
HELLO
READY
...
-- Dave