another oopsie from when I changed the calling convention...
This commit is contained in:
@@ -146,7 +146,7 @@ SearchFATDIR:
|
|||||||
xor ax, ax
|
xor ax, ax
|
||||||
push ax ; segment
|
push ax ; segment
|
||||||
call ReadFATCluster ; uint8_t ReadFATCluster(uint16_t seg, uint16_t offset, uint32_t cluster)
|
call ReadFATCluster ; uint8_t ReadFATCluster(uint16_t seg, uint16_t offset, uint32_t cluster)
|
||||||
sub sp, 0x8
|
add sp, 0x8
|
||||||
.empty_dir_entry:
|
.empty_dir_entry:
|
||||||
; check for 0x0 in first byte, if true then there are no more files
|
; check for 0x0 in first byte, if true then there are no more files
|
||||||
; if true we did not find the file, we should error here
|
; if true we did not find the file, we should error here
|
||||||
|
|||||||
Reference in New Issue
Block a user