C:\Documents and Settings\Hernan\Escritorio>dir test.txt
El volumen de la unidad C es DiscoC
El nĂºmero de serie del volumen es: C0C8-4A32
Directorio de C:\Documents and Settings\Hernan\Escritorio
03/07/2009 02:04 a.m. 1 test.txt
1 archivos 1 bytes
0 dirs 8.361.091.072 bytes libres
C:\Documents and Settings\Hernan\Escritorio>type test.asm
file 'test.txt':0
C:\Documents and Settings\Hernan\Escritorio>fasm test.asm
flat assembler version 1.69.01 (749569 kilobytes memory)
1 passes, 1 bytes.
C:\Documents and Settings\Hernan\Escritorio>type test.asm
file 'test.txt':1
C:\Documents and Settings\Hernan\Escritorio>fasm test.asm
flat assembler version 1.69.01 (750178 kilobytes memory)
1 passes, 0 bytes.
C:\Documents and Settings\Hernan\Escritorio>type test.asm
file 'test.txt':2
C:\Documents and Settings\Hernan\Escritorio>fasm test.asm
flat assembler version 1.69.01 (749842 kilobytes memory)
error: out of memory.
C:\Documents and Settings\Hernan\Escritorio>type test.asm
file 'test.txt':-1
C:\Documents and Settings\Hernan\Escritorio>fasm test.asm
flat assembler version 1.69.01 (749345 kilobytes memory)
test.asm [1]:
file 'test.txt':-1
error: error reading file.
C:\Documents and Settings\Hernan\Escritorio>type test.asm
file 'test.txt':-1,2
C:\Documents and Settings\Hernan\Escritorio>fasm test.asm
flat assembler version 1.69.01 (749800 kilobytes memory)
test.asm [1]:
file 'test.txt':-1,2
error: error reading file.
C:\Documents and Settings\Hernan\Escritorio>type test.asm
file 'test.txt':0,2
C:\Documents and Settings\Hernan\Escritorio>fasm test.asm
flat assembler version 1.69.01 (749804 kilobytes memory)
test.asm [1]:
file 'test.txt':0,2
error: error reading file.
C:\Documents and Settings\Hernan\Escritorio>type test.asm
file 'test.txt':0,1
C:\Documents and Settings\Hernan\Escritorio>fasm test.asm
flat assembler version 1.69.01 (749602 kilobytes memory)
1 passes, 1 bytes.
The pseudo-bug (I haven't confirmed if it can make any harm actually), is the inconsistent message received when the file offset exceeds the file's size.