simh-testsetgenerator/BESM6/test_alu.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

16 lines
263 B
INI

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