mirror of
https://github.com/A2osX/A2osX.git
synced 2025-02-16 18:30:26 +00:00
Kernel 0.94
This commit is contained in:
parent
b6e938d7df
commit
ed33c792e1
Binary file not shown.
Binary file not shown.
@ -441,10 +441,16 @@ wsync pha (3) exact timing.
|
||||
* total time in this write byte loop must = 32us !!!
|
||||
|
||||
L583A lda nbuf2,y (4) prior 6-bit nibl
|
||||
L583D eor nbuf2-1,y (5) xor with current
|
||||
|
||||
*L583D eor nbuf2-1,y (5) xor with current (4+1 : PAGE CROSS)
|
||||
L583D eor nbuf2-1,y (4) xor with current (NO MORE PAGE CROSS)
|
||||
|
||||
tax (2) index to 7-bit nibl
|
||||
lda XRW.FC2Nib,x (4) must not cross page boundary
|
||||
ldx A2L (3) restore slot index
|
||||
|
||||
* ldx A2L (3) restore slot index
|
||||
ldx >A2L (4) absolute reference to zero page
|
||||
|
||||
sta IO.D2.WLoad,x (5) store encoded byte
|
||||
lda IO.D2.WShift,x (4) handshake
|
||||
dey (2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user