The expression parser now allows spaces inside expressions (a relaxation for certain MACRO-10 typos; eg, "- 1" where "-1" was expected)
This commit is contained in:
parent
776e225920
commit
d13e7a5faf
3 changed files with 31 additions and 6 deletions
|
|
@ -1714,7 +1714,7 @@ B35000: SETZ ;PRELOAD AC,E WITH 0
|
|||
B35500: SETZ ;PRELOAD AC WITH 0
|
||||
SETO 1, ;PRELOAD E WITH -1,,-1
|
||||
HLLM 1 ;*HLLM SHOULD PLACE 0,,-1 INTO E
|
||||
CAIE 1,-1 ;PASS IF C(E) =0,,-1
|
||||
CAIE 1,- 1 ;PASS IF C(E) =0,,-1
|
||||
STOP
|
||||
|
||||
;***** FAILURE ANALYSIS *****
|
||||
|
|
|
|||
Loading…
Reference in a new issue