diff --git a/applesoft.s b/applesoft.s index 4a74ddc..4297895 100644 --- a/applesoft.s +++ b/applesoft.s @@ -92,6 +92,8 @@ WGAmpersand_parseLoop: beq WGAmpersand_matchStart ; Check for end-of-statement (CHRGET handles : and EOL) cmp #'(' beq WGAmpersand_matchStart + cmp #':' + beq WGAmpersand_matchStart sta WGAmpersandCommandBuffer,y