1
0
mirror of https://github.com/simh/simh.git synced 2026-01-11 23:52:58 +00:00
simh.simh/BESM6/test_cu.ini
Leo Broukhis b4eeaa77de BESM6: Converted files to CRLF format
Also added support for loading such files, and a few tests.
2014-12-30 00:41:31 -08:00

17 lines
254 B
INI

! rm -f log.txt
set console log=log.txt
set console debug=log
;set cpu debug
;set mmu debug
load test_cu.b6
;echo Должно быть три останова подряд на адресе 1015.
;br 1015
go 10
go
go
;s 4000000
;quit