From 7328e38c2705afef2b18e52c58ab2298b12d629a Mon Sep 17 00:00:00 2001 From: Stephen Heumann Date: Sun, 16 Jul 2017 18:26:44 -0500 Subject: [PATCH] Fix bug in handling of pathname buffers at the very beginning of a bank. --- file.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file.asm b/file.asm index b96557a..8c3edbd 100644 --- a/file.asm +++ b/file.asm @@ -104,7 +104,7 @@ lb1 pea 0 allocate the memory jsr MLalloc sta out stx out+2 - ora out + ora out+2 beq lb7 lda flags if flags then beq lb2