From a0a7318e3952539e42c895df2b44ea2545e7f71f Mon Sep 17 00:00:00 2001 From: Ross Wilson Date: Sat, 27 Feb 2016 17:38:34 +0700 Subject: [PATCH] Fixed problem with block loader code --- pyasm/pyasm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyasm/pyasm b/pyasm/pyasm index 31b3bef..7c493b8 100755 --- a/pyasm/pyasm +++ b/pyasm/pyasm @@ -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. # ;------------------------