diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-11-21 04:42:03 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-11-21 04:42:03 -0500 |
| commit | 24dd2ee784574cf3b21d19421015ac67034a22d0 (patch) | |
| tree | 700c7adf01bb65cae7bea9e3997c3779038386f3 /src/asmcode.c | |
| parent | 958c54023d047ccb2ca31c42f7a86132e002ee43 (diff) | |
| download | unalf-24dd2ee784574cf3b21d19421015ac67034a22d0.tar.gz | |
Commentary.
Diffstat (limited to 'src/asmcode.c')
| -rw-r--r-- | src/asmcode.c | 3 |
1 files changed, 1 insertions, 2 deletions
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: |
