?login_element?
?pathlinks? – Rev 1004
Blame |
Last modification |
View Log
| Download
total equ 5
depth db 0
historyBlock:
.isFile db 0
.mediaType db 0
.locator ds #1ff
.host ds 64
.port ds 6
.search ds #ff
.position dw #00
historyBlockSize = $ - historyBlock
HistoryRecord EQU $ - historyBlock
dup total
ds HistoryRecord
edup
HistoryEnd equ $ - 1