simh-testsetgenerator/imlac/tests/ssv.simh
Mark Pizzolato decbe5b76b Various simulators: Set line endings to CRLF for consistency, remove stray tabs
Project standard source code has tabs converted to spaces and CRLF line
endings.

Other text files have CRLF line endings.
2023-03-19 16:51:27 -04:00

9 lines
263 B
Text

# Attach to a server. If the remote port isn't telnet, append ;notelnet.
attach tty 12345,connect=localhost:23
# Configure a bootstrap ROM; some programs require this.
set rom type=stty
# Load SSV version 22.
load -s ssv22.iml
# Reset and run.
reset
go