DataMuseum.dk

Presents historical artifacts from the history of:

Ohio Scientific Inc.

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Ohio Scientific Inc.

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦98ad390ec⟧

    Length: 3056 (0xbf0)
    Notes: OS65UFile, OSU65U-BASIC
    Names: »BEXEC*«

Derivation

└─⟦2f57871a3⟧ Bits:30009355 Ohio Scientific OS-OMS Nucleus, delvist oversat til dansk
    └─⟦this⟧ »BEXEC*« 

BASIC

00010 REM *** BASIC EXECUTIVE ***
00020 REM
00030 REM SETUP CONSOLE INPUT DEVICE
00040 I% = PEEK (11664)
00041 REM  
00042 REM  LOCKUP SYSTEM
00043 FLAG 21: REM  INPUT ESCAPE
00044 POKE 2073,96: POKE 14639,0: REM  CTRL C,O
00050 POKE 11668, 2^(I%-1)
00060 REM
00070 REM SETUP CONSOLE OUTPUT DEVICE
00080 J% = PEEK (11665)
00090 POKE 11686, 2^(J%-1)
00140 REM SETUP FOR MASTER 3300 SYSTEM
00150 POKE 61438,0: POKE 61439,0
00170 REM  GET USER FUNCTION
00190 FU$="XYZ"
00210 IF FU$ <> "UNLOCK" GOTO 280
00220 REM  
00230 REM  UNLOCK SYSTEM
00240 REM  
00250 FLAG 22: REM  INPUT ESCAPE
00270 POKE 14639,255: POKE 2073,76: REM  CTRL C,O
00280 REM
00290 REM FOR BACK SPACE THIS LINE SHOULD SAY GOSUB 5000
00305 POKE 2888,27
00307 GOSUB 9000
00308 DEV"A"
00310 RUN"DBMSYS","PASS":REM COMMON EXIT FROM BEXEC*
00320 REM
01000 FOR X=1 TO 35:PRINT:NEXT: REM    SET UP PRINTERS
01005 POKE 2888,0
01006 PRINTTAB(20);"<<  PRINTER INITIALIZATION  >>":PRINT:PRINT:PRINT
01010 PRINT"SELECT TYPE OF PRINTER":PRINT
01020 PRINT TAB(4);"(1)  CENTRONICS 700 SERIES"
01030 PRINT TAB(4);"(2)  OKIDATA 22"
01035 PRINT TAB(4);"(3)  NO PRINTER"
01040 PRINT
01050 INPUT "   ";A
01055 IF (A=1 OR A=2 OR A=3) AND A=INT(A) GOTO 1060
01056 GOTO 1050
01060 ON A GOTO 1070,1200,1520
01065 REM
01070 PRINT:PRINT"PLEASE WAIT":REM   CENTRONICS SET UP
01075 FOR X=1 TO PEEK(15908):PRINT#5:NEXT
01080 FOR X=1 TO 35:PRINT:NEXT:PRINT TAB(7);
01090 PRINT"<<  SET THE PAPER ON THE PRINTER TO THE TOP OF FORM.  >>"
01095 FOR X=1 TO 8:PRINT:NEXT
01100 PRINT:INPUT"ENTER A  C  TO CONTINUE";X$:RETURN
01101 REM
01200 FOR X=1 TO 35:PRINT:NEXT:REM   OKIDATA SET UP
01210 PRINT"SELECT THE TYPE OF PAPER TO BE USED"
01220 PRINT
01230 PRINT TAB(4);"(1)  8 1/2 INCH LONG PAPER"
01240 PRINT TAB(4);"(2)  11 INCH LONG PAPER"
01250 PRINT TAB(4);"(3)  SPECIAL PAPER"
01260 PRINT
01270 INPUT"   ";A:IF A=1 OR A=2 OR A=3 GOTO 1280
01275 GOTO 1270
01280 ON A GOTO 1290,1300,1310
01290 POKE 14387,68:GOTO 1400
01300 POKE 14387,66:GOTO 1400
01310 POKE 14457,66:PRINT:PRINT:PRINT
01320 PRINTTAB(7);
01325 PRINT"<<  PRINTER PAGING IS NOW ON MANUAL  >>"
01330 PRINT:PRINT:PRINT:FOR X=1TO 1000:NEXT:RETURN
01400 FOR X=1 TO 35:PRINT:NEXT
01410 PRINTTAB(7);
01415 PRINT"<<  SET PAPER ON PRINTER TO THE TOP OF FORM  >>"
01420 PRINT
01421 PRINTTAB(7);
01422 PRINT"<<  PUSH THE TOP OF FORM SWITCH ON THE PRINTER  >>"
01423 PRINT
01425 PRINTTAB(7);
01430 PRINT"<<  TURN OFF THE AUTO-SKIP ON THE PRINTER  >>"
01431 PRINT
01432 PRINTTAB(7);
01433 PRINT"<<  SET THE PRINTER TO  ";
01434 IF A=1 THEN PRINT"8 LINES PER INCH  >>":GOTO 1440
01435 IF A=2 THEN PRINT"6 LINES PER INCH  >>":GOTO 1440
01440 PRINT
01445 PRINT TAB(7);
01450 PRINT"<<  SET THE PAPER LENGTH DIAL TO  ";
01455 IF A=1 THEN PRINT"8 1/2  INCHES  >>":GOTO 1500
01456 IF A=2 THEN PRINT"11  INCHES  >>":GOTO 1500
01458 PRINT"THE SIZE OF YOUR SPECIAL PAPER  >>"
01500 FOR X=1 TO 6:PRINT:NEXT
01510 INPUT"ENTER A  C  TO CONTINUE ";X$
01520 RETURN
04999 REM
05000 REM POKE OUTPUT TO ALLOW PRINTING OF BACKSPACE
05010 POKE 21340,8: REM BACSPC=8
05020 REM  POKE PATCH INTO INPUT ROUTINE
05030 POKE 1373,76:POKE 1374,0:POKE 1375,92
05040 REM POKE PATCH INTO $5C00
05050 FOR PTR=23552 TO 23571
05060 READ MAC: POKE PTR,MAC
05070 NEXT PTR:RETURN
05080 DATA 201,8,208,13,32,8,40,72
05090 DATA 169,32,32,8,40,104,76,76,5,76,97,5
09000 REM
09010 D=PEEK(55921)
09015 M=PEEK(55922)
09020 A=PEEK(55923)
09050 GOSUB 9900
09060 PRINT"     DAGS DATO: ";D;"/";M;"-";A
09070 PRINT:PRINT:PRINT:PRINT:PRINT:PRINT
09080 INPUT"     \NSKES DET [NDRET (J/N) ";R$
09090 IF R$<>"J" THEN RETURN
09100 PRINT:PRINT:PRINT
09110 INPUT"     INDTAST DEN NYE DATO (D,M,]) ";D,M,A
09111 IF D<0 OR D>31 THEN PRINT"** FORKERT DATO":GOTO 9110
09112 IF M<0 OR M>12 THEN PRINT"** FORKERT DATO":GOTO 9110
09113 IF A<0 OR A>99 THEN PRINT"** FORKERT DATO":GOTO 9110
09115 POKE 55921,D
09120 POKE 55922,M
09150 POKE 55923,A
09200 RETURN
09900 FOR I=1 TO 35 :PRINT:NEXT I
09999 RETURN

OctetView - Osu65uBasic

0x000…005 OsuBasicHead {skip=0x0000, length=0x0bac, f03=0x00}
0x005…023 OsuBasicLine {ptr=OsuBasicPtr{ 0x601f → 0x0023 }, lineno=0x000a, tokens=8e202a2a2a20424153494320455845435554495645202a2a2a00}
0x023…029 OsuBasicLine {ptr=OsuBasicPtr{ 0x6025 → 0x0029 }, lineno=0x0014, tokens=8e00}
0x029…04a OsuBasicLine {ptr=OsuBasicPtr{ 0x6046 → 0x004a }, lineno=0x001e, tokens=8e20534554555020434f4e534f4c4520494e5055542044455649434500}
0x04a…05d OsuBasicLine {ptr=OsuBasicPtr{ 0x6059 → 0x005d }, lineno=0x0028, tokens=492520b120c1202831313636342900}
0x05d…065 OsuBasicLine {ptr=OsuBasicPtr{ 0x6061 → 0x0065 }, lineno=0x0029, tokens=8e202000}
0x065…07a OsuBasicLine {ptr=OsuBasicPtr{ 0x6076 → 0x007a }, lineno=0x002a, tokens=8e20204c4f434b55502053595354454d00}
0x07a…094 OsuBasicLine {ptr=OsuBasicPtr{ 0x6090 → 0x0094 }, lineno=0x002b, tokens=a02032313a208e2020494e5055542045534341504500}
0x094…0ba OsuBasicLine {ptr=OsuBasicPtr{ 0x60b6 → 0x00ba }, lineno=0x002c, tokens=9620323037332c39363a20962031343633392c303a208e20204354524c20432c4f00}
0x0ba…0d0 OsuBasicLine {ptr=OsuBasicPtr{ 0x60cc → 0x00d0 }, lineno=0x0032, tokens=962031313636382c2032ad284925aa312900}
0x0d0…0d6 OsuBasicLine {ptr=OsuBasicPtr{ 0x60d2 → 0x00d6 }, lineno=0x003c, tokens=8e00}
0x0d6…0f8 OsuBasicLine {ptr=OsuBasicPtr{ 0x60f4 → 0x00f8 }, lineno=0x0046, tokens=8e20534554555020434f4e534f4c45204f55545055542044455649434500}
0x0f8…10b OsuBasicLine {ptr=OsuBasicPtr{ 0x6107 → 0x010b }, lineno=0x0050, tokens=4a2520b120c1202831313636352900}
0x10b…121 OsuBasicLine {ptr=OsuBasicPtr{ 0x611d → 0x0121 }, lineno=0x005a, tokens=962031313638362c2032ad284a25aa312900}
0x121…144 OsuBasicLine {ptr=OsuBasicPtr{ 0x6140 → 0x0144 }, lineno=0x008c, tokens=8e20534554555020464f52204d415354455220333330302053595354454d00}
0x144…15d OsuBasicLine {ptr=OsuBasicPtr{ 0x6159 → 0x015d }, lineno=0x0096, tokens=962036313433382c303a20962036313433392c3000}
0x15d…176 OsuBasicLine {ptr=OsuBasicPtr{ 0x6172 → 0x0176 }, lineno=0x00aa, tokens=8e202047455420555345522046554e4354494f4e00}
0x176…184 OsuBasicLine {ptr=OsuBasicPtr{ 0x6180 → 0x0184 }, lineno=0x00be, tokens=465524b12258595a2200}
0x184…1a0 OsuBasicLine {ptr=OsuBasicPtr{ 0x619c → 0x01a0 }, lineno=0x00d2, tokens=8a2046552420b2b02022554e4c4f434b2220882032383000}
0x1a0…1a8 OsuBasicLine {ptr=OsuBasicPtr{ 0x61a4 → 0x01a8 }, lineno=0x00dc, tokens=8e202000}
0x1a8…1bd OsuBasicLine {ptr=OsuBasicPtr{ 0x61b9 → 0x01bd }, lineno=0x00e6, tokens=8e2020554e4c4f434b2053595354454d00}
0x1bd…1c5 OsuBasicLine {ptr=OsuBasicPtr{ 0x61c1 → 0x01c5 }, lineno=0x00f0, tokens=8e202000}
0x1c5…1df OsuBasicLine {ptr=OsuBasicPtr{ 0x61db → 0x01df }, lineno=0x00fa, tokens=a02032323a208e2020494e5055542045534341504500}
0x1df…207 OsuBasicLine {ptr=OsuBasicPtr{ 0x6203 → 0x0207 }, lineno=0x010e, tokens=962031343633392c3235353a209620323037332c37363a208e20204354524c20432c4f00}
0x207…20d OsuBasicLine {ptr=OsuBasicPtr{ 0x6209 → 0x020d }, lineno=0x0118, tokens=8e00}
0x20d…242 OsuBasicLine {ptr=OsuBasicPtr{ 0x623e → 0x0242 }, lineno=0x0122, tokens=8e20464f52204241434b2053504143452054484953204c494e452053484f554c442053415920474f535542203530303000}
0x242…250 OsuBasicLine {ptr=OsuBasicPtr{ 0x624c → 0x0250 }, lineno=0x0131, tokens=9620323838382c323700}
0x250…25b OsuBasicLine {ptr=OsuBasicPtr{ 0x6257 → 0x025b }, lineno=0x0133, tokens=8c203930303000}
0x25b…264 OsuBasicLine {ptr=OsuBasicPtr{ 0x6260 → 0x0264 }, lineno=0x0134, tokens=9f22412200}
0x264…293 OsuBasicLine {ptr=OsuBasicPtr{ 0x628f → 0x0293 }, lineno=0x0136, tokens=892244424d535953222c2250415353223a8e20434f4d4d4f4e20455849542046524f4d2042455845432a00}
0x293…299 OsuBasicLine {ptr=OsuBasicPtr{ 0x6295 → 0x0299 }, lineno=0x0140, tokens=8e00}
0x299…2c2 OsuBasicLine {ptr=OsuBasicPtr{ 0x62be → 0x02c2 }, lineno=0x03e8, tokens=812058b13120a32033353a973a823a208e20202020534554205550205052494e5445525300}
0x2c2…2cf OsuBasicLine {ptr=OsuBasicPtr{ 0x62cb → 0x02cf }, lineno=0x03ed, tokens=9620323838382c3000}
0x2cf…300 OsuBasicLine {ptr=OsuBasicPtr{ 0x62fc → 0x0300 }, lineno=0x03ee, tokens=97a23230293b223c3c20205052494e54455220494e495449414c495a4154494f4e20203e3e223a973a973a9700}
0x300…320 OsuBasicLine {ptr=OsuBasicPtr{ 0x631c → 0x0320 }, lineno=0x03f2, tokens=972253454c4543542054595045204f46205052494e544552223a9700}
0x320…347 OsuBasicLine {ptr=OsuBasicPtr{ 0x6343 → 0x0347 }, lineno=0x03fc, tokens=9720a234293b22283129202043454e54524f4e49435320373030205345524945532200}
0x347…363 OsuBasicLine {ptr=OsuBasicPtr{ 0x635f → 0x0363 }, lineno=0x0406, tokens=9720a234293b2228322920204f4b49444154412032322200}
0x363…37f OsuBasicLine {ptr=OsuBasicPtr{ 0x637b → 0x037f }, lineno=0x040b, tokens=9720a234293b2228332920204e4f205052494e5445522200}
0x37f…385 OsuBasicLine {ptr=OsuBasicPtr{ 0x6381 → 0x0385 }, lineno=0x0410, tokens=9700}
0x385…393 OsuBasicLine {ptr=OsuBasicPtr{ 0x638f → 0x0393 }, lineno=0x041a, tokens=842022202020223b4100}
0x393…3bb OsuBasicLine {ptr=OsuBasicPtr{ 0x63b7 → 0x03bb }, lineno=0x041f, tokens=8a202841b13120af2041b13220af2041b1332920ae2041b1b42841292088203130363000}
0x3bb…3c6 OsuBasicLine {ptr=OsuBasicPtr{ 0x63c2 → 0x03c6 }, lineno=0x0420, tokens=88203130353000}
0x3c6…3df OsuBasicLine {ptr=OsuBasicPtr{ 0x63db → 0x03df }, lineno=0x0424, tokens=902041208820313037302c313230302c3135323000}
0x3df…3e5 OsuBasicLine {ptr=OsuBasicPtr{ 0x63e1 → 0x03e5 }, lineno=0x0429, tokens=8e00}
0x3e5…410 OsuBasicLine {ptr=OsuBasicPtr{ 0x640c → 0x0410 }, lineno=0x042e, tokens=973a9722504c454153452057414954223a8e20202043454e54524f4e4943532053455420555000}
0x410…42b OsuBasicLine {ptr=OsuBasicPtr{ 0x6427 → 0x042b }, lineno=0x0433, tokens=812058b13120a320c1283135393038293a9723353a8200}
0x42b…445 OsuBasicLine {ptr=OsuBasicPtr{ 0x6441 → 0x0445 }, lineno=0x0438, tokens=812058b13120a32033353a973a823a9720a237293b00}
0x445…485 OsuBasicLine {ptr=OsuBasicPtr{ 0x6481 → 0x0485 }, lineno=0x0442, tokens=97223c3c202053455420544845205041504552204f4e20544845205052494e54455220544f2054484520544f50204f4620464f524d2e20203e3e2200}
0x485…497 OsuBasicLine {ptr=OsuBasicPtr{ 0x6493 → 0x0497 }, lineno=0x0447, tokens=812058b13120a320383a973a8200}
0x497…4bd OsuBasicLine {ptr=OsuBasicPtr{ 0x64b9 → 0x04bd }, lineno=0x044c, tokens=973a8422454e54455220412020432020544f20434f4e54494e5545223b58243a8d00}
0x4bd…4c3 OsuBasicLine {ptr=OsuBasicPtr{ 0x64bf → 0x04c3 }, lineno=0x044d, tokens=8e00}
0x4c3…4e9 OsuBasicLine {ptr=OsuBasicPtr{ 0x64e5 → 0x04e9 }, lineno=0x04b0, tokens=812058b13120a32033353a973a823a8e2020204f4b49444154412053455420555000}
0x4e9…514 OsuBasicLine {ptr=OsuBasicPtr{ 0x6510 → 0x0514 }, lineno=0x04ba, tokens=972253454c454354205448452054595045204f4620504150455220544f20424520555345442200}
0x514…51a OsuBasicLine {ptr=OsuBasicPtr{ 0x6516 → 0x051a }, lineno=0x04c4, tokens=9700}
0x51a…541 OsuBasicLine {ptr=OsuBasicPtr{ 0x653d → 0x0541 }, lineno=0x04ce, tokens=9720a234293b2228312920203820312f3220494e4348204c4f4e472050415045522200}
0x541…565 OsuBasicLine {ptr=OsuBasicPtr{ 0x6561 → 0x0565 }, lineno=0x04d8, tokens=9720a234293b222832292020313120494e4348204c4f4e472050415045522200}
0x565…584 OsuBasicLine {ptr=OsuBasicPtr{ 0x6580 → 0x0584 }, lineno=0x04e2, tokens=9720a234293b2228332920205350454349414c2050415045522200}
0x584…58a OsuBasicLine {ptr=OsuBasicPtr{ 0x6586 → 0x058a }, lineno=0x04ec, tokens=9700}
0x58a…5b0 OsuBasicLine {ptr=OsuBasicPtr{ 0x65ac → 0x05b0 }, lineno=0x04f6, tokens=8422202020223b413a8a2041b13120af2041b13220af2041b1332088203132383000}
0x5b0…5bb OsuBasicLine {ptr=OsuBasicPtr{ 0x65b7 → 0x05bb }, lineno=0x04fb, tokens=88203132373000}
0x5bb…5d4 OsuBasicLine {ptr=OsuBasicPtr{ 0x65d0 → 0x05d4 }, lineno=0x0500, tokens=902041208820313239302c313330302c3133313000}
0x5d4…5ea OsuBasicLine {ptr=OsuBasicPtr{ 0x65e6 → 0x05ea }, lineno=0x050a, tokens=962031343338372c36383a88203134303000}
0x5ea…600 OsuBasicLine {ptr=OsuBasicPtr{ 0x65fc → 0x0600 }, lineno=0x0514, tokens=962031343338372c36363a88203134303000}
0x600…615 OsuBasicLine {ptr=OsuBasicPtr{ 0x6611 → 0x0615 }, lineno=0x051e, tokens=962031343435372c36363a973a973a9700}
0x615…61f OsuBasicLine {ptr=OsuBasicPtr{ 0x661b → 0x061f }, lineno=0x0528, tokens=97a237293b00}
0x61f…64e OsuBasicLine {ptr=OsuBasicPtr{ 0x664a → 0x064e }, lineno=0x052d, tokens=97223c3c20205052494e54455220504147494e47204953204e4f57204f4e204d414e55414c20203e3e2200}
0x64e…668 OsuBasicLine {ptr=OsuBasicPtr{ 0x6664 → 0x0668 }, lineno=0x0532, tokens=973a973a973a812058b131a320313030303a823a8d00}
0x668…67b OsuBasicLine {ptr=OsuBasicPtr{ 0x6677 → 0x067b }, lineno=0x0578, tokens=812058b13120a32033353a973a8200}
0x67b…685 OsuBasicLine {ptr=OsuBasicPtr{ 0x6681 → 0x0685 }, lineno=0x0582, tokens=97a237293b00}
0x685…6bc OsuBasicLine {ptr=OsuBasicPtr{ 0x66b8 → 0x06bc }, lineno=0x0587, tokens=97223c3c2020534554205041504552204f4e205052494e54455220544f2054484520544f50204f4620464f524d20203e3e2200}
0x6bc…6c2 OsuBasicLine {ptr=OsuBasicPtr{ 0x66be → 0x06c2 }, lineno=0x058c, tokens=9700}
0x6c2…6cc OsuBasicLine {ptr=OsuBasicPtr{ 0x66c8 → 0x06cc }, lineno=0x058d, tokens=97a237293b00}
0x6cc…706 OsuBasicLine {ptr=OsuBasicPtr{ 0x6702 → 0x0706 }, lineno=0x058e, tokens=97223c3c2020505553482054484520544f50204f4620464f524d20535749544348204f4e20544845205052494e54455220203e3e2200}
0x706…70c OsuBasicLine {ptr=OsuBasicPtr{ 0x6708 → 0x070c }, lineno=0x058f, tokens=9700}
0x70c…716 OsuBasicLine {ptr=OsuBasicPtr{ 0x6712 → 0x0716 }, lineno=0x0591, tokens=97a237293b00}
0x716…74b OsuBasicLine {ptr=OsuBasicPtr{ 0x6747 → 0x074b }, lineno=0x0596, tokens=97223c3c20205455524e204f464620544845204155544f2d534b4950204f4e20544845205052494e54455220203e3e2200}
0x74b…751 OsuBasicLine {ptr=OsuBasicPtr{ 0x674d → 0x0751 }, lineno=0x0597, tokens=9700}
0x751…75b OsuBasicLine {ptr=OsuBasicPtr{ 0x6757 → 0x075b }, lineno=0x0598, tokens=97a237293b00}
0x75b…77c OsuBasicLine {ptr=OsuBasicPtr{ 0x6778 → 0x077c }, lineno=0x0599, tokens=97223c3c202053455420544845205052494e54455220544f2020223b00}
0x77c…7a7 OsuBasicLine {ptr=OsuBasicPtr{ 0x67a3 → 0x07a7 }, lineno=0x059a, tokens=8a2041b13120a620972238204c494e45532050455220494e434820203e3e223a88203134343000}
0x7a7…7d2 OsuBasicLine {ptr=OsuBasicPtr{ 0x67ce → 0x07d2 }, lineno=0x059b, tokens=8a2041b13220a620972236204c494e45532050455220494e434820203e3e223a88203134343000}
0x7d2…7d8 OsuBasicLine {ptr=OsuBasicPtr{ 0x67d4 → 0x07d8 }, lineno=0x05a0, tokens=9700}
0x7d8…7e3 OsuBasicLine {ptr=OsuBasicPtr{ 0x67df → 0x07e3 }, lineno=0x05a5, tokens=9720a237293b00}
0x7e3…80e OsuBasicLine {ptr=OsuBasicPtr{ 0x680a → 0x080e }, lineno=0x05aa, tokens=97223c3c202053455420544845205041504552204c454e475448204449414c20544f2020223b00}
0x80e…836 OsuBasicLine {ptr=OsuBasicPtr{ 0x6832 → 0x0836 }, lineno=0x05af, tokens=8a2041b13120a62097223820312f322020494e4348455320203e3e223a88203135303000}
0x836…85b OsuBasicLine {ptr=OsuBasicPtr{ 0x6857 → 0x085b }, lineno=0x05b0, tokens=8a2041b13220a620972231312020494e4348455320203e3e223a88203135303000}
0x85b…885 OsuBasicLine {ptr=OsuBasicPtr{ 0x6881 → 0x0885 }, lineno=0x05b2, tokens=97225448452053495a45204f4620594f5552205350454349414c20504150455220203e3e2200}
0x885…897 OsuBasicLine {ptr=OsuBasicPtr{ 0x6893 → 0x0897 }, lineno=0x05dc, tokens=812058b13120a320363a973a8200}
0x897…8ba OsuBasicLine {ptr=OsuBasicPtr{ 0x68b6 → 0x08ba }, lineno=0x05e6, tokens=8422454e54455220412020432020544f20434f4e54494e554520223b582400}
0x8ba…8c0 OsuBasicLine {ptr=OsuBasicPtr{ 0x68bc → 0x08c0 }, lineno=0x05f0, tokens=8d00}
0x8c0…8c6 OsuBasicLine {ptr=OsuBasicPtr{ 0x68c2 → 0x08c6 }, lineno=0x1387, tokens=8e00}
0x8c6…8f7 OsuBasicLine {ptr=OsuBasicPtr{ 0x68f3 → 0x08f7 }, lineno=0x1388, tokens=8e20504f4b45204f555450555420544f20414c4c4f57205052494e54494e47204f46204241434b535041434500}
0x8f7…911 OsuBasicLine {ptr=OsuBasicPtr{ 0x690d → 0x0911 }, lineno=0x1392, tokens=962032313334302c383a208e204241435350433d3800}
0x911…936 OsuBasicLine {ptr=OsuBasicPtr{ 0x6932 → 0x0936 }, lineno=0x139c, tokens=8e2020504f4b4520504154434820494e544f20494e50555420524f5554494e4500}
0x936…957 OsuBasicLine {ptr=OsuBasicPtr{ 0x6953 → 0x0957 }, lineno=0x13a6, tokens=9620313337332c37363a9620313337342c303a9620313337352c393200}
0x957…973 OsuBasicLine {ptr=OsuBasicPtr{ 0x696f → 0x0973 }, lineno=0x13b0, tokens=8e20504f4b4520504154434820494e544f20243543303000}
0x973…98b OsuBasicLine {ptr=OsuBasicPtr{ 0x6987 → 0x098b }, lineno=0x13ba, tokens=8120505452b1323335353220a320323335373100}
0x98b…9a0 OsuBasicLine {ptr=OsuBasicPtr{ 0x699c → 0x09a0 }, lineno=0x13c4, tokens=86204d41433a2096205054522c4d414300}
0x9a0…9ac OsuBasicLine {ptr=OsuBasicPtr{ 0x69a8 → 0x09ac }, lineno=0x13ce, tokens=82205054523a8d00}
0x9ac…9ca OsuBasicLine {ptr=OsuBasicPtr{ 0x69c6 → 0x09ca }, lineno=0x13d8, tokens=83203230312c382c3230382c31332c33322c382c34302c373200}
0x9ca…9f3 OsuBasicLine {ptr=OsuBasicPtr{ 0x69ef → 0x09f3 }, lineno=0x13e2, tokens=83203136392c33322c33322c382c34302c3130342c37362c37362c352c37362c39372c3500}
0x9f3…9f9 OsuBasicLine {ptr=OsuBasicPtr{ 0x69f5 → 0x09f9 }, lineno=0x2328, tokens=8e00}
0x9f9…a08 OsuBasicLine {ptr=OsuBasicPtr{ 0x6a04 → 0x0a08 }, lineno=0x2332, tokens=44b1c12835353932312900}
0xa08…a17 OsuBasicLine {ptr=OsuBasicPtr{ 0x6a13 → 0x0a17 }, lineno=0x2337, tokens=4db1c12835353932322900}
0xa17…a26 OsuBasicLine {ptr=OsuBasicPtr{ 0x6a22 → 0x0a26 }, lineno=0x233c, tokens=41b1c12835353932332900}
0xa26…a31 OsuBasicLine {ptr=OsuBasicPtr{ 0x6a2d → 0x0a31 }, lineno=0x235a, tokens=8c203939303000}
0xa31…a57 OsuBasicLine {ptr=OsuBasicPtr{ 0x6a53 → 0x0a57 }, lineno=0x2364, tokens=9722202020202044414753204441544f3a20223b443b222f223b4d3b222d223b4100}
0xa57…a67 OsuBasicLine {ptr=OsuBasicPtr{ 0x6a63 → 0x0a67 }, lineno=0x236e, tokens=973a973a973a973a973a9700}
0xa67…a8f OsuBasicLine {ptr=OsuBasicPtr{ 0x6a8b → 0x0a8f }, lineno=0x2378, tokens=842220202020205c4e534b455320444554205b4e4452455420284a2f4e2920223b522400}
0xa8f…aa1 OsuBasicLine {ptr=OsuBasicPtr{ 0x6a9d → 0x0aa1 }, lineno=0x2382, tokens=8a205224b2b0224a2220a6208d00}
0xaa1…aab OsuBasicLine {ptr=OsuBasicPtr{ 0x6aa7 → 0x0aab }, lineno=0x238c, tokens=973a973a9700}
0xaab…adb OsuBasicLine {ptr=OsuBasicPtr{ 0x6ad7 → 0x0adb }, lineno=0x2396, tokens=84222020202020494e44544153542044454e204e5945204441544f2028442c4d2c5d2920223b442c4d2c4100}
0xadb…b08 OsuBasicLine {ptr=OsuBasicPtr{ 0x6b04 → 0x0b08 }, lineno=0x2397, tokens=8a2044b23020af2044b0333120a62097222a2a20464f524b455254204441544f223a88203931313000}
0xb08…b35 OsuBasicLine {ptr=OsuBasicPtr{ 0x6b31 → 0x0b35 }, lineno=0x2398, tokens=8a204db23020af204db0313220a62097222a2a20464f524b455254204441544f223a88203931313000}
0xb35…b62 OsuBasicLine {ptr=OsuBasicPtr{ 0x6b5e → 0x0b62 }, lineno=0x2399, tokens=8a2041b23020af2041b0393920a62097222a2a20464f524b455254204441544f223a88203931313000}
0xb62…b70 OsuBasicLine {ptr=OsuBasicPtr{ 0x6b6c → 0x0b70 }, lineno=0x239b, tokens=962035353932312c4400}
0xb70…b7e OsuBasicLine {ptr=OsuBasicPtr{ 0x6b7a → 0x0b7e }, lineno=0x23a0, tokens=962035353932322c4d00}
0xb7e…b8c OsuBasicLine {ptr=OsuBasicPtr{ 0x6b88 → 0x0b8c }, lineno=0x23be, tokens=962035353932332c4100}
0xb8c…b92 OsuBasicLine {ptr=OsuBasicPtr{ 0x6b8e → 0x0b92 }, lineno=0x23f0, tokens=8d00}
0xb92…ba8 OsuBasicLine {ptr=OsuBasicPtr{ 0x6ba4 → 0x0ba8 }, lineno=0x26ac, tokens=812049b13120a3203335203a973a82204900}
0xba8…bae OsuBasicLine {ptr=OsuBasicPtr{ 0x6baa → 0x0bae }, lineno=0x270f, tokens=8d00}
0xbae…bb0 0x0000
0xbb0…bf0 [Padding]

Reduced view