Refactor parallel comms a bit

This commit is contained in:
2025-10-01 23:24:59 +02:00
parent 3df5b28e4e
commit 2ba1546dec
8 changed files with 116 additions and 87 deletions

View File

@@ -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