diff options
Diffstat (limited to 'src/asmcode.c')
| -rw-r--r-- | src/asmcode.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/asmcode.c b/src/asmcode.c index 831ba1c..9cdf2f8 100644 --- a/src/asmcode.c +++ b/src/asmcode.c @@ -252,7 +252,8 @@ L7737: cpy_i(0x88); beq(L7771); // jmp(cleanup_and_exit); - exit(0); + // printf("got here, Y is %d, C is %d\n", Y, CF); + // exit(0); /* was causing early exit with large (5+MB) files */ /* ---------------------------------------------------------------------------- */ L7771: jsr(L79E7); @@ -345,7 +346,7 @@ void L7A19(void) { beq(L7A28); L7A21: jsr(readblock); - Y = 1; /* CIO would set this */ + // Y = 1; /* CIO would set this */ jsr(L7A5D); rts(); L7A28: @@ -369,7 +370,7 @@ L7A40: ora(buf_len_h); beq(L7A57); jsr(readblock); - Y = 1; /* CIO would set this */ + // Y = 1; /* CIO would set this */ L7A57: ldy_i(0x88); jsr(L7A5D); |
