?login_element?

Subversion Repositories NedoOS

Rev

Rev 1615 | Rev 1988 | Go to most recent revision | Blame | Compare with Previous | 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  #ff
  8. .host      ds  64
  9. .port      ds  6
  10. .search    ds  #ff
  11. .position  dw  #0000    ;position
  12.    
  13.     db 0,0,0,0,0,0  ;cursor_position page_offset
  14.  
  15. historyBlockSize = $ - historyBlock
  16.  
  17. HistoryRecord EQU $ - historyBlock
  18.     dup total
  19.     ds HistoryRecord
  20.     edup
  21. HistoryEnd equ $ - 1
  22.