und hier ist der code von meinem aktuellen versuch:
Code:$regfile = "m32def.dat" $crystal = 8000000 'Quarzfrequenz $baud = 9600 $hwstack = 64 $swstack = 256 $framesize = 64 $include "Config_MMC.bas" $include "Config_AVR-DOS.bas" Dim S As String * 20 Dim Xxx As Byte Xxx = Initfilesystem(1) Open "c:\abc.txt" For Output As #1 Print #1 , "lkjlkjlkjlkj" Close #1 End
Lesezeichen