mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 15:27:46 +00:00
These changes facilitate more robust parameter type checking and helps to identify unexpected coding errors. Most simulators can now also be compiled with a C++ compiler without warnings. Additionally, these changes have also been configured to facilitate easier backporting of simulator and device simulation modules to run under the simh v3.9+ SCP framework.
16 lines
271 B
Plaintext
16 lines
271 B
Plaintext
set verify
|
|
att -u ttix 2222
|
|
! nohup xterm -e 'telnet localhost 2222' &
|
|
#! start PuTTY telnet://localhost:2222
|
|
! sleep 1
|
|
reset -p
|
|
load d:\downloads\bootloader.bin
|
|
set debug stdout
|
|
set ttix debug
|
|
set ttix nodebug=trc
|
|
set cpu hist=200
|
|
dep pc 20
|
|
bre 26
|
|
step 20
|
|
|