Kernel version 0.8 : DIR API Debug

This commit is contained in:
Rémy GIBERT 2016-09-23 08:00:00 +02:00
parent 0c91cddf37
commit 851883547f
3 changed files with 6 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@ -252,10 +252,13 @@ K.READDIRA.DIR ldy #S.DIR.PRODOS.REF
lda (ZPQuickPtr1),y
bne .2 no, we have all we need....
ldy #$23+3
ldy #$1f+3
ldx #3
.1 lda (ZPQuickPtr2),y Get EntryLength.... From Block
sta EntryLength-$23,y
sta EntryLength,x
dey
dex
bpl .1
bra .4
@ -308,7 +311,6 @@ K.READDIRA.DIR ldy #S.DIR.PRODOS.REF
bne .51
* pass #2 Fill Buffer...
>PUSHW BufSize Get a BufSize bytes buffer for storing results
>PUSHBI S.MEM.F.INIT0 make sure 0 fiiled
jsr K.GetMem
@ -332,7 +334,7 @@ K.READDIRA.DIR ldy #S.DIR.PRODOS.REF
inc ZPQuickPtr3+1
.79 dec EntryCountIB
beq .72
bne .72
.80
* lda #0 S.MEM.F.INIT0 already did this