Changeset 50 in xtideuniversalbios for trunk/Assembly_Library/Src/File
- Timestamp:
- Oct 9, 2010, 5:47:26 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/File/FileIO.asm
r41 r50 2 2 ; Project name : Assembly Library 3 3 ; Created date : 1.9.2010 4 ; Last update : 3.9.20104 ; Last update : 8.10.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Functions for file access. 7 8 9 ; File access and sharing modes10 struc FILE_ACCESS11 .ReadOnly resb 112 .WriteOnly resb 113 .ReadAndWrite resb 114 endstruc15 16 ; Origin of file seek17 struc SEEK_FROM18 .startOfFile resb 119 .currentFilePosition resb 120 .endOfFile resb 121 endstruc22 23 7 24 8 ; Section containing code
Note:
See TracChangeset
for help on using the changeset viewer.