1
0
mirror of https://github.com/rzzzwilson/pymlac.git synced 2025-06-10 09:32:41 +00:00

Fixed problem with block loader code

This commit is contained in:
Ross Wilson 2016-02-27 17:38:34 +07:00
parent 3ae2b7a8ca
commit a0a7318e39

View File

@ -275,7 +275,7 @@ BlockLoader = [
0102001, # 003725 asn ;
0013746, # 003726 jmp newblk ;if same, get next block
0000000, # 003727 hlt ;if not same, ERROR
WordMask, # 003730 neg1 data WordMask ;
0177777, # 003730 neg1 data 0177771 ;-1, load address means STOP load
# ;------------------------
# ;Compute checksum. Word to sum in AC.
# ;------------------------