diff --git a/desk.acc/show.text.file/stf.list b/desk.acc/show.text.file/stf.list index 3deed66..731f95a 100644 --- a/desk.acc/show.text.file/stf.list +++ b/desk.acc/show.text.file/stf.list @@ -547,12 +547,11 @@ Current file: stf.s 0009EC 1 AD 21 DF lda $DF21 ; ??? 0009EF 1 F0 05 beq abort ; some file properties? 0009F1 1 AD 20 DF lda path_index ; prefix index in table -0009F4 1 D0 01 bne continue +0009F4 1 D0 01 bne :+ 0009F6 1 60 abort: rts -0009F7 1 continue: 0009F7 1 0009F7 1 ;; Copy path (prefix) into pathname buffer. -0009F7 1 src := $06 +0009F7 1 : src := $06 0009F7 1 dst := $08 0009F7 1 0009F7 1 0A asl a ; (since address table is 2 bytes wide) @@ -746,10 +745,10 @@ Current file: stf.s 000B48 1 max_width := 512 000B48 1 A9 02 lda #>max_width 000B4A 1 CD B5 09 cmp text_box::width+1 -000B4D 1 D0 05 bne skip +000B4D 1 D0 05 bne :+ 000B4F 1 A9 00 lda #max_width cmp text_box::width+1 - bne skip + bne :+ lda #