Split I/O code to generic io* and platform specific io_async*
This commit is contained in:
+6
-4
@@ -20,19 +20,21 @@ start:
|
||||
mcall 12, 1
|
||||
mcall 0, <100,200>, <100,100>, 0x34888888, , window_title
|
||||
mcall 12, 2
|
||||
|
||||
DEBUGF 1, "abcde\n"
|
||||
mcall 70, fs70
|
||||
DEBUGF 1, "files in dir: %d\n", ebx
|
||||
|
||||
mcall 18, 19, 4, 0
|
||||
.next:
|
||||
mcall 37, 0
|
||||
add eax, 0x00030003
|
||||
add eax, 0x00020002
|
||||
mov edx, eax
|
||||
mcall 18, 19, 4
|
||||
mcall 5, 1
|
||||
; mov ecx, 0x1000000
|
||||
; loopnz $
|
||||
jmp .next
|
||||
DEBUGF 1, "abcde\n"
|
||||
mcall 70, fs70
|
||||
DEBUGF 1, "files in dir: %d\n", ebx
|
||||
mcall -1
|
||||
exit:
|
||||
; mcall 18, 9, 2
|
||||
|
||||
Reference in New Issue
Block a user