Update comments
This commit is contained in:
parent
00778f73e1
commit
914c6d5abc
@ -28,7 +28,9 @@
|
||||
;
|
||||
; Unsuccessful writes generally mean that we're out of bounds for writing.
|
||||
;
|
||||
; All routines are expected to preserve unused registers.
|
||||
; All routines are expected to preserve unused registers except IX which is
|
||||
; explicitly protected during GetC/PutC calls. This makes quick "handle+jump"
|
||||
; definitions possible.
|
||||
|
||||
|
||||
; *** DEFINES ***
|
||||
|
@ -589,7 +589,7 @@ _sdcPlaceBuf:
|
||||
; (SDC_BUFPTR). Only the 9 low bits of HL are important.
|
||||
push de
|
||||
ld de, (SDC_BUFPTR)
|
||||
inc de ; sector LSB
|
||||
inc de ; sector MSB
|
||||
inc de ; dirty flag
|
||||
inc de ; contents
|
||||
ld a, h ; high byte
|
||||
|
Loading…
Reference in New Issue
Block a user