diff --git a/lumber.asm b/lumber.asm index dd1bb14..f369143 100644 --- a/lumber.asm +++ b/lumber.asm @@ -1724,9 +1724,11 @@ no_branch_l dec tempbyte2 bne @- cpx #9 ; I character + bne not_last_I tya ; 0 - space iny sta (temp2),y ; fix for last I +not_last_I rts PrintChar ldy #0 diff --git a/lumber.xex b/lumber.xex index 106a68e..8b6eccb 100644 Binary files a/lumber.xex and b/lumber.xex differ