From 24dd2ee784574cf3b21d19421015ac67034a22d0 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 21 Nov 2025 04:42:03 -0500 Subject: Commentary. --- src/asmcode.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/asmcode.c') diff --git a/src/asmcode.c b/src/asmcode.c index af7f1d6..bee7752 100644 --- a/src/asmcode.c +++ b/src/asmcode.c @@ -471,10 +471,9 @@ out_len_hi_ok: sta(buf_len_l); lda(outbuf_len_h); sta(buf_len_h); - /* TODO: call C writeblock() */ ldx_i(0x30); jsr(writeblock); - bpl(init_outbuf); + bpl(init_outbuf); /* writeblock() never sets N flag, so always branch */ chksum_err(); /* does not exit */ /* ---------------------------------------------------------------------------- */ init_outbuf: -- cgit v1.2.3