|
|
DataMuseum.dkPresents historical artifacts from the history of: Ohio Scientific Inc. |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Ohio Scientific Inc. Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 4080 (0xff0)
Notes: OS65UFile, OSU65U-BASIC
Names: »KYEDIT«
└─⟦2f57871a3⟧ Bits:30009355 Ohio Scientific OS-OMS Nucleus, delvist oversat til dansk
└─⟦this⟧ »KYEDIT«
00001 PRINT"** PROGRAM NOT EXECUTABLE FROM CONSOLE **":RUN"DBMSYS","PASS" 00002 CLOSE:CLEAR:REM 1/79 KEY FILE EDIT (KYEDIT) 00010 FLAG9:REM DISC ERROR CHECK GOTO 50,000 00015 POKE 2888,0 00020 FLAG11:REM CLEARS SPACES 00025 EE$="/":NC$="":NE$="*" 00030 DV(2)=PEEK (9832):IF DV(2)>127 THEN DV(2)=DV(2)-128+4 00040 DV$(2)=CHR$(DV(2)+65) 00045 FOR I=1 TO 26:PRINT:NEXT I 00046 PRINT"DB-2 [NDRE I N\GLE FIL" 00047 PRINT"======================":PRINT:PRINT:PRINT 00050 INPUT"HVILKEN STATION LIGGER N\GLE FILEN P] ";DV$(1) 00060 IF DV$(1)>="A" AND DV$(1)<="E" GOTO 64 00061 PRINT"*** FORKERT STATION ***":GOTO 50 00064 IFLEN(DV$(1))>1ORLEN(DV$(1))=0 THENPRINT"*** FORKERT STATION":GOTO50 00065 DEV DV$(1) 00069 INPUT"INDTAST NAVNET P] N\GLE FILEN, KODEORD ";N$,PW$ 00070 IF LEN(N$)<1 ORLEN(N$)>6 THENPRINT:PRINT"FORKERT !!":PRINT:GOTO 69 00071 IF LEN(N$)<5 THEN FORX=0 TO (4-LEN(N$)):N$=N$+" ":NEXTX 00072 N$=LEFT$(N$,5) 00073 IF PW$="." THEN PW$="ANAN" 00075 IF LEN(PW$)<>4 GOTO 73 00076 INPUT"INDTAST N\GLE FIL NR. (1-7) ";U 00077 IF U<1 OR U>7 THENPRINT:PRINT"*** FORKERT !!!"PRINT:PRINT:GOTO 76 00080 U$=STR$(U):U$=RIGHT$(U$,1) 00090 N$=N$+U$ 00120 OPEN N$,PW$,1 00130 INPUT %1,KN$:INDEX<1>=6 00140 INPUT %1,T:INDEX<1>=9 00150 INPUT %1,EODF:INDEX<1>=20 00155 INPUT %1,RL:INDEX<1>=31 00160 INPUT %1,BDF:INDEX<1>=42 00170 INPUT %1,KF$ 00175 POKE 2976,13:POKE 2972,13 00180 CNT=INDEX(1) 00220 FOR I=1 TO 27:PRINT:NEXT 00221 PRINT"KONTROL KARAKTERER:" 00222 PRINT" / RETUR TIL SIDSTE SP\RGSM]L" 00223 PRINT:PRINT:PRINT:PRINT:PRINT 00224 INPUT"TAST RETURN, HVIS FORS[TTELSE ";Z$:FORI=1 TO 27:PRINT:NEXT 00225 O$="^":INPUT"SLET (S) ELLER TILF\J (T) ";QU$ 00226 IFLEN(QU$)<>1THENPRINT"*** INDTAST S ELLER T ***":GOTO 225 00227 IF QU$=NC$ THEN CLOSE:GOTO 2 00228 IF QU$="T" GOTO 263 00230 IF QU$=EE$ GOTO 1000 00235 IF QU$<>"S" THENPRINT"*** INDTAST S ELLER T ***":GOTO 225 00240 INPUT"INDTAST N\GLE ";F$:F=VAL(F$) 00241 IF F$=NC$ THEN CLOSE :GOTO 2 00242 IF F$=EE$ GOTO 225 00243 INDEX<1>=CNT 00244 PRINT 00245 FIND O$+F$,1 00246 IFINDEX(1)>=1E9THENPRINT"N\GLE EJ FUNDET":GOTO240 00247 CTR=INDEX(1):INPUT %1,T$:T=VAL(T$) 00248 PTR=INDEX(1):INPUT %1,I$:I=VAL(I$) 00249 IF MID$(T$,2)<>F$ THEN GOTO 245 00250 GOTO 336 00255 PRINT 00260 REM 00263 PRINT 00265 INPUT"TILF\J VED HJ[LP AF RECORD NR. (R) ELLER INDEX NR. (I) ";Z$ 00268 IF Z$=EE$ GOTO 225 00269 IF Z$=NC$ THEN CLOSE:GOTO 2 00270 IF Z$="R" GOTO 330 00275 IF Z$<>"R"ANDZ$<>"I"THENPRINT"*** TAST R ELLER I ":GOTO 265 00280 PRINT:INPUT"INDEX NR. ";I$:I=VAL(I$) 00282 PRINT 00283 IF I$=EE$ GOTO 265 00284 IF I$=NC$ THEN CLOSE :GOTO 2 00285 GOTO 352 00329 PRINT 00330 INPUT"RECORD NR. ";RN$ 00331 RN=VAL(RN$):IF RN$=EE$ GOTO 265 00332 PRINT:IF RN$=NC$ THEN CLOSE :GOTO 2 00333 REM 00334 IF RN<>INT(RN) OR RN<1 THENPRINT"*** FORKERT NR. ***": GOTO 330 00336 PRINT"NAVN N\GLE INDEX" 00337 PRINT"****************************************************************** 00340 PRINT KF$;TAB(20);F$;TAB(55);I$ 00341 PRINT 00342 IF QU$="T" GOTO 350 00343 PRINT" TAST *, HVIS SLETNING" 00344 PRINT 00350 REM 00351 PRINT 00352 INPUT"INDTAST N\GLE ";ED$ 00353 PRINT:ED=VAL(ED$) 00355 IF ED$=NC$ GOTO 500 00360 IF ED$=EE$ GOTO 225 00370 IF ED$=NE$ GOTO 400 00372 IF LEN(ED$)>72 THENPRINT"MAX FELT L[NGDE ER 72 KARAKTERER":GOTO 352 00374 IF QU$="T" GOTO 410 00400 INDEX<1>=CTR:A$="*" 00405 FORY=1 TO LEN(F$)+1:PRINT %1,A$;:NEXTY 00408 IF ED$=NE$ GOTO 500 00410 INDEX<1>=EODF:PRINT %1,O$+ED$ 00420 IF Z$="I" GOTO 422 00421 I=((RN-1)*RL)+BDF:REM BDF=BODF OF MASTER FILE 00422 INDEX<1>=EODF+LEN(ED$)+2:PRINT %1,I 00424 EODF=EODF+LEN(ED$)+LEN(STR$(I))+2 00430 INDEX<1>=9:PRINT %1,EODF 00500 REM 00502 IF QU$="T" AND Z$="R" AND INDEX(1)<EODF THEN GOTO 330 00503 IF QU$="T" AND Z$="I" AND INDEX(1)<EODF THEN GOTO 280 00505 IF INDEX(1)<EODF THENPRINT"*** N[STE N\GLE":GOTO 260 01000 CLOSE:DEV DV$(2) 01020 FLAG12:POKE2888,27 01030 CLOSE 01035 POKE 2976,44:POKE 2972,58 01040 RUN"DBMSYS","PASS" 50000 XC=XC+1:IFXC<2GOTO50030 50010 IF CHK=1 THEN PRINT"END OF FILE": 50020 PRINT"*** KONTROLER AT DISKETTERNE ER PLACERET RIGTIGT ***" 50030 DE=PEEK(10226):DL=PEEK(1774)+PEEK(11775)*256:PRINT 50040 PRINT"*** FEJL ";DE;" I LINIE ";DL;" ***":PRINT 50050 INPUT"TAST RETURN, HVIS FORS[TTELSE ";QS$:PRINT 50060 GOTO1000
0x000…005 OsuBasicHead {skip=0x0000, length=0x0cb2, f03=0x00}
0x005…047 OsuBasicLine {ptr=OsuBasicPtr{ 0x6043 → 0x0047 }, lineno=0x0001, tokens=97222a2a2050524f4752414d204e4f542045584543555441424c452046524f4d20434f4e534f4c45202a2a223a892244424d535953222c22504153532200}
0x047…06f OsuBasicLine {ptr=OsuBasicPtr{ 0x606b → 0x006f }, lineno=0x0002, tokens=9d3a9a3a8e20312f373920204b45592046494c4520454449542020284b59454449542900}
0x06f…095 OsuBasicLine {ptr=OsuBasicPtr{ 0x6091 → 0x0095 }, lineno=0x000a, tokens=a0393a8e2044495343204552524f5220434845434b20474f544f2035302c30303000}
0x095…0a2 OsuBasicLine {ptr=OsuBasicPtr{ 0x609e → 0x00a2 }, lineno=0x000f, tokens=9620323838382c3000}
0x0a2…0ba OsuBasicLine {ptr=OsuBasicPtr{ 0x60b6 → 0x00ba }, lineno=0x0014, tokens=a031313a8e20434c454152532053504143455300}
0x0ba…0d5 OsuBasicLine {ptr=OsuBasicPtr{ 0x60d1 → 0x00d5 }, lineno=0x0019, tokens=454524b1222f223a4e4324b122223a4e4524b1222a2200}
0x0d5…108 OsuBasicLine {ptr=OsuBasicPtr{ 0x6104 → 0x0108 }, lineno=0x001e, tokens=4456283229b1c1202839383332293a8a204456283229b031323720a6204456283229b14456283229aa313238a93400}
0x108…11f OsuBasicLine {ptr=OsuBasicPtr{ 0x611b → 0x011f }, lineno=0x0028, tokens=445624283229b1c6284456283229a936352900}
0x11f…134 OsuBasicLine {ptr=OsuBasicPtr{ 0x6130 → 0x0134 }, lineno=0x002d, tokens=812049b13120a32032363a973a82204900}
0x134…152 OsuBasicLine {ptr=OsuBasicPtr{ 0x614e → 0x0152 }, lineno=0x002e, tokens=972244422d32205b4e4452452049204e5c474c452046494c2200}
0x152…176 OsuBasicLine {ptr=OsuBasicPtr{ 0x6172 → 0x0176 }, lineno=0x002f, tokens=97223d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d223a973a973a9700}
0x176…1ab OsuBasicLine {ptr=OsuBasicPtr{ 0x61a7 → 0x01ab }, lineno=0x0032, tokens=84224856494c4b454e2053544154494f4e204c4947474552204e5c474c452046494c454e20505d20223b44562428312900}
0x1ab…1d0 OsuBasicLine {ptr=OsuBasicPtr{ 0x61cc → 0x01d0 }, lineno=0x003c, tokens=8a20445624283129b0b122412220ae20445624283129b2b1224522208820363400}
0x1d0…1f4 OsuBasicLine {ptr=OsuBasicPtr{ 0x61f0 → 0x01f4 }, lineno=0x003d, tokens=97222a2a2a20464f524b4552542053544154494f4e202a2a2a223a8820353000}
0x1f4…22d OsuBasicLine {ptr=OsuBasicPtr{ 0x6229 → 0x022d }, lineno=0x0040, tokens=8ac22844562428312929b031afc22844562428312929b13020a697222a2a2a20464f524b4552542053544154494f4e223a88353000}
0x22d…23a OsuBasicLine {ptr=OsuBasicPtr{ 0x6236 → 0x023a }, lineno=0x0041, tokens=9f2044562428312900}
0x23a…270 OsuBasicLine {ptr=OsuBasicPtr{ 0x626c → 0x0270 }, lineno=0x0045, tokens=8422494e4454415354204e41564e455420505d204e5c474c452046494c454e2c204b4f44454f524420223b4e242c50572400}
0x270…2a1 OsuBasicLine {ptr=OsuBasicPtr{ 0x629d → 0x02a1 }, lineno=0x0046, tokens=8a20c2284e2429b23120afc2284e2429b03620a6973a9722464f524b455254202121223a973a88203639202000}
0x2a1…2cf OsuBasicLine {ptr=OsuBasicPtr{ 0x62cb → 0x02cf }, lineno=0x0047, tokens=8a20c2284e2429b23520a6208158b13020a3202834aac2284e2429293a4e24b14e24a92220223a825800}
0x2cf…2de OsuBasicLine {ptr=OsuBasicPtr{ 0x62da → 0x02de }, lineno=0x0048, tokens=4e24b1c8284e242c352900}
0x2de…2f9 OsuBasicLine {ptr=OsuBasicPtr{ 0x62f5 → 0x02f9 }, lineno=0x0049, tokens=8a20505724b1222e2220a620505724b122414e414e2200}
0x2f9…30e OsuBasicLine {ptr=OsuBasicPtr{ 0x630a → 0x030e }, lineno=0x004b, tokens=8a20c22850572429b2b034208820373300}
0x30e…334 OsuBasicLine {ptr=OsuBasicPtr{ 0x6330 → 0x0334 }, lineno=0x004c, tokens=8422494e4454415354204e5c474c452046494c204e522e2028312d372920223b5500}
0x334…362 OsuBasicLine {ptr=OsuBasicPtr{ 0x635e → 0x0362 }, lineno=0x004d, tokens=8a2055b23120af2055b03720a6973a97222a2a2a20464f524b4552542021212122973a973a8820373600}
0x362…379 OsuBasicLine {ptr=OsuBasicPtr{ 0x6375 → 0x0379 }, lineno=0x0050, tokens=5524b1c32855293a5524b1c92855242c312900}
0x379…386 OsuBasicLine {ptr=OsuBasicPtr{ 0x6382 → 0x0386 }, lineno=0x005a, tokens=4e24b14e24a9552400}
0x386…395 OsuBasicLine {ptr=OsuBasicPtr{ 0x6391 → 0x0395 }, lineno=0x0078, tokens=9c204e242c5057242c3100}
0x395…3a8 OsuBasicLine {ptr=OsuBasicPtr{ 0x63a4 → 0x03a8 }, lineno=0x0082, tokens=842025312c4b4e243a9b31b0b13600}
0x3a8…3b9 OsuBasicLine {ptr=OsuBasicPtr{ 0x63b5 → 0x03b9 }, lineno=0x008c, tokens=842025312c543a9b31b0b13900}
0x3b9…3ce OsuBasicLine {ptr=OsuBasicPtr{ 0x63ca → 0x03ce }, lineno=0x0096, tokens=842025312c454f44463a9b31b0b1323000}
0x3ce…3e1 OsuBasicLine {ptr=OsuBasicPtr{ 0x63dd → 0x03e1 }, lineno=0x009b, tokens=842025312c524c3a9b31b0b1333100}
0x3e1…3f5 OsuBasicLine {ptr=OsuBasicPtr{ 0x63f1 → 0x03f5 }, lineno=0x00a0, tokens=842025312c4244463a9b31b0b1343200}
0x3f5…402 OsuBasicLine {ptr=OsuBasicPtr{ 0x63fe → 0x0402 }, lineno=0x00aa, tokens=842025312c4b462400}
0x402…41a OsuBasicLine {ptr=OsuBasicPtr{ 0x6416 → 0x041a }, lineno=0x00af, tokens=9620323937362c31333a9620323937322c313300}
0x41a…427 OsuBasicLine {ptr=OsuBasicPtr{ 0x6423 → 0x0427 }, lineno=0x00b4, tokens=434e54b1c728312900}
0x427…43a OsuBasicLine {ptr=OsuBasicPtr{ 0x6436 → 0x043a }, lineno=0x00dc, tokens=812049b13120a32032373a973a8200}
0x43a…455 OsuBasicLine {ptr=OsuBasicPtr{ 0x6451 → 0x0455 }, lineno=0x00dd, tokens=97224b4f4e54524f4c204b4152414b54455245523a2200}
0x455…481 OsuBasicLine {ptr=OsuBasicPtr{ 0x647d → 0x0481 }, lineno=0x00de, tokens=97222020202f20202020202052455455522054494c205349445354452053505c5247534d5d4c2200}
0x481…48f OsuBasicLine {ptr=OsuBasicPtr{ 0x648b → 0x048f }, lineno=0x00df, tokens=973a973a973a973a9700}
0x48f…4c6 OsuBasicLine {ptr=OsuBasicPtr{ 0x64c2 → 0x04c6 }, lineno=0x00e0, tokens=8422544153542052455455524e2c204856495320464f52535b5454454c534520223b5a243a8149b13120a32032373a973a8200}
0x4c6…4f3 OsuBasicLine {ptr=OsuBasicPtr{ 0x64ef → 0x04f3 }, lineno=0x00e1, tokens=4f24b1225e223a8422534c45542028532920454c4c45522054494c465c4a2028542920223b51552400}
0x4f3…525 OsuBasicLine {ptr=OsuBasicPtr{ 0x6521 → 0x0525 }, lineno=0x00e2, tokens=8ac22851552429b2b031a697222a2a2a20494e4454415354205320454c4c45522054202a2a2a223a882032323500}
0x525…53b OsuBasicLine {ptr=OsuBasicPtr{ 0x6537 → 0x053b }, lineno=0x00e3, tokens=8a20515524b14e432420a6209d3a88203200}
0x53b…54f OsuBasicLine {ptr=OsuBasicPtr{ 0x654b → 0x054f }, lineno=0x00e4, tokens=8a20515524b122542220882032363300}
0x54f…564 OsuBasicLine {ptr=OsuBasicPtr{ 0x6560 → 0x0564 }, lineno=0x00e6, tokens=8a20515524b14545242088203130303000}
0x564…597 OsuBasicLine {ptr=OsuBasicPtr{ 0x6593 → 0x0597 }, lineno=0x00eb, tokens=8a20515524b2b022532220a697222a2a2a20494e4454415354205320454c4c45522054202a2a2a223a882032323500}
0x597…5b8 OsuBasicLine {ptr=OsuBasicPtr{ 0x65b4 → 0x05b8 }, lineno=0x00f0, tokens=8422494e4454415354204e5c474c4520223b46243a46b1c42846242900}
0x5b8…5ce OsuBasicLine {ptr=OsuBasicPtr{ 0x65ca → 0x05ce }, lineno=0x00f1, tokens=8a204624b14e432420a6209d203a88203200}
0x5ce…5e1 OsuBasicLine {ptr=OsuBasicPtr{ 0x65dd → 0x05e1 }, lineno=0x00f2, tokens=8a204624b145452420882032323500}
0x5e1…5ed OsuBasicLine {ptr=OsuBasicPtr{ 0x65e9 → 0x05ed }, lineno=0x00f3, tokens=9b31b0b1434e5400}
0x5ed…5f3 OsuBasicLine {ptr=OsuBasicPtr{ 0x65ef → 0x05f3 }, lineno=0x00f4, tokens=9700}
0x5f3…601 OsuBasicLine {ptr=OsuBasicPtr{ 0x65fd → 0x0601 }, lineno=0x00f5, tokens=9e204f24a946242c3100}
0x601…628 OsuBasicLine {ptr=OsuBasicPtr{ 0x6624 → 0x0628 }, lineno=0x00f6, tokens=8ac7283129b0b1314539a697224e5c474c4520454a2046554e444554223a8832343000}
0x628…645 OsuBasicLine {ptr=OsuBasicPtr{ 0x6641 → 0x0645 }, lineno=0x00f7, tokens=435452b1c72831293a842025312c54243a54b1c42854242900}
0x645…662 OsuBasicLine {ptr=OsuBasicPtr{ 0x665e → 0x0662 }, lineno=0x00f8, tokens=505452b1c72831293a842025312c49243a49b1c42849242900}
0x662…67c OsuBasicLine {ptr=OsuBasicPtr{ 0x6678 → 0x067c }, lineno=0x00f9, tokens=8a20ca2854242c3229b2b0462420a620882032343500}
0x67c…686 OsuBasicLine {ptr=OsuBasicPtr{ 0x6682 → 0x0686 }, lineno=0x00fa, tokens=882033333600}
0x686…68c OsuBasicLine {ptr=OsuBasicPtr{ 0x6688 → 0x068c }, lineno=0x00ff, tokens=9700}
0x68c…692 OsuBasicLine {ptr=OsuBasicPtr{ 0x668e → 0x0692 }, lineno=0x0104, tokens=8e00}
0x692…698 OsuBasicLine {ptr=OsuBasicPtr{ 0x6694 → 0x0698 }, lineno=0x0107, tokens=9700}
0x698…6dc OsuBasicLine {ptr=OsuBasicPtr{ 0x66d8 → 0x06dc }, lineno=0x0109, tokens=842254494c465c4a2056454420484a5b4c50204146205245434f5244204e522e2028522920454c4c455220494e444558204e522e2028492920223b5a24202000}
0x6dc…6ef OsuBasicLine {ptr=OsuBasicPtr{ 0x66eb → 0x06ef }, lineno=0x010c, tokens=8a205a24b145452420882032323500}
0x6ef…704 OsuBasicLine {ptr=OsuBasicPtr{ 0x6700 → 0x0704 }, lineno=0x010d, tokens=8a205a24b14e432420a6209d3a88203200}
0x704…717 OsuBasicLine {ptr=OsuBasicPtr{ 0x6713 → 0x0717 }, lineno=0x010e, tokens=8a205a24b122522220882033333000}
0x717…74a OsuBasicLine {ptr=OsuBasicPtr{ 0x6746 → 0x074a }, lineno=0x0113, tokens=8a205a24b2b0225222ae5a24b2b0224922a697222a2a2a2054415354205220454c4c4552204920223a882032363500}
0x74a…769 OsuBasicLine {ptr=OsuBasicPtr{ 0x6765 → 0x0769 }, lineno=0x0118, tokens=973a8422494e444558204e522e20223b49243a49b1c42849242900}
0x769…76f OsuBasicLine {ptr=OsuBasicPtr{ 0x676b → 0x076f }, lineno=0x011a, tokens=9700}
0x76f…782 OsuBasicLine {ptr=OsuBasicPtr{ 0x677e → 0x0782 }, lineno=0x011b, tokens=8a204924b145452420882032363500}
0x782…798 OsuBasicLine {ptr=OsuBasicPtr{ 0x6794 → 0x0798 }, lineno=0x011c, tokens=8a204924b14e432420a6209d203a88203200}
0x798…7a2 OsuBasicLine {ptr=OsuBasicPtr{ 0x679e → 0x07a2 }, lineno=0x011d, tokens=882033353200}
0x7a2…7a8 OsuBasicLine {ptr=OsuBasicPtr{ 0x67a4 → 0x07a8 }, lineno=0x0149, tokens=9700}
0x7a8…7bf OsuBasicLine {ptr=OsuBasicPtr{ 0x67bb → 0x07bf }, lineno=0x014a, tokens=84225245434f5244204e522e20223b524e2400}
0x7bf…7dd OsuBasicLine {ptr=OsuBasicPtr{ 0x67d9 → 0x07dd }, lineno=0x014b, tokens=524eb1c428524e24293a8a20524e24b145452420882032363500}
0x7dd…7f6 OsuBasicLine {ptr=OsuBasicPtr{ 0x67f2 → 0x07f6 }, lineno=0x014c, tokens=973a8a20524e24b14e432420a6209d203a88203200}
0x7f6…7fc OsuBasicLine {ptr=OsuBasicPtr{ 0x67f8 → 0x07fc }, lineno=0x014d, tokens=8e00}
0x7fc…832 OsuBasicLine {ptr=OsuBasicPtr{ 0x682e → 0x0832 }, lineno=0x014e, tokens=8a20524eb2b0b428524e2920af20524eb23120a697222a2a2a20464f524b455254204e522e202a2a2a223a20882033333000}
0x832…876 OsuBasicLine {ptr=OsuBasicPtr{ 0x6872 → 0x0876 }, lineno=0x0150, tokens=97224e41564e202020202020202020202020202020204e5c474c45202020202020202020202020202020202020202020202020202020202020494e4445582200}
0x876…8bf OsuBasicLine {ptr=OsuBasicPtr{ 0x68bb → 0x08bf }, lineno=0x0151, tokens=97222a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a00}
0x8bf…8d9 OsuBasicLine {ptr=OsuBasicPtr{ 0x68d5 → 0x08d9 }, lineno=0x0154, tokens=97204b46243ba23230293b46243ba23535293b492400}
0x8d9…8df OsuBasicLine {ptr=OsuBasicPtr{ 0x68db → 0x08df }, lineno=0x0155, tokens=9700}
0x8df…8f3 OsuBasicLine {ptr=OsuBasicPtr{ 0x68ef → 0x08f3 }, lineno=0x0156, tokens=8a20515524b122542220882033353000}
0x8f3…924 OsuBasicLine {ptr=OsuBasicPtr{ 0x6920 → 0x0924 }, lineno=0x0157, tokens=9722202020202020202020202020202020202020202054415354202a2c204856495320534c45544e494e472200}
0x924…92a OsuBasicLine {ptr=OsuBasicPtr{ 0x6926 → 0x092a }, lineno=0x0158, tokens=9700}
0x92a…930 OsuBasicLine {ptr=OsuBasicPtr{ 0x692c → 0x0930 }, lineno=0x015e, tokens=8e00}
0x930…936 OsuBasicLine {ptr=OsuBasicPtr{ 0x6932 → 0x0936 }, lineno=0x015f, tokens=9700}
0x936…950 OsuBasicLine {ptr=OsuBasicPtr{ 0x694c → 0x0950 }, lineno=0x0160, tokens=8422494e4454415354204e5c474c4520223b45442400}
0x950…960 OsuBasicLine {ptr=OsuBasicPtr{ 0x695c → 0x0960 }, lineno=0x0161, tokens=973a4544b1c4284544242900}
0x960…974 OsuBasicLine {ptr=OsuBasicPtr{ 0x6970 → 0x0974 }, lineno=0x0163, tokens=8a20454424b14e432420882035303000}
0x974…988 OsuBasicLine {ptr=OsuBasicPtr{ 0x6984 → 0x0988 }, lineno=0x0168, tokens=8a20454424b145452420882032323500}
0x988…99c OsuBasicLine {ptr=OsuBasicPtr{ 0x6998 → 0x099c }, lineno=0x0172, tokens=8a20454424b14e452420882034303000}
0x99c…9d7 OsuBasicLine {ptr=OsuBasicPtr{ 0x69d3 → 0x09d7 }, lineno=0x0174, tokens=8a20c22845442429b0373220a697224d41582046454c54204c5b4e474445204552203732204b4152414b5445524552223a882033353200}
0x9d7…9eb OsuBasicLine {ptr=OsuBasicPtr{ 0x69e7 → 0x09eb }, lineno=0x0176, tokens=8a20515524b122542220882034313000}
0x9eb…9fe OsuBasicLine {ptr=OsuBasicPtr{ 0x69fa → 0x09fe }, lineno=0x0190, tokens=9b31b0b14354523a4124b1222a2200}
0x9fe…a1d OsuBasicLine {ptr=OsuBasicPtr{ 0x6a19 → 0x0a1d }, lineno=0x0195, tokens=8159b13120a320c228462429a9313a972025312c41243b3a825900}
0xa1d…a31 OsuBasicLine {ptr=OsuBasicPtr{ 0x6a2d → 0x0a31 }, lineno=0x0198, tokens=8a20454424b14e452420882035303000}
0xa31…a4a OsuBasicLine {ptr=OsuBasicPtr{ 0x6a46 → 0x0a4a }, lineno=0x019a, tokens=9b31b0b1454f44463a972025312c4f24a945442400}
0xa4a…a5d OsuBasicLine {ptr=OsuBasicPtr{ 0x6a59 → 0x0a5d }, lineno=0x01a4, tokens=8a205a24b122492220882034323200}
0xa5d…a8d OsuBasicLine {ptr=OsuBasicPtr{ 0x6a89 → 0x0a8d }, lineno=0x01a5, tokens=49b12828524eaa3129ab524c29a94244463a8e204244463d424f4446204f46204d41535445522046494c4500}
0xa8d…aaa OsuBasicLine {ptr=OsuBasicPtr{ 0x6aa6 → 0x0aaa }, lineno=0x01a6, tokens=9b31b0b1454f4446a9c22845442429a9323a972025312c4900}
0xaaa…ac9 OsuBasicLine {ptr=OsuBasicPtr{ 0x6ac5 → 0x0ac9 }, lineno=0x01a8, tokens=454f4446b1454f4446a9c22845442429a9c228c328492929a93200}
0xac9…add OsuBasicLine {ptr=OsuBasicPtr{ 0x6ad9 → 0x0add }, lineno=0x01ae, tokens=9b31b0b1393a972025312c454f444600}
0xadd…ae3 OsuBasicLine {ptr=OsuBasicPtr{ 0x6adf → 0x0ae3 }, lineno=0x01f4, tokens=8e00}
0xae3…b0e OsuBasicLine {ptr=OsuBasicPtr{ 0x6b0a → 0x0b0e }, lineno=0x01f6, tokens=8a20515524b122542220ae205a24b122522220ae20c7283129b2454f444620a620882033333000}
0xb0e…b39 OsuBasicLine {ptr=OsuBasicPtr{ 0x6b35 → 0x0b39 }, lineno=0x01f7, tokens=8a20515524b122542220ae205a24b122492220ae20c7283129b2454f444620a620882032383000}
0xb39…b63 OsuBasicLine {ptr=OsuBasicPtr{ 0x6b5f → 0x0b63 }, lineno=0x01f9, tokens=8a20c7283129b2454f444620a697222a2a2a204e5b535445204e5c474c45223a882032363000}
0xb63…b72 OsuBasicLine {ptr=OsuBasicPtr{ 0x6b6e → 0x0b72 }, lineno=0x03e8, tokens=9d3a9f2044562428322900}
0xb72…b83 OsuBasicLine {ptr=OsuBasicPtr{ 0x6b7f → 0x0b83 }, lineno=0x03fc, tokens=a031323a96323838382c323700}
0xb83…b89 OsuBasicLine {ptr=OsuBasicPtr{ 0x6b85 → 0x0b89 }, lineno=0x0406, tokens=9d00}
0xb89…ba1 OsuBasicLine {ptr=OsuBasicPtr{ 0x6b9d → 0x0ba1 }, lineno=0x040b, tokens=9620323937362c34343a9620323937322c353800}
0xba1…bb6 OsuBasicLine {ptr=OsuBasicPtr{ 0x6bb2 → 0x0bb6 }, lineno=0x0410, tokens=892244424d535953222c22504153532200}
0xbb6…bce OsuBasicLine {ptr=OsuBasicPtr{ 0x6bca → 0x0bce }, lineno=0xc350, tokens=5843b15843a9313a8a5843b23288353030333000}
0xbce…bec OsuBasicLine {ptr=OsuBasicPtr{ 0x6be8 → 0x0bec }, lineno=0xc35a, tokens=8a2043484bb13120a6209722454e44204f462046494c45223a00}
0xbec…c28 OsuBasicLine {ptr=OsuBasicPtr{ 0x6c24 → 0x0c28 }, lineno=0xc364, tokens=97222a2a2a204b4f4e54524f4c4552204154204449534b45545445524e4520455220504c4143455245542052494754494754202a2a2a2200}
0xc28…c52 OsuBasicLine {ptr=OsuBasicPtr{ 0x6c4e → 0x0c52 }, lineno=0xc36e, tokens=4445b1c1283130323236293a444cb1c1283137373429a9c128313137373529ab3235363a9700}
0xc52…c7e OsuBasicLine {ptr=OsuBasicPtr{ 0x6c7a → 0x0c7e }, lineno=0xc378, tokens=97222a2a2a2046454a4c20223b44453b222049204c494e494520223b444c3b22202a2a2a223a9700}
0xc7e…caa OsuBasicLine {ptr=OsuBasicPtr{ 0x6ca6 → 0x0caa }, lineno=0xc382, tokens=8422544153542052455455524e2c204856495320464f52535b5454454c534520223b5153243a9700}
0xcaa…cb4 OsuBasicLine {ptr=OsuBasicPtr{ 0x6cb0 → 0x0cb4 }, lineno=0xc38c, tokens=883130303000}
0xcb4…cb6 0x0000
0xcb6…ff0 [Padding]