Refactor parallel comms a bit
This commit is contained in:
3
polio.s
3
polio.s
@@ -143,7 +143,7 @@ recvpara:
|
||||
mov ax, [bp+0]
|
||||
add ax, si
|
||||
mov dx, [bp+2]
|
||||
call pararecv
|
||||
call paracomm_recv
|
||||
ret
|
||||
|
||||
.section .text.int80h
|
||||
@@ -186,5 +186,6 @@ int80h_table:
|
||||
.word offset readfile # 0x04
|
||||
.word offset recvpara # 0x05
|
||||
.word offset sendpara # 0x06
|
||||
.word offset xferpara # 0x07
|
||||
|
||||
int80h_entries = . - int80h_table
|
||||
|
Reference in New Issue
Block a user