Changeset 51 in xtideuniversalbios for trunk/Assembly_Library/Inc
- Timestamp:
- Oct 11, 2010, 8:27:43 AM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Inc/File.inc
r50 r51 2 2 ; Project name : Assembly Library 3 3 ; Created date : 8.10.2010 4 ; Last update : 8.10.20104 ; Last update : 10.10.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : File library defines. … … 17 17 ; Origin of file seek 18 18 struc SEEK_FROM 19 .startOfFile resb 1 20 .currentFilePosition resb 1 21 .endOfFile resb 1 19 .startOfFile resb 1 ; 00h 20 .currentFilePosition resb 1 ; 01h 21 .endOfFile resb 1 ; 02h 22 22 endstruc 23 23
Note:
See TracChangeset
for help on using the changeset viewer.