1
0
mirror of https://github.com/simh/simh.git synced 2026-02-26 00:34:36 +00:00

BESM6: Converted files to CRLF format

Also added support for loading such files, and a few tests.
This commit is contained in:
Leo Broukhis
2014-12-30 00:41:31 -08:00
parent 659600ff59
commit b4eeaa77de
20 changed files with 10891 additions and 7730 deletions

22
BESM6/test_pprog05.ini Normal file
View File

@@ -0,0 +1,22 @@
! rm -f log.txt
;set console log=log.txt
;set console debug=log
;set cpu debug
load test_pprog05.b6
ex -ml 1-6
ex 7-11
echo
go
echo Должно быть четыре останова с числами на сумматоре: 1.0 2.0 3.0 4.0.
br 2
go
ex -f ACC
go
ex -f ACC
go
ex -f ACC
go
ex -f ACC
quit