?login_element?

Subversion Repositories NedoOS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. total   equ 5
  2. depth   db 0
  3.  
  4. historyBlock:  
  5. .isFile    db  0
  6. .mediaType db  0
  7. .locator   ds  #1ff
  8. .host      ds  64
  9. .port      ds  6
  10. .search    ds  #ff
  11. .position  dw  #00
  12.  
  13. historyBlockSize = $ - historyBlock
  14.  
  15. HistoryRecord EQU $ - historyBlock
  16.     dup total
  17.     ds HistoryRecord
  18.     edup
  19. HistoryEnd equ $ - 1