Browse Source

fix for TASM bug using single quote inside string

pull/82/head
curt mayer 6 years ago
parent
commit
0264711f9f
  1. 2
      Source/HBIOS/nascom.asm

2
Source/HBIOS/nascom.asm

@ -512,7 +512,7 @@ ERRORS: .BYTE "NEXT without FOR",0
.BYTE "Out of string space",0
.BYTE "String too long",0
.BYTE "String formula too complex",0
.BYTE "Can't CONTinue",0
.BYTE "Can",$27,"t CONTinue",0
.BYTE "Undefined FN function",0
.BYTE "Missing operand",0
.BYTE "HEX",0

Loading…
Cancel
Save