Fix up sections variables are created in, major code cleanup, remove protection removal. Completed! :D

This commit is contained in:
n-a-c-h
2005-01-03 16:03:39 +00:00
parent 0c0097b919
commit a7598101d8
19 changed files with 87 additions and 420 deletions

View File

@@ -40,8 +40,9 @@ EXTSYM modembuffer, modemhead, modemtail
SECTION .data
NEWSYM ipxinited, db 0
SECTION .text
NEWSYM initipx
mov dword[modemhead],0
@@ -65,7 +66,9 @@ NEWSYM deinitipx
.notinitialized
ret
SECTION .data
NEWSYM PacketPointer, dd 0
SECTION .text
NEWSYM PreparePacketIPX
cmp byte[ipxinited],1
@@ -89,7 +92,10 @@ NEWSYM ipxsendchar ; prepare packet
pop esi
ret
SECTION .data
NEWSYM IPXSearchval, db 0
SECTION .text
NEWSYM ipxlookforconnect
cmp byte[ipxinited],0
je .initialized