Home » Personal collection » Acorn ADFS disks » Archimedes » IJJOBS21.ADF » Bounce/Laser4

Bounce/Laser4

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Personal collection » Acorn ADFS disks » Archimedes » IJJOBS21.ADF
Filename: Bounce/Laser4
Read OK:
File size: 1F47 bytes
Load address: FFFFFB46
Exec address: F4596FBD
Duplicates

There are 2 duplicate copies of this file in the archive:

File contents
   10REM LaserDarts
   20REM by Dominic Ford
   30:
   40*TAPE
   50IFPAGE<>&1100THENMODE6:PROCreloc
   60PROCass:MODE6:PRINT"Please Wait. . ."
   70A$="DEL.1530,9999"+CHR$13+"GOTO90"+CHR$6+CHR$13:VDU21:FOR char=1 TO LEN(A$):OSCLI"FX138,0,"+STR$(ASC(MID$(A$,char,1))):NEXT
   80END
   90:
  100MODE1:VDU 23,128,96,80,200,255,200,80,96,0,23,129,6,10,19,255,19,10,6,0,23,1,0;0;0;0;19,1,4,0,0,0,0,19,2,2,0,0,0,0,19,3,1,0,0,0,0:DIMpix%(1,7),nam$(1):sound=TRUE
  110REPEAT:PROCtitle
  120IF k$=" " THEN opp=0:PROCgame
  130IF k$="2" THEN opp=1:PROCgame
  140UNTIL k$="Q" OR k$="q"
  150MODE6:VDU23,1,1;0;0;0;0;:END
  160:
  170DEFPROCgame
  180PROCnames:CLS:GCOL0,1:MOVE0,0:MOVE320,0:PLOT85,0,192:PLOT85,320,192:MOVE1280,1024:MOVE960,1024:PLOT85,1280,832:PLOT85,960,832:MOVE0,1024:MOVE320,1024:PLOT85,0,832:PLOT85,320,832:MOVE1280,0:MOVE1280,192:PLOT85,960,0:PLOT85,960,192
  190lasa=10:lasb=10:COLOUR2:PRINTTAB(3,16);CHR$128;SPC(32);CHR$129;:stop=FALSE:scra%=2000:scrb%=2000:liva%=3:livb%=3:PROCscreen
  200COLOUR129:PRINTTAB(1,1)"Player 1";TAB(31,1)"Player 2";TAB(2,27)"Score";TAB(1,30)"Lives ";TAB(32,27)"Score";TAB(31,30)"Lives ";TAB(14,0)"LASER DARTS";TAB(10,31)"by Dominic Ford 1996";
  210PRINTTAB(5-INT(.5*LEN(nam$(0))),3)nam$(0);TAB(35-INT(.5*LEN(nam$(1))),3)nam$(1):COLOUR128:PRINTTAB(14,2)"2";TAB(12,3)"Points";TAB(22,2)"New";TAB(19,3)"Reflectors";TAB(19,28)"50";TAB(17,29)"Points"
  220REPEAT
  230PROCscore
  240PROCmove(0):xl=0:yl=3+lasa*8:dl=2:pl=1:PROCtrace:PROCscore
  250IF opp=0 THENPROCcompmove ELSEPROCmove(1)
  260IF stop=FALSE THENxl=252:yl=3+lasb*8:dl=0:pl=2:PROCtrace
  270UNTIL stop=TRUE OR scra%=0 OR scrb%=0
  280IF liva%<0 THEN scrb%=0
  290IF livb%<0 THEN scra%=0
  300IF scra%=0 AND opp=0 THEN PROCmess("Congratulations "+nam$(0)+": You Win!")
  310IF scrb%=0 AND opp=0 THEN PROCmess("I won!")
  320IF scra%=0 AND opp=1 THEN PROCmess("Player 1 Wins! Congratulations "+nam$(0)+"!")
  330IF scrb%=0 AND opp=1 THEN PROCmess("Player 2 Wins! Congratulations "+nam$(1)+"!")
  340ENDPROC
  350:
  360DEFPROCmess(m$)
  370VDU5:GCOL0,1:FORba=0TO16STEP4:MOVE640-16*LEN(m$)+ba,512+ba:PRINTm$:NEXT
  380GCOL0,2:MOVE640-16*LEN(m$),512:PRINTm$:VDU4
  390nt%=TIME+250:REPEAT UNTIL TIME>nt%
  400ENDPROC
  410:
  420DEFPROCnames
  430nam$(1)="Elk":CLS:FORnam=0TOopp
  440REPEAT
  450PRINT"Player ";nam+1;": What is your name";:INPUTnam$(nam)
  460IF LEN(nam$(nam))>10 THEN PRINTnam$(nam);" is rather a long name isn't it? Can't you shorten it?":UNTIL FALSE
  470IF LEN(nam$(nam))<1 THEN PRINT"Pardon?":UNTIL FALSE
  480UNTIL TRUE
  490NEXT
  500ENDPROC
  510:
  520DEFPROCscreen
  530FORad=&A00TO&BB8STEP4:!ad=0:NEXT:COLOUR3
  540FORy=0TO19:x=RND(20)-1:PRINTTAB(10,y+6)STRING$(20," "):PRINTTAB(x+10,y+6);
  550IFRND(2)=1THENPRINT"/":?(&A00+x+y*20)=1ELSEPRINT"\":?(&A00+x+y*20)=2
  560NEXT:FORx=0TO19:y=RND(20)-1:PRINTTAB(x+10,y+6);
  570IFRND(2)=1THENPRINT"/":?(&A00+x+y*20)=1ELSEPRINT"\":?(&A00+x+y*20)=2
  580NEXT
  590ENDPROC
  600:
  610DEFPROCmove(opm)
  620IF opm=0 THEN las=lasa:x=3 ELSE las=lasb:x=36
  630COLOUR2:REPEAT
  640A$=GET$
  650PRINTTAB(x,las+6);" "
  660IF (A$="A" OR A$="a") AND las<>0 THEN las=las-1
  670IF (A$="Z" OR A$="z") AND las<>19 THEN las=las+1
  680PRINTTAB(x,las+6);CHR$(128+opm)
  690UNTIL A$=CHR$13
  700IF sound THEN*MOTOR1
  710*MOTOR0
  720IF opm=0 THEN lasa=las ELSE lasb=las
  730ENDPROC
  740:
  750DEFPROCcompmove
  760COLOUR3:COLOUR129:PROCcompplan
  770COLOUR2:PRINTTAB(36,lasb+6);CHR$129
  780ENDPROC
  790:
  800DEFPROCcompplan
  810oppo=-1:top=-1:bot=-1:back=-1:self=-1
  820FORys=0TO19:x=19:y=ys:PRINTTAB(34,4);(20-ys)
  830move=0:end=FALSE:dl=0:REPEAT
  840IFdl=0THENx=x-1
  850IFdl=1THENy=y-1
  860IFdl=2THENx=x+1
  870IFdl=3THENy=y+1
  880IF?(&A00+x+y*20)=1THENdl=dl EOR 1
  890IF?(&A00+x+y*20)=2THENdl=dl EOR 3
  900IFx=-1AND y=lasa THENoppo=y:end=TRUE
  910IFx=-1THENback=y:end=TRUE
  920IFx=20THENself=y:end=TRUE
  930IFy=-1THENtop=y:end=TRUE
  940IFy=20THENbot=y:end=TRUE
  950move=move+1:UNTIL move=50 OR end=TRUE
  960NEXT:PRINTTAB(34,4)"  "
  970COLOUR128:PRINTTAB(36,lasb+6);" "
  980IFoppo<>-1THENlasb=oppo:ENDPROC
  990IFback<>-1ANDscrb%>100THENlasb=back:ENDPROC
 1000IFbot<>-1ANDscrb%>50THENlasb=bot:ENDPROC
 1010IFtop<>-1AND((scrb% MOD 2)=0 OR self=-1)THENlasb=top:ENDPROC
 1020IFself<>-1THENy=self
 1030ENDPROC
 1040:
 1050DEFPROCtrace
 1060?&BC0=0:?&BC1=xl:?&BC2=yl:?&BC3=dl
 1070COLOUR129:CALL&E00:REM"traceray"
 1080xl=?&BC1:yl=(?&BC2 MOD 255):COLOUR128
 1090sca%=scra%:scb%=scrb%
 1100IF xl=0AND pl=1 THEN scra%=scra%+9:ENDPROC
 1110IF xl>251AND pl=2 THEN scrb%=scrb%+9:ENDPROC
 1120IF xl=0THEN scrb%=scrb%-100:IFINT((yl-3)/8)=lasa THENscrb%=scrb%-900:liva%=liva%-1
 1130IF xl>251THEN scra%=scra%-100:IFINT((yl-3)/8)=lasb THENscra%=scra%-900:livb%=livb%-1
 1140IF yl>157AND pl=1THEN scra%=scra%-50
 1150IF yl>157AND pl=2THEN scrb%=scrb%-50
 1160IF yl=0AND pl=1THEN scra%=scra%-2
 1170IF yl=0AND pl=2THEN scrb%=scrb%-2
 1180IF (yl=0)AND(RND(3)=2)THENPROCscreen
 1190IF liva%<0 OR livb%<0 THEN stop=TRUE
 1200IF scra%<0THEN scra%=sca%:IF sound THENFORb=0TO5:SOUND1,-15,0,2:SOUND1,0,0,2:NEXT
 1210IF scrb%<0THEN scrb%=scb%:IF sound THENFORb=0TO5:SOUND1,-15,0,2:SOUND1,0,0,2:NEXT
 1220ENDPROC
 1230:
 1240DEFPROCscore
 1250COLOUR2:COLOUR129
 1260PRINTTAB(2,28)"      ";TAB(2,28)scra%
 1270PRINTTAB(7,30)"  ";TAB(7,30);liva%
 1280PRINTTAB(32,28)"      ";TAB(32,28)scrb%
 1290PRINTTAB(37,30)"  ";TAB(37,30);livb%
 1300COLOUR128
 1310ENDPROC
 1320:
 1330DEFPROCtitle
 1340VDU19,3,1,0,0,0,0
 1350CLS:FORba=300TO1STEP-50:GCOL0,ba/50:MOVE400-ba,400:MOVE400,400+ba:PLOT85,400,400-ba:PLOT85,400+ba,400:NEXT:COLOUR131:RESTORE:FORyc=1TO5:READl$:FORxc=0TO39:IFMID$(l$,xc+1,1)="*"THENPRINTTAB(xc,yc)" "
 1360NEXT,:COLOUR128:COLOUR1:PRINTTAB(10,9)"by Dominic Ford 1996":COLOUR2:PRINTTAB(23,20)"SPACE - Human/Elk";TAB(27,22)"2 - 2 Player";TAB(27,24)"Q - Quit";TAB(27,26);"S - Sound";TAB(25,16)"Sound:";TAB(32,16);
 1370IF sound THENPRINT"On"ELSEPRINT"Off"
 1380GCOL3,2:MOVE1180,1024:MOVE400,400:PLOT85,1380,1024:REPEAT:REPEAT:k$=INKEY$(0):UNTIL INSTR(" 2QqSs",k$)<>0 AND LEN(k$)>0
 1390IFk$="S"ORk$="s"THENPROCsound:UNTILFALSE
 1400UNTILTRUE
 1410ENDPROC
 1420:
 1430DEFPROCsound
 1440IF sound THEN sound=FALSE:PRINTTAB(32,16)"Off":ENDPROC
 1450sound=TRUE:PRINTTAB(32,16)"On "
 1460ENDPROC
 1470:
 1480DATA"*   *** *** *** ***  **** *** *** ******"
 1490DATA"*   * * *   *   * *   * * * * * *  * *  "
 1500DATA"*   *** *** **  ***   * * *** ***  * ***"
 1510DATA"*   * *   * *   **    * * * * **   *   *"
 1520DATA"*** * * *** *** * *  **** * * * *  * ***"
 1530:
 1540DEFPROCass
 1550osword=&FFF1:oswrch=&FFEE
 1560FOR pass=0TO2STEP2
 1570P%=&BC0
 1580[OPT pass
 1590.pla EQUB 0
 1600.xla EQUB 0
 1610.yla EQUB 0
 1620.dla EQUB 0
 1630.pn EQUB 0
 1640.px EQUD 0:EQUD 0:EQUD 0:EQUD 0
 1650.py EQUD 0:EQUD 0:EQUD 0:EQUD 0
 1660.tim EQUD 0:EQUB 0
 1670]:P%=&E00
 1680[OPT pass
 1690.traceray LDX#0
 1700.startlop LDAxla:STApx,X:LDAyla:STApy,X:INX:CPX#8:BNEstartlop:LDA#0:STApn
 1710.tracelop LDA#1:LDX#(tim MOD 256):LDY#(tim DIV 256):JSRosword:LDAtim:STA&74:LDAdla:BNEnotleft:LDAxla:SEC:SBC#2:STAxla:JMPmoved
 1720.notleft CMP#1:BNEnotup:LDAyla:CLC:ADC#2:STAyla:JMPmoved
 1730.notup CMP#2:BNEdown:LDAxla:CLC:ADC#2:STAxla:JMPmoved
 1740.down LDAyla:SEC:SBC#2:STAyla
 1750.moved JSRgetad:LDA(&70),Y:LDX&72:ANDscrbit,X:STA&73:AND#&F0:BEQnotref:LDA&73:AND#&0F:BEQnotref:JSRreflect
 1760.notref INCpn:LDApn:AND#7:STApn:TAX:LDAxla:PHA:LDAyla:PHA:LDApx,X:STAxla:LDApy,X:STAyla:JSRgetad:LDX&72:LDAscrbit,X:EOR#&FF:AND(&70),Y:STA(&70),Y:LDXpn:PLA:STAyla:STApy,X:PLA:STAxla:STApx,X:JSRgetad:LDX&72
 1770LDAscrbit,X:EOR#&FF:AND(&70),Y:STA(&70),Y:LDAscrbit,X:AND#&F0:CLC:ADC(&70),Y:STA(&70),Y:LDAxla:BEQfintr:CMP#252:BCSfintr:LDAyla:BEQfintr:CMP#158:BCSfintr
 1780.waitlop LDA#1:LDX#(tim MOD 256):LDY#(tim DIV 256):JSRosword:LDAtim:CMP&74:BEQwaitlop:JMPtracelop
 1790.fintr LDAxla:PHA:LDAyla:PHA:LDX#0:STXpn
 1800.finlop LDApx,X:STAxla:LDApy,X:STAyla:JSRgetad:LDX&72:LDAscrbit,X:EOR#&FF:AND(&70),Y:STA(&70),Y:INCpn:LDXpn:CPX#8:BNEfinlop:PLA:STAyla:PLA:STAxla:RTS
 1810:
 1820.reflect LDAxla:SEC:SBC#&10:LSR A:LSR A:LSR A:CLC:ADC#&10:STA&80:LDAyla:SEC:SBC#8:AND#&F8:PHA:LSR A:CLC:ADC&80:STA&80:PLA:ASL A:PHA:LDA#&A:ADC#0:STA&81:PLA:ADC&80:STA&80:LDY#0:LDA(&80),Y:LDYdla:CMP#1:BEQforsl
 1830LDAback,Y:STAdla:JMPremove:.forsl LDAfor,Y:STAdla:JMPremove
 1840.back EQUB3:EQUB2:.for EQUB1:EQUB0:EQUB3:EQUB2
 1850.remove LDA#31:JSRoswrch:LDAxla:CLC:ADC#&20:LSR A:LSR A:LSR A:JSRoswrch:LDAyla:LSR A:LSR A:LSR A:CLC:ADC#6:JSRoswrch:LDA#32:JSRoswrch
 1860LDAxla:PHA:LDAyla:PHA:LDApn:PHA:LDX#0:STXpn
 1870.remlop LDApx,X:STAxla:LDApy,X:STAyla:JSRgetad:LDX&72:LDAscrbit,X:EOR#&FF:AND(&70),Y:STA(&70),Y:LDAscrbit,X:AND#&F0:CLC:ADC(&70),Y:STA(&70),Y:INCpn:LDXpn:CPX#8:BNEremlop:PLA:STApn:PLA:STAyla:PLA:STAxla:LDA#0:TAY:STA(&80),Y:RTS
 1880:
 1890.getad LDAxla:AND#&F8:STA&72:CLC:ADC#&40:STA&70:LDA#0:ADC#&3F:STA&71:LDA&70:CLC:ADC&72:STA&70:LDA&71:ADC#0:STA&71:LDAyla:AND#&F8:ASL A:STA&72:LDA#0:ROL A:STA&73:ASL&72:ROL&73:ASL&72:ROL&73:ASL&72:ROL&73
 1900LDA&70:CLC:ADC&72:STA&70:LDA&71:ADC&73
 1910STA&71:ASL&72:ROL&73:ASL&72:ROL&73:LDA&70:CLC:ADC&72:STA&70:LDA&71:ADC&73:STA&71:LDAyla:AND#7:ADC&70:STA&70:LDA&71:ADC#0:STA&71:LDAxla:AND#4:ASL A:ADC&70:STA&70:LDAxla:AND#3:STA&72:LDY#0:RTS
 1920.scrbit EQUB&88:EQUB&44:EQUB&22:EQUB&11
 1930]:NEXT
 1940ENDPROC
 1950:
 1960DEFPROCreloc
 1970HIMEM=&5800:newpage=&11
 1980FOR pass=0 TO 2 STEP 2
 1990P%=&C00
 2000[OPTpass
 2010    LDY#0:STY&70:STY&72:LDA#newpage:SEC:SBC&18:STA&74:LDA&18:CMP#newpage:BCCad
 2020.sb STA&71:LDA#newpage:STA&73
 2030.m1 LDA(&70),Y:STA(&72),Y:INY:BNEm1:INC&71:INC&73:LDX&71:DEX:CPX&03:BCCm1:BCSem
 2040.ad LDA&03:STA&71:CLC:ADC&74:STA&73:LDA#0:LDY&02
 2050.m2 LDA(&70),Y:STA(&72),Y:DEY:CPY#&FF:BNEm2:DEC&71:DEC&73:LDA&73:CMP#newpage-1:BCSm2
 2060.em LDA&13:CLC:ADC&74:STA&13:STA&01:LDA#newpage:STA&18:RTS
 2070]
 2080NEXT
 2090VDU 21
 2100OSCLI"KEY 0""CALL&C00|MRUN|F|M""":OSCLI"FX 153,0,128"
 2110END
 2120ENDPROC

� LaserDarts
� by Dominic Ford
:
(	*TAPE
2�<>&1100��6:�reloc
<�ass:�6:�"Please Wait. . ."
F_A$="DEL.1530,9999"+�13+"GOTO90"+�6+�13:�21:� char=1 � �(A$):�"FX138,0,"+�(�(�A$,char,1))):�
P�
Z:
d��1:� 23,128,96,80,200,255,200,80,96,0,23,129,6,10,19,255,19,10,6,0,23,1,0;0;0;0;19,1,4,0,0,0,0,19,2,2,0,0,0,0,19,3,1,0,0,0,0:�pix%(1,7),nam$(1):sound=�
n�:�title
x� k$=" " � opp=0:�game
�� k$="2" � opp=1:�game
�� k$="Q" � k$="q"
��6:�23,1,1;0;0;0;0;:�
�:
�
��game
���names:�:�0,1:�0,0:�320,0:�85,0,192:�85,320,192:�1280,1024:�960,1024:�85,1280,832:�85,960,832:�0,1024:�320,1024:�85,0,832:�85,320,832:�1280,0:�1280,192:�85,960,0:�85,960,192
�dlasa=10:lasb=10:�2:�3,16);�128;�(32);�129;:stop=�:scra%=2000:scrb%=2000:liva%=3:livb%=3:�screen
ș�129:�1,1)"Player 1";�31,1)"Player 2";�2,27)"Score";�1,30)"Lives ";�32,27)"Score";�31,30)"Lives ";�14,0)"LASER DARTS";�10,31)"by Dominic Ford 1996";
қ�5-�(.5*�(nam$(0))),3)nam$(0);�35-�(.5*�(nam$(1))),3)nam$(1):�128:�14,2)"2";�12,3)"Points";�22,2)"New";�19,3)"Reflectors";�19,28)"50";�17,29)"Points"
��
�
�score
�5�move(0):xl=0:yl=3+lasa*8:dl=2:pl=1:�trace:�score
� � opp=0 ��compmove ��move(1)
1� stop=� �xl=252:yl=3+lasb*8:dl=0:pl=2:�trace
 � stop=� � scra%=0 � scrb%=0
� liva%<0 � scrb%=0
"� livb%<0 � scra%=0
,F� scra%=0 � opp=0 � �mess("Congratulations "+nam$(0)+": You Win!")
6'� scrb%=0 � opp=0 � �mess("I won!")
@L� scra%=0 � opp=1 � �mess("Player 1 Wins! Congratulations "+nam$(0)+"!")
JL� scrb%=0 � opp=1 � �mess("Player 2 Wins! Congratulations "+nam$(1)+"!")
T�
^:
h��mess(m$)
r4�5:�0,1:�ba=0�16�4:�640-16*�(m$)+ba,512+ba:�m$:�
|!�0,2:�640-16*�(m$),512:�m$:�4
�nt%=�+250:� � �>nt%
��
�:
���names
�nam$(1)="Elk":�:�nam=0�opp
��
�6�"Player ";nam+1;": What is your name";:�nam$(nam)
�_� �(nam$(nam))>10 � �nam$(nam);" is rather a long name isn't it? Can't you shorten it?":� �
�%� �(nam$(nam))<1 � �"Pardon?":� �
�� �
��
��
�:
��screen
�ad=&A00�&BB8�4:!ad=0:�:�3
4�y=0�19:x=�(20)-1:�10,y+6)�20," "):�x+10,y+6);
&7�(2)=1��"/":?(&A00+x+y*20)=1��"\":?(&A00+x+y*20)=2
0$�:�x=0�19:y=�(20)-1:�x+10,y+6);
:7�(2)=1��"/":?(&A00+x+y*20)=1��"\":?(&A00+x+y*20)=2
D�
N�
X:
b��move(opm)
l*� opm=0 � las=lasa:x=3 � las=lasb:x=36
v�2:�
�A$=�
��x,las+6);" "
�,� (A$="A" � A$="a") � las<>0 � las=las-1
�-� (A$="Z" � A$="z") � las<>19 � las=las+1
��x,las+6);�(128+opm)
�� A$=�13
�� sound �*MOTOR1
�*MOTOR0
�!� opm=0 � lasa=las � lasb=las
��
�:
���compmove
��3:�129:�compplan
�2:�36,lasb+6);�129
�
:
 ��compplan
*)oppo=-1:top=-1:bot=-1:back=-1:self=-1
4&�ys=0�19:x=19:y=ys:�34,4);(20-ys)
>move=0:end=�:dl=0:�
H�dl=0�x=x-1
R�dl=1�y=y-1
\�dl=2�x=x+1
f�dl=3�y=y+1
p�?(&A00+x+y*20)=1�dl=dl � 1
z�?(&A00+x+y*20)=2�dl=dl � 3
��x=-1� y=lasa �oppo=y:end=�
��x=-1�back=y:end=�
��x=20�self=y:end=�
��y=-1�top=y:end=�
��y=20�bot=y:end=�
�!move=move+1:� move=50 � end=�
��:�34,4)"  "
��128:�36,lasb+6);" "
��oppo<>-1�lasb=oppo:�
�#�back<>-1�scrb%>100�lasb=back:�
� �bot<>-1�scrb%>50�lasb=bot:�
�1�top<>-1�((scrb% � 2)=0 � self=-1)�lasb=top:�
��self<>-1�y=self
�
:
��trace
$&?&BC0=0:?&BC1=xl:?&BC2=yl:?&BC3=dl
.�129:�&E00:�"traceray"
8"xl=?&BC1:yl=(?&BC2 � 255):�128
Bsca%=scra%:scb%=scrb%
L"� xl=0� pl=1 � scra%=scra%+9:�
V$� xl>251� pl=2 � scrb%=scrb%+9:�
`L� xl=0� scrb%=scrb%-100:�((yl-3)/8)=lasa �scrb%=scrb%-900:liva%=liva%-1
jN� xl>251� scra%=scra%-100:�((yl-3)/8)=lasb �scra%=scra%-900:livb%=livb%-1
t"� yl>157� pl=1� scra%=scra%-50
~"� yl>157� pl=2� scrb%=scrb%-50
�� yl=0� pl=1� scra%=scra%-2
�� yl=0� pl=2� scrb%=scrb%-2
�� (yl=0)�(�(3)=2)��screen
� � liva%<0 � livb%<0 � stop=�
�?� scra%<0� scra%=sca%:� sound ��b=0�5:�1,-15,0,2:�1,0,0,2:�
�?� scrb%<0� scrb%=scb%:� sound ��b=0�5:�1,-15,0,2:�1,0,0,2:�
��
�:
���score
��2:�129
��2,28)"      ";�2,28)scra%
��7,30)"  ";�7,30);liva%
!�32,28)"      ";�32,28)scrb%

�37,30)"  ";�37,30);livb%
�128
�
(:
2��title
<�19,3,1,0,0,0,0
F��:�ba=300�1�-50:�0,ba/50:�400-ba,400:�400,400+ba:�85,400,400-ba:�85,400+ba,400:�:�131:�:�yc=1�5:�l$:�xc=0�39:�l$,xc+1,1)="*"��xc,yc)" "
P��,:�128:�1:�10,9)"by Dominic Ford 1996":�2:�23,20)"SPACE - Human/Elk";�27,22)"2 - 2 Player";�27,24)"Q - Quit";�27,26);"S - Sound";�25,16)"Sound:";�32,16);
Z� sound ��"On"��"Off"
dS�3,2:�1180,1024:�400,400:�85,1380,1024:�:�:k$=�(0):� �" 2QqSs",k$)<>0 � �(k$)>0
n�k$="S"�k$="s"��sound:��
x��
��
�:
���sound
�%� sound � sound=�:�32,16)"Off":�
�sound=�:�32,16)"On "
��
�:
�/�"*   *** *** *** ***  **** *** *** ******"
�/�"*   * * *   *   * *   * * * * * *  * *  "
�/�"*   *** *** **  ***   * * *** ***  * ***"
�/�"*   * *   * *   **    * * * * **   *   *"
�/�"*** * * *** *** * *  **** * * * *  * ***"
�:
	��ass
osword=&FFF1:oswrch=&FFEE
� pass=0�2�2
"P%=&BC0
,
[OPT pass
6.pla EQUB 0
@.xla EQUB 0
J.yla EQUB 0
T.dla EQUB 0
^.pn EQUB 0
h#.px EQUD 0:EQUD 0:EQUD 0:EQUD 0
r#.py EQUD 0:EQUD 0:EQUD 0:EQUD 0
|.tim EQUD 0:EQUB 0
�
]:P%=&E00
�
[OPT pass
�.traceray LDX#0
�M.startlop LDAxla:STApx,X:LDAyla:STApy,X:INX:CPX#8:BNEstartlop:LDA#0:STApn
�~.tracelop LDA#1:LDX#(tim � 256):LDY#(tim � 256):JSRosword:LDAtim:STA&74:LDAdla:BNEnotleft:LDAxla:SEC:SBC#2:STAxla:JMPmoved
�<.notleft CMP#1:BNEnotup:LDAyla:CLC:ADC#2:STAyla:JMPmoved
�9.notup CMP#2:BNEdown:LDAxla:CLC:ADC#2:STAxla:JMPmoved
�!.down LDAyla:SEC:SBC#2:STAyla
�h.moved JSRgetad:LDA(&70),Y:LDX&72:�scrbit,X:STA&73:�#&F0:BEQnotref:LDA&73:�#&0F:BEQnotref:JSRreflect
��.notref INCpn:LDApn:�#7:STApn:TAX:LDAxla:PHA:LDAyla:PHA:LDApx,X:STAxla:LDApy,X:STAyla:JSRgetad:LDX&72:LDAscrbit,X:�#&FF:�(&70),Y:STA(&70),Y:LDXpn:PLA:STAyla:STApy,X:PLA:STAxla:STApx,X:JSRgetad:LDX&72
�LDAscrbit,X:�#&FF:�(&70),Y:STA(&70),Y:LDAscrbit,X:�#&F0:CLC:ADC(&70),Y:STA(&70),Y:LDAxla:BEQfintr:CMP#252:BCSfintr:LDAyla:BEQfintr:CMP#158:BCSfintr
�a.waitlop LDA#1:LDX#(tim � 256):LDY#(tim � 256):JSRosword:LDAtim:CMP&74:BEQwaitlop:JMPtracelop
�,.fintr LDAxla:PHA:LDAyla:PHA:LDX#0:STXpn
�.finlop LDApx,X:STAxla:LDApy,X:STAyla:JSRgetad:LDX&72:LDAscrbit,X:�#&FF:�(&70),Y:STA(&70),Y:INCpn:LDXpn:CPX#8:BNEfinlop:PLA:STAyla:PLA:STAxla:RTS
:
�.reflect LDAxla:SEC:SBC#&10:LSR A:LSR A:LSR A:CLC:ADC#&10:STA&80:LDAyla:SEC:SBC#8:�#&F8:PHA:LSR A:CLC:ADC&80:STA&80:PLA:ASL A:PHA:LDA#&A:ADC#0:STA&81:PLA:ADC&80:STA&80:LDY#0:LDA(&80),Y:LDYdla:CMP#1:BEQforsl
&?LDAback,Y:STAdla:JMPremove:.forsl LDAfor,Y:STAdla:JMPremove
02.back EQUB3:EQUB2:.for EQUB1:EQUB0:EQUB3:EQUB2
:�.remove LDA#31:JSRoswrch:LDAxla:CLC:ADC#&20:LSR A:LSR A:LSR A:JSRoswrch:LDAyla:LSR A:LSR A:LSR A:CLC:ADC#6:JSRoswrch:LDA#32:JSRoswrch
D/LDAxla:PHA:LDAyla:PHA:LDApn:PHA:LDX#0:STXpn
N�.remlop LDApx,X:STAxla:LDApy,X:STAyla:JSRgetad:LDX&72:LDAscrbit,X:�#&FF:�(&70),Y:STA(&70),Y:LDAscrbit,X:�#&F0:CLC:ADC(&70),Y:STA(&70),Y:INCpn:LDXpn:CPX#8:BNEremlop:PLA:STApn:PLA:STAyla:PLA:STAxla:LDA#0:TAY:STA(&80),Y:RTS
X:
b�.getad LDAxla:�#&F8:STA&72:CLC:ADC#&40:STA&70:LDA#0:ADC#&3F:STA&71:LDA&70:CLC:ADC&72:STA&70:LDA&71:ADC#0:STA&71:LDAyla:�#&F8:ASL A:STA&72:LDA#0:ROL A:STA&73:ASL&72:ROL&73:ASL&72:ROL&73:ASL&72:ROL&73
l*LDA&70:CLC:ADC&72:STA&70:LDA&71:ADC&73
v�STA&71:ASL&72:ROL&73:ASL&72:ROL&73:LDA&70:CLC:ADC&72:STA&70:LDA&71:ADC&73:STA&71:LDAyla:�#7:ADC&70:STA&70:LDA&71:ADC#0:STA&71:LDAxla:�#4:ASL A:ADC&70:STA&70:LDAxla:�#3:STA&72:LDY#0:RTS
�+.scrbit EQUB&88:EQUB&44:EQUB&22:EQUB&11
�]:�
��
�:
���reloc
��=&5800:newpage=&11
�� pass=0 � 2 � 2
�P%=&C00
�[OPTpass
�R    LDY#0:STY&70:STY&72:LDA#newpage:SEC:SBC&18:STA&74:LDA&18:CMP#newpage:BCCad
�!.sb STA&71:LDA#newpage:STA&73
�S.m1 LDA(&70),Y:STA(&72),Y:INY:BNEm1:INC&71:INC&73:LDX&71:DEX:CPX&03:BCCm1:BCSem
�4.ad LDA&03:STA&71:CLC:ADC&74:STA&73:LDA#0:LDY&02
X.m2 LDA(&70),Y:STA(&72),Y:DEY:CPY#&FF:BNEm2:DEC&71:DEC&73:LDA&73:CMP#newpage-1:BCSm2
>.em LDA&13:CLC:ADC&74:STA&13:STA&01:LDA#newpage:STA&18:RTS
]
 �
*� 21
41�"KEY 0""CALL&C00|MRUN|F|M""":�"FX 153,0,128"
>�
H�
�
00000000  0d 00 0a 10 f4 20 4c 61  73 65 72 44 61 72 74 73  |..... LaserDarts|
00000010  0d 00 14 15 f4 20 62 79  20 44 6f 6d 69 6e 69 63  |..... by Dominic|
00000020  20 46 6f 72 64 0d 00 1e  05 3a 0d 00 28 09 2a 54  | Ford....:..(.*T|
00000030  41 50 45 0d 00 32 17 e7  90 3c 3e 26 31 31 30 30  |APE..2...<>&1100|
00000040  8c eb 36 3a f2 72 65 6c  6f 63 0d 00 3c 1f f2 61  |..6:.reloc..<..a|
00000050  73 73 3a eb 36 3a f1 22  50 6c 65 61 73 65 20 57  |ss:.6:."Please W|
00000060  61 69 74 2e 20 2e 20 2e  22 0d 00 46 5f 41 24 3d  |ait. . ."..F_A$=|
00000070  22 44 45 4c 2e 31 35 33  30 2c 39 39 39 39 22 2b  |"DEL.1530,9999"+|
00000080  bd 31 33 2b 22 47 4f 54  4f 39 30 22 2b bd 36 2b  |.13+"GOTO90"+.6+|
00000090  bd 31 33 3a ef 32 31 3a  e3 20 63 68 61 72 3d 31  |.13:.21:. char=1|
000000a0  20 b8 20 a9 28 41 24 29  3a ff 22 46 58 31 33 38  | . .(A$):."FX138|
000000b0  2c 30 2c 22 2b c3 28 97  28 c1 41 24 2c 63 68 61  |,0,"+.(.(.A$,cha|
000000c0  72 2c 31 29 29 29 3a ed  0d 00 50 05 e0 0d 00 5a  |r,1))):...P....Z|
000000d0  05 3a 0d 00 64 9b eb 31  3a ef 20 32 33 2c 31 32  |.:..d..1:. 23,12|
000000e0  38 2c 39 36 2c 38 30 2c  32 30 30 2c 32 35 35 2c  |8,96,80,200,255,|
000000f0  32 30 30 2c 38 30 2c 39  36 2c 30 2c 32 33 2c 31  |200,80,96,0,23,1|
00000100  32 39 2c 36 2c 31 30 2c  31 39 2c 32 35 35 2c 31  |29,6,10,19,255,1|
00000110  39 2c 31 30 2c 36 2c 30  2c 32 33 2c 31 2c 30 3b  |9,10,6,0,23,1,0;|
00000120  30 3b 30 3b 30 3b 31 39  2c 31 2c 34 2c 30 2c 30  |0;0;0;19,1,4,0,0|
00000130  2c 30 2c 30 2c 31 39 2c  32 2c 32 2c 30 2c 30 2c  |,0,0,19,2,2,0,0,|
00000140  30 2c 30 2c 31 39 2c 33  2c 31 2c 30 2c 30 2c 30  |0,0,19,3,1,0,0,0|
00000150  2c 30 3a de 70 69 78 25  28 31 2c 37 29 2c 6e 61  |,0:.pix%(1,7),na|
00000160  6d 24 28 31 29 3a 73 6f  75 6e 64 3d b9 0d 00 6e  |m$(1):sound=...n|
00000170  0c f5 3a f2 74 69 74 6c  65 0d 00 78 1a e7 20 6b  |..:.title..x.. k|
00000180  24 3d 22 20 22 20 8c 20  6f 70 70 3d 30 3a f2 67  |$=" " . opp=0:.g|
00000190  61 6d 65 0d 00 82 1a e7  20 6b 24 3d 22 32 22 20  |ame..... k$="2" |
000001a0  8c 20 6f 70 70 3d 31 3a  f2 67 61 6d 65 0d 00 8c  |. opp=1:.game...|
000001b0  15 fd 20 6b 24 3d 22 51  22 20 84 20 6b 24 3d 22  |.. k$="Q" . k$="|
000001c0  71 22 0d 00 96 19 eb 36  3a ef 32 33 2c 31 2c 31  |q".....6:.23,1,1|
000001d0  3b 30 3b 30 3b 30 3b 30  3b 3a e0 0d 00 a0 05 3a  |;0;0;0;0;:.....:|
000001e0  0d 00 aa 0a dd f2 67 61  6d 65 0d 00 b4 b1 f2 6e  |......game.....n|
000001f0  61 6d 65 73 3a db 3a e6  30 2c 31 3a ec 30 2c 30  |ames:.:.0,1:.0,0|
00000200  3a ec 33 32 30 2c 30 3a  f0 38 35 2c 30 2c 31 39  |:.320,0:.85,0,19|
00000210  32 3a f0 38 35 2c 33 32  30 2c 31 39 32 3a ec 31  |2:.85,320,192:.1|
00000220  32 38 30 2c 31 30 32 34  3a ec 39 36 30 2c 31 30  |280,1024:.960,10|
00000230  32 34 3a f0 38 35 2c 31  32 38 30 2c 38 33 32 3a  |24:.85,1280,832:|
00000240  f0 38 35 2c 39 36 30 2c  38 33 32 3a ec 30 2c 31  |.85,960,832:.0,1|
00000250  30 32 34 3a ec 33 32 30  2c 31 30 32 34 3a f0 38  |024:.320,1024:.8|
00000260  35 2c 30 2c 38 33 32 3a  f0 38 35 2c 33 32 30 2c  |5,0,832:.85,320,|
00000270  38 33 32 3a ec 31 32 38  30 2c 30 3a ec 31 32 38  |832:.1280,0:.128|
00000280  30 2c 31 39 32 3a f0 38  35 2c 39 36 30 2c 30 3a  |0,192:.85,960,0:|
00000290  f0 38 35 2c 39 36 30 2c  31 39 32 0d 00 be 64 6c  |.85,960,192...dl|
000002a0  61 73 61 3d 31 30 3a 6c  61 73 62 3d 31 30 3a fb  |asa=10:lasb=10:.|
000002b0  32 3a f1 8a 33 2c 31 36  29 3b bd 31 32 38 3b 89  |2:..3,16);.128;.|
000002c0  28 33 32 29 3b bd 31 32  39 3b 3a 73 74 6f 70 3d  |(32);.129;:stop=|
000002d0  a3 3a 73 63 72 61 25 3d  32 30 30 30 3a 73 63 72  |.:scra%=2000:scr|
000002e0  62 25 3d 32 30 30 30 3a  6c 69 76 61 25 3d 33 3a  |b%=2000:liva%=3:|
000002f0  6c 69 76 62 25 3d 33 3a  f2 73 63 72 65 65 6e 0d  |livb%=3:.screen.|
00000300  00 c8 99 fb 31 32 39 3a  f1 8a 31 2c 31 29 22 50  |....129:..1,1)"P|
00000310  6c 61 79 65 72 20 31 22  3b 8a 33 31 2c 31 29 22  |layer 1";.31,1)"|
00000320  50 6c 61 79 65 72 20 32  22 3b 8a 32 2c 32 37 29  |Player 2";.2,27)|
00000330  22 53 63 6f 72 65 22 3b  8a 31 2c 33 30 29 22 4c  |"Score";.1,30)"L|
00000340  69 76 65 73 20 22 3b 8a  33 32 2c 32 37 29 22 53  |ives ";.32,27)"S|
00000350  63 6f 72 65 22 3b 8a 33  31 2c 33 30 29 22 4c 69  |core";.31,30)"Li|
00000360  76 65 73 20 22 3b 8a 31  34 2c 30 29 22 4c 41 53  |ves ";.14,0)"LAS|
00000370  45 52 20 44 41 52 54 53  22 3b 8a 31 30 2c 33 31  |ER DARTS";.10,31|
00000380  29 22 62 79 20 44 6f 6d  69 6e 69 63 20 46 6f 72  |)"by Dominic For|
00000390  64 20 31 39 39 36 22 3b  0d 00 d2 9b f1 8a 35 2d  |d 1996";......5-|
000003a0  a8 28 2e 35 2a a9 28 6e  61 6d 24 28 30 29 29 29  |.(.5*.(nam$(0)))|
000003b0  2c 33 29 6e 61 6d 24 28  30 29 3b 8a 33 35 2d a8  |,3)nam$(0);.35-.|
000003c0  28 2e 35 2a a9 28 6e 61  6d 24 28 31 29 29 29 2c  |(.5*.(nam$(1))),|
000003d0  33 29 6e 61 6d 24 28 31  29 3a fb 31 32 38 3a f1  |3)nam$(1):.128:.|
000003e0  8a 31 34 2c 32 29 22 32  22 3b 8a 31 32 2c 33 29  |.14,2)"2";.12,3)|
000003f0  22 50 6f 69 6e 74 73 22  3b 8a 32 32 2c 32 29 22  |"Points";.22,2)"|
00000400  4e 65 77 22 3b 8a 31 39  2c 33 29 22 52 65 66 6c  |New";.19,3)"Refl|
00000410  65 63 74 6f 72 73 22 3b  8a 31 39 2c 32 38 29 22  |ectors";.19,28)"|
00000420  35 30 22 3b 8a 31 37 2c  32 39 29 22 50 6f 69 6e  |50";.17,29)"Poin|
00000430  74 73 22 0d 00 dc 05 f5  0d 00 e6 0a f2 73 63 6f  |ts"..........sco|
00000440  72 65 0d 00 f0 35 f2 6d  6f 76 65 28 30 29 3a 78  |re...5.move(0):x|
00000450  6c 3d 30 3a 79 6c 3d 33  2b 6c 61 73 61 2a 38 3a  |l=0:yl=3+lasa*8:|
00000460  64 6c 3d 32 3a 70 6c 3d  31 3a f2 74 72 61 63 65  |dl=2:pl=1:.trace|
00000470  3a f2 73 63 6f 72 65 0d  00 fa 20 e7 20 6f 70 70  |:.score... . opp|
00000480  3d 30 20 8c f2 63 6f 6d  70 6d 6f 76 65 20 8b f2  |=0 ..compmove ..|
00000490  6d 6f 76 65 28 31 29 0d  01 04 31 e7 20 73 74 6f  |move(1)...1. sto|
000004a0  70 3d a3 20 8c 78 6c 3d  32 35 32 3a 79 6c 3d 33  |p=. .xl=252:yl=3|
000004b0  2b 6c 61 73 62 2a 38 3a  64 6c 3d 30 3a 70 6c 3d  |+lasb*8:dl=0:pl=|
000004c0  32 3a f2 74 72 61 63 65  0d 01 0e 20 fd 20 73 74  |2:.trace... . st|
000004d0  6f 70 3d b9 20 84 20 73  63 72 61 25 3d 30 20 84  |op=. . scra%=0 .|
000004e0  20 73 63 72 62 25 3d 30  0d 01 18 17 e7 20 6c 69  | scrb%=0..... li|
000004f0  76 61 25 3c 30 20 8c 20  73 63 72 62 25 3d 30 0d  |va%<0 . scrb%=0.|
00000500  01 22 17 e7 20 6c 69 76  62 25 3c 30 20 8c 20 73  |.".. livb%<0 . s|
00000510  63 72 61 25 3d 30 0d 01  2c 46 e7 20 73 63 72 61  |cra%=0..,F. scra|
00000520  25 3d 30 20 80 20 6f 70  70 3d 30 20 8c 20 f2 6d  |%=0 . opp=0 . .m|
00000530  65 73 73 28 22 43 6f 6e  67 72 61 74 75 6c 61 74  |ess("Congratulat|
00000540  69 6f 6e 73 20 22 2b 6e  61 6d 24 28 30 29 2b 22  |ions "+nam$(0)+"|
00000550  3a 20 59 6f 75 20 57 69  6e 21 22 29 0d 01 36 27  |: You Win!")..6'|
00000560  e7 20 73 63 72 62 25 3d  30 20 80 20 6f 70 70 3d  |. scrb%=0 . opp=|
00000570  30 20 8c 20 f2 6d 65 73  73 28 22 49 20 77 6f 6e  |0 . .mess("I won|
00000580  21 22 29 0d 01 40 4c e7  20 73 63 72 61 25 3d 30  |!")..@L. scra%=0|
00000590  20 80 20 6f 70 70 3d 31  20 8c 20 f2 6d 65 73 73  | . opp=1 . .mess|
000005a0  28 22 50 6c 61 79 65 72  20 31 20 57 69 6e 73 21  |("Player 1 Wins!|
000005b0  20 43 6f 6e 67 72 61 74  75 6c 61 74 69 6f 6e 73  | Congratulations|
000005c0  20 22 2b 6e 61 6d 24 28  30 29 2b 22 21 22 29 0d  | "+nam$(0)+"!").|
000005d0  01 4a 4c e7 20 73 63 72  62 25 3d 30 20 80 20 6f  |.JL. scrb%=0 . o|
000005e0  70 70 3d 31 20 8c 20 f2  6d 65 73 73 28 22 50 6c  |pp=1 . .mess("Pl|
000005f0  61 79 65 72 20 32 20 57  69 6e 73 21 20 43 6f 6e  |ayer 2 Wins! Con|
00000600  67 72 61 74 75 6c 61 74  69 6f 6e 73 20 22 2b 6e  |gratulations "+n|
00000610  61 6d 24 28 31 29 2b 22  21 22 29 0d 01 54 05 e1  |am$(1)+"!")..T..|
00000620  0d 01 5e 05 3a 0d 01 68  0e dd f2 6d 65 73 73 28  |..^.:..h...mess(|
00000630  6d 24 29 0d 01 72 34 ef  35 3a e6 30 2c 31 3a e3  |m$)..r4.5:.0,1:.|
00000640  62 61 3d 30 b8 31 36 88  34 3a ec 36 34 30 2d 31  |ba=0.16.4:.640-1|
00000650  36 2a a9 28 6d 24 29 2b  62 61 2c 35 31 32 2b 62  |6*.(m$)+ba,512+b|
00000660  61 3a f1 6d 24 3a ed 0d  01 7c 21 e6 30 2c 32 3a  |a:.m$:...|!.0,2:|
00000670  ec 36 34 30 2d 31 36 2a  a9 28 6d 24 29 2c 35 31  |.640-16*.(m$),51|
00000680  32 3a f1 6d 24 3a ef 34  0d 01 86 17 6e 74 25 3d  |2:.m$:.4....nt%=|
00000690  91 2b 32 35 30 3a f5 20  fd 20 91 3e 6e 74 25 0d  |.+250:. . .>nt%.|
000006a0  01 90 05 e1 0d 01 9a 05  3a 0d 01 a4 0b dd f2 6e  |........:......n|
000006b0  61 6d 65 73 0d 01 ae 1e  6e 61 6d 24 28 31 29 3d  |ames....nam$(1)=|
000006c0  22 45 6c 6b 22 3a db 3a  e3 6e 61 6d 3d 30 b8 6f  |"Elk":.:.nam=0.o|
000006d0  70 70 0d 01 b8 05 f5 0d  01 c2 36 f1 22 50 6c 61  |pp........6."Pla|
000006e0  79 65 72 20 22 3b 6e 61  6d 2b 31 3b 22 3a 20 57  |yer ";nam+1;": W|
000006f0  68 61 74 20 69 73 20 79  6f 75 72 20 6e 61 6d 65  |hat is your name|
00000700  22 3b 3a e8 6e 61 6d 24  28 6e 61 6d 29 0d 01 cc  |";:.nam$(nam)...|
00000710  5f e7 20 a9 28 6e 61 6d  24 28 6e 61 6d 29 29 3e  |_. .(nam$(nam))>|
00000720  31 30 20 8c 20 f1 6e 61  6d 24 28 6e 61 6d 29 3b  |10 . .nam$(nam);|
00000730  22 20 69 73 20 72 61 74  68 65 72 20 61 20 6c 6f  |" is rather a lo|
00000740  6e 67 20 6e 61 6d 65 20  69 73 6e 27 74 20 69 74  |ng name isn't it|
00000750  3f 20 43 61 6e 27 74 20  79 6f 75 20 73 68 6f 72  |? Can't you shor|
00000760  74 65 6e 20 69 74 3f 22  3a fd 20 a3 0d 01 d6 25  |ten it?":. ....%|
00000770  e7 20 a9 28 6e 61 6d 24  28 6e 61 6d 29 29 3c 31  |. .(nam$(nam))<1|
00000780  20 8c 20 f1 22 50 61 72  64 6f 6e 3f 22 3a fd 20  | . ."Pardon?":. |
00000790  a3 0d 01 e0 07 fd 20 b9  0d 01 ea 05 ed 0d 01 f4  |...... .........|
000007a0  05 e1 0d 01 fe 05 3a 0d  02 08 0c dd f2 73 63 72  |......:......scr|
000007b0  65 65 6e 0d 02 12 1e e3  61 64 3d 26 41 30 30 b8  |een.....ad=&A00.|
000007c0  26 42 42 38 88 34 3a 21  61 64 3d 30 3a ed 3a fb  |&BB8.4:!ad=0:.:.|
000007d0  33 0d 02 1c 34 e3 79 3d  30 b8 31 39 3a 78 3d b3  |3...4.y=0.19:x=.|
000007e0  28 32 30 29 2d 31 3a f1  8a 31 30 2c 79 2b 36 29  |(20)-1:..10,y+6)|
000007f0  c4 32 30 2c 22 20 22 29  3a f1 8a 78 2b 31 30 2c  |.20," "):..x+10,|
00000800  79 2b 36 29 3b 0d 02 26  37 e7 b3 28 32 29 3d 31  |y+6);..&7..(2)=1|
00000810  8c f1 22 2f 22 3a 3f 28  26 41 30 30 2b 78 2b 79  |.."/":?(&A00+x+y|
00000820  2a 32 30 29 3d 31 8b f1  22 5c 22 3a 3f 28 26 41  |*20)=1.."\":?(&A|
00000830  30 30 2b 78 2b 79 2a 32  30 29 3d 32 0d 02 30 24  |00+x+y*20)=2..0$|
00000840  ed 3a e3 78 3d 30 b8 31  39 3a 79 3d b3 28 32 30  |.:.x=0.19:y=.(20|
00000850  29 2d 31 3a f1 8a 78 2b  31 30 2c 79 2b 36 29 3b  |)-1:..x+10,y+6);|
00000860  0d 02 3a 37 e7 b3 28 32  29 3d 31 8c f1 22 2f 22  |..:7..(2)=1.."/"|
00000870  3a 3f 28 26 41 30 30 2b  78 2b 79 2a 32 30 29 3d  |:?(&A00+x+y*20)=|
00000880  31 8b f1 22 5c 22 3a 3f  28 26 41 30 30 2b 78 2b  |1.."\":?(&A00+x+|
00000890  79 2a 32 30 29 3d 32 0d  02 44 05 ed 0d 02 4e 05  |y*20)=2..D....N.|
000008a0  e1 0d 02 58 05 3a 0d 02  62 0f dd f2 6d 6f 76 65  |...X.:..b...move|
000008b0  28 6f 70 6d 29 0d 02 6c  2a e7 20 6f 70 6d 3d 30  |(opm)..l*. opm=0|
000008c0  20 8c 20 6c 61 73 3d 6c  61 73 61 3a 78 3d 33 20  | . las=lasa:x=3 |
000008d0  8b 20 6c 61 73 3d 6c 61  73 62 3a 78 3d 33 36 0d  |. las=lasb:x=36.|
000008e0  02 76 08 fb 32 3a f5 0d  02 80 08 41 24 3d be 0d  |.v..2:.....A$=..|
000008f0  02 8a 12 f1 8a 78 2c 6c  61 73 2b 36 29 3b 22 20  |.....x,las+6);" |
00000900  22 0d 02 94 2c e7 20 28  41 24 3d 22 41 22 20 84  |"...,. (A$="A" .|
00000910  20 41 24 3d 22 61 22 29  20 80 20 6c 61 73 3c 3e  | A$="a") . las<>|
00000920  30 20 8c 20 6c 61 73 3d  6c 61 73 2d 31 0d 02 9e  |0 . las=las-1...|
00000930  2d e7 20 28 41 24 3d 22  5a 22 20 84 20 41 24 3d  |-. (A$="Z" . A$=|
00000940  22 7a 22 29 20 80 20 6c  61 73 3c 3e 31 39 20 8c  |"z") . las<>19 .|
00000950  20 6c 61 73 3d 6c 61 73  2b 31 0d 02 a8 19 f1 8a  | las=las+1......|
00000960  78 2c 6c 61 73 2b 36 29  3b bd 28 31 32 38 2b 6f  |x,las+6);.(128+o|
00000970  70 6d 29 0d 02 b2 0c fd  20 41 24 3d bd 31 33 0d  |pm)..... A$=.13.|
00000980  02 bc 14 e7 20 73 6f 75  6e 64 20 8c 2a 4d 4f 54  |.... sound .*MOT|
00000990  4f 52 31 0d 02 c6 0b 2a  4d 4f 54 4f 52 30 0d 02  |OR1....*MOTOR0..|
000009a0  d0 21 e7 20 6f 70 6d 3d  30 20 8c 20 6c 61 73 61  |.!. opm=0 . lasa|
000009b0  3d 6c 61 73 20 8b 20 6c  61 73 62 3d 6c 61 73 0d  |=las . lasb=las.|
000009c0  02 da 05 e1 0d 02 e4 05  3a 0d 02 ee 0e dd f2 63  |........:......c|
000009d0  6f 6d 70 6d 6f 76 65 0d  02 f8 15 fb 33 3a fb 31  |ompmove.....3:.1|
000009e0  32 39 3a f2 63 6f 6d 70  70 6c 61 6e 0d 03 02 18  |29:.compplan....|
000009f0  fb 32 3a f1 8a 33 36 2c  6c 61 73 62 2b 36 29 3b  |.2:..36,lasb+6);|
00000a00  bd 31 32 39 0d 03 0c 05  e1 0d 03 16 05 3a 0d 03  |.129.........:..|
00000a10  20 0e dd f2 63 6f 6d 70  70 6c 61 6e 0d 03 2a 29  | ...compplan..*)|
00000a20  6f 70 70 6f 3d 2d 31 3a  74 6f 70 3d 2d 31 3a 62  |oppo=-1:top=-1:b|
00000a30  6f 74 3d 2d 31 3a 62 61  63 6b 3d 2d 31 3a 73 65  |ot=-1:back=-1:se|
00000a40  6c 66 3d 2d 31 0d 03 34  26 e3 79 73 3d 30 b8 31  |lf=-1..4&.ys=0.1|
00000a50  39 3a 78 3d 31 39 3a 79  3d 79 73 3a f1 8a 33 34  |9:x=19:y=ys:..34|
00000a60  2c 34 29 3b 28 32 30 2d  79 73 29 0d 03 3e 17 6d  |,4);(20-ys)..>.m|
00000a70  6f 76 65 3d 30 3a 65 6e  64 3d a3 3a 64 6c 3d 30  |ove=0:end=.:dl=0|
00000a80  3a f5 0d 03 48 0f e7 64  6c 3d 30 8c 78 3d 78 2d  |:...H..dl=0.x=x-|
00000a90  31 0d 03 52 0f e7 64 6c  3d 31 8c 79 3d 79 2d 31  |1..R..dl=1.y=y-1|
00000aa0  0d 03 5c 0f e7 64 6c 3d  32 8c 78 3d 78 2b 31 0d  |..\..dl=2.x=x+1.|
00000ab0  03 66 0f e7 64 6c 3d 33  8c 79 3d 79 2b 31 0d 03  |.f..dl=3.y=y+1..|
00000ac0  70 1f e7 3f 28 26 41 30  30 2b 78 2b 79 2a 32 30  |p..?(&A00+x+y*20|
00000ad0  29 3d 31 8c 64 6c 3d 64  6c 20 82 20 31 0d 03 7a  |)=1.dl=dl . 1..z|
00000ae0  1f e7 3f 28 26 41 30 30  2b 78 2b 79 2a 32 30 29  |..?(&A00+x+y*20)|
00000af0  3d 32 8c 64 6c 3d 64 6c  20 82 20 33 0d 03 84 1f  |=2.dl=dl . 3....|
00000b00  e7 78 3d 2d 31 80 20 79  3d 6c 61 73 61 20 8c 6f  |.x=-1. y=lasa .o|
00000b10  70 70 6f 3d 79 3a 65 6e  64 3d b9 0d 03 8e 16 e7  |ppo=y:end=......|
00000b20  78 3d 2d 31 8c 62 61 63  6b 3d 79 3a 65 6e 64 3d  |x=-1.back=y:end=|
00000b30  b9 0d 03 98 16 e7 78 3d  32 30 8c 73 65 6c 66 3d  |......x=20.self=|
00000b40  79 3a 65 6e 64 3d b9 0d  03 a2 15 e7 79 3d 2d 31  |y:end=......y=-1|
00000b50  8c 74 6f 70 3d 79 3a 65  6e 64 3d b9 0d 03 ac 15  |.top=y:end=.....|
00000b60  e7 79 3d 32 30 8c 62 6f  74 3d 79 3a 65 6e 64 3d  |.y=20.bot=y:end=|
00000b70  b9 0d 03 b6 21 6d 6f 76  65 3d 6d 6f 76 65 2b 31  |....!move=move+1|
00000b80  3a fd 20 6d 6f 76 65 3d  35 30 20 84 20 65 6e 64  |:. move=50 . end|
00000b90  3d b9 0d 03 c0 11 ed 3a  f1 8a 33 34 2c 34 29 22  |=......:..34,4)"|
00000ba0  20 20 22 0d 03 ca 19 fb  31 32 38 3a f1 8a 33 36  |  ".....128:..36|
00000bb0  2c 6c 61 73 62 2b 36 29  3b 22 20 22 0d 03 d4 19  |,lasb+6);" "....|
00000bc0  e7 6f 70 70 6f 3c 3e 2d  31 8c 6c 61 73 62 3d 6f  |.oppo<>-1.lasb=o|
00000bd0  70 70 6f 3a e1 0d 03 de  23 e7 62 61 63 6b 3c 3e  |ppo:....#.back<>|
00000be0  2d 31 80 73 63 72 62 25  3e 31 30 30 8c 6c 61 73  |-1.scrb%>100.las|
00000bf0  62 3d 62 61 63 6b 3a e1  0d 03 e8 20 e7 62 6f 74  |b=back:.... .bot|
00000c00  3c 3e 2d 31 80 73 63 72  62 25 3e 35 30 8c 6c 61  |<>-1.scrb%>50.la|
00000c10  73 62 3d 62 6f 74 3a e1  0d 03 f2 31 e7 74 6f 70  |sb=bot:....1.top|
00000c20  3c 3e 2d 31 80 28 28 73  63 72 62 25 20 83 20 32  |<>-1.((scrb% . 2|
00000c30  29 3d 30 20 84 20 73 65  6c 66 3d 2d 31 29 8c 6c  |)=0 . self=-1).l|
00000c40  61 73 62 3d 74 6f 70 3a  e1 0d 03 fc 14 e7 73 65  |asb=top:......se|
00000c50  6c 66 3c 3e 2d 31 8c 79  3d 73 65 6c 66 0d 04 06  |lf<>-1.y=self...|
00000c60  05 e1 0d 04 10 05 3a 0d  04 1a 0b dd f2 74 72 61  |......:......tra|
00000c70  63 65 0d 04 24 26 3f 26  42 43 30 3d 30 3a 3f 26  |ce..$&?&BC0=0:?&|
00000c80  42 43 31 3d 78 6c 3a 3f  26 42 43 32 3d 79 6c 3a  |BC1=xl:?&BC2=yl:|
00000c90  3f 26 42 43 33 3d 64 6c  0d 04 2e 1a fb 31 32 39  |?&BC3=dl.....129|
00000ca0  3a d6 26 45 30 30 3a f4  22 74 72 61 63 65 72 61  |:.&E00:."tracera|
00000cb0  79 22 0d 04 38 22 78 6c  3d 3f 26 42 43 31 3a 79  |y"..8"xl=?&BC1:y|
00000cc0  6c 3d 28 3f 26 42 43 32  20 83 20 32 35 35 29 3a  |l=(?&BC2 . 255):|
00000cd0  fb 31 32 38 0d 04 42 19  73 63 61 25 3d 73 63 72  |.128..B.sca%=scr|
00000ce0  61 25 3a 73 63 62 25 3d  73 63 72 62 25 0d 04 4c  |a%:scb%=scrb%..L|
00000cf0  22 e7 20 78 6c 3d 30 80  20 70 6c 3d 31 20 8c 20  |". xl=0. pl=1 . |
00000d00  73 63 72 61 25 3d 73 63  72 61 25 2b 39 3a e1 0d  |scra%=scra%+9:..|
00000d10  04 56 24 e7 20 78 6c 3e  32 35 31 80 20 70 6c 3d  |.V$. xl>251. pl=|
00000d20  32 20 8c 20 73 63 72 62  25 3d 73 63 72 62 25 2b  |2 . scrb%=scrb%+|
00000d30  39 3a e1 0d 04 60 4c e7  20 78 6c 3d 30 8c 20 73  |9:...`L. xl=0. s|
00000d40  63 72 62 25 3d 73 63 72  62 25 2d 31 30 30 3a e7  |crb%=scrb%-100:.|
00000d50  a8 28 28 79 6c 2d 33 29  2f 38 29 3d 6c 61 73 61  |.((yl-3)/8)=lasa|
00000d60  20 8c 73 63 72 62 25 3d  73 63 72 62 25 2d 39 30  | .scrb%=scrb%-90|
00000d70  30 3a 6c 69 76 61 25 3d  6c 69 76 61 25 2d 31 0d  |0:liva%=liva%-1.|
00000d80  04 6a 4e e7 20 78 6c 3e  32 35 31 8c 20 73 63 72  |.jN. xl>251. scr|
00000d90  61 25 3d 73 63 72 61 25  2d 31 30 30 3a e7 a8 28  |a%=scra%-100:..(|
00000da0  28 79 6c 2d 33 29 2f 38  29 3d 6c 61 73 62 20 8c  |(yl-3)/8)=lasb .|
00000db0  73 63 72 61 25 3d 73 63  72 61 25 2d 39 30 30 3a  |scra%=scra%-900:|
00000dc0  6c 69 76 62 25 3d 6c 69  76 62 25 2d 31 0d 04 74  |livb%=livb%-1..t|
00000dd0  22 e7 20 79 6c 3e 31 35  37 80 20 70 6c 3d 31 8c  |". yl>157. pl=1.|
00000de0  20 73 63 72 61 25 3d 73  63 72 61 25 2d 35 30 0d  | scra%=scra%-50.|
00000df0  04 7e 22 e7 20 79 6c 3e  31 35 37 80 20 70 6c 3d  |.~". yl>157. pl=|
00000e00  32 8c 20 73 63 72 62 25  3d 73 63 72 62 25 2d 35  |2. scrb%=scrb%-5|
00000e10  30 0d 04 88 1f e7 20 79  6c 3d 30 80 20 70 6c 3d  |0..... yl=0. pl=|
00000e20  31 8c 20 73 63 72 61 25  3d 73 63 72 61 25 2d 32  |1. scra%=scra%-2|
00000e30  0d 04 92 1f e7 20 79 6c  3d 30 80 20 70 6c 3d 32  |..... yl=0. pl=2|
00000e40  8c 20 73 63 72 62 25 3d  73 63 72 62 25 2d 32 0d  |. scrb%=scrb%-2.|
00000e50  04 9c 1d e7 20 28 79 6c  3d 30 29 80 28 b3 28 33  |.... (yl=0).(.(3|
00000e60  29 3d 32 29 8c f2 73 63  72 65 65 6e 0d 04 a6 20  |)=2)..screen... |
00000e70  e7 20 6c 69 76 61 25 3c  30 20 84 20 6c 69 76 62  |. liva%<0 . livb|
00000e80  25 3c 30 20 8c 20 73 74  6f 70 3d b9 0d 04 b0 3f  |%<0 . stop=....?|
00000e90  e7 20 73 63 72 61 25 3c  30 8c 20 73 63 72 61 25  |. scra%<0. scra%|
00000ea0  3d 73 63 61 25 3a e7 20  73 6f 75 6e 64 20 8c e3  |=sca%:. sound ..|
00000eb0  62 3d 30 b8 35 3a d4 31  2c 2d 31 35 2c 30 2c 32  |b=0.5:.1,-15,0,2|
00000ec0  3a d4 31 2c 30 2c 30 2c  32 3a ed 0d 04 ba 3f e7  |:.1,0,0,2:....?.|
00000ed0  20 73 63 72 62 25 3c 30  8c 20 73 63 72 62 25 3d  | scrb%<0. scrb%=|
00000ee0  73 63 62 25 3a e7 20 73  6f 75 6e 64 20 8c e3 62  |scb%:. sound ..b|
00000ef0  3d 30 b8 35 3a d4 31 2c  2d 31 35 2c 30 2c 32 3a  |=0.5:.1,-15,0,2:|
00000f00  d4 31 2c 30 2c 30 2c 32  3a ed 0d 04 c4 05 e1 0d  |.1,0,0,2:.......|
00000f10  04 ce 05 3a 0d 04 d8 0b  dd f2 73 63 6f 72 65 0d  |...:......score.|
00000f20  04 e2 0b fb 32 3a fb 31  32 39 0d 04 ec 1f f1 8a  |....2:.129......|
00000f30  32 2c 32 38 29 22 20 20  20 20 20 20 22 3b 8a 32  |2,28)"      ";.2|
00000f40  2c 32 38 29 73 63 72 61  25 0d 04 f6 1c f1 8a 37  |,28)scra%......7|
00000f50  2c 33 30 29 22 20 20 22  3b 8a 37 2c 33 30 29 3b  |,30)"  ";.7,30);|
00000f60  6c 69 76 61 25 0d 05 00  21 f1 8a 33 32 2c 32 38  |liva%...!..32,28|
00000f70  29 22 20 20 20 20 20 20  22 3b 8a 33 32 2c 32 38  |)"      ";.32,28|
00000f80  29 73 63 72 62 25 0d 05  0a 1e f1 8a 33 37 2c 33  |)scrb%......37,3|
00000f90  30 29 22 20 20 22 3b 8a  33 37 2c 33 30 29 3b 6c  |0)"  ";.37,30);l|
00000fa0  69 76 62 25 0d 05 14 08  fb 31 32 38 0d 05 1e 05  |ivb%.....128....|
00000fb0  e1 0d 05 28 05 3a 0d 05  32 0b dd f2 74 69 74 6c  |...(.:..2...titl|
00000fc0  65 0d 05 3c 13 ef 31 39  2c 33 2c 31 2c 30 2c 30  |e..<..19,3,1,0,0|
00000fd0  2c 30 2c 30 0d 05 46 8d  db 3a e3 62 61 3d 33 30  |,0,0..F..:.ba=30|
00000fe0  30 b8 31 88 2d 35 30 3a  e6 30 2c 62 61 2f 35 30  |0.1.-50:.0,ba/50|
00000ff0  3a ec 34 30 30 2d 62 61  2c 34 30 30 3a ec 34 30  |:.400-ba,400:.40|
00001000  30 2c 34 30 30 2b 62 61  3a f0 38 35 2c 34 30 30  |0,400+ba:.85,400|
00001010  2c 34 30 30 2d 62 61 3a  f0 38 35 2c 34 30 30 2b  |,400-ba:.85,400+|
00001020  62 61 2c 34 30 30 3a ed  3a fb 31 33 31 3a f7 3a  |ba,400:.:.131:.:|
00001030  e3 79 63 3d 31 b8 35 3a  f3 6c 24 3a e3 78 63 3d  |.yc=1.5:.l$:.xc=|
00001040  30 b8 33 39 3a e7 c1 6c  24 2c 78 63 2b 31 2c 31  |0.39:..l$,xc+1,1|
00001050  29 3d 22 2a 22 8c f1 8a  78 63 2c 79 63 29 22 20  |)="*"...xc,yc)" |
00001060  22 0d 05 50 a0 ed 2c 3a  fb 31 32 38 3a fb 31 3a  |"..P..,:.128:.1:|
00001070  f1 8a 31 30 2c 39 29 22  62 79 20 44 6f 6d 69 6e  |..10,9)"by Domin|
00001080  69 63 20 46 6f 72 64 20  31 39 39 36 22 3a fb 32  |ic Ford 1996":.2|
00001090  3a f1 8a 32 33 2c 32 30  29 22 53 50 41 43 45 20  |:..23,20)"SPACE |
000010a0  2d 20 48 75 6d 61 6e 2f  45 6c 6b 22 3b 8a 32 37  |- Human/Elk";.27|
000010b0  2c 32 32 29 22 32 20 2d  20 32 20 50 6c 61 79 65  |,22)"2 - 2 Playe|
000010c0  72 22 3b 8a 32 37 2c 32  34 29 22 51 20 2d 20 51  |r";.27,24)"Q - Q|
000010d0  75 69 74 22 3b 8a 32 37  2c 32 36 29 3b 22 53 20  |uit";.27,26);"S |
000010e0  2d 20 53 6f 75 6e 64 22  3b 8a 32 35 2c 31 36 29  |- Sound";.25,16)|
000010f0  22 53 6f 75 6e 64 3a 22  3b 8a 33 32 2c 31 36 29  |"Sound:";.32,16)|
00001100  3b 0d 05 5a 19 e7 20 73  6f 75 6e 64 20 8c f1 22  |;..Z.. sound .."|
00001110  4f 6e 22 8b f1 22 4f 66  66 22 0d 05 64 53 e6 33  |On".."Off"..dS.3|
00001120  2c 32 3a ec 31 31 38 30  2c 31 30 32 34 3a ec 34  |,2:.1180,1024:.4|
00001130  30 30 2c 34 30 30 3a f0  38 35 2c 31 33 38 30 2c  |00,400:.85,1380,|
00001140  31 30 32 34 3a f5 3a f5  3a 6b 24 3d bf 28 30 29  |1024:.:.:k$=.(0)|
00001150  3a fd 20 a7 22 20 32 51  71 53 73 22 2c 6b 24 29  |:. ." 2QqSs",k$)|
00001160  3c 3e 30 20 80 20 a9 28  6b 24 29 3e 30 0d 05 6e  |<>0 . .(k$)>0..n|
00001170  1c e7 6b 24 3d 22 53 22  84 6b 24 3d 22 73 22 8c  |..k$="S".k$="s".|
00001180  f2 73 6f 75 6e 64 3a fd  a3 0d 05 78 06 fd b9 0d  |.sound:....x....|
00001190  05 82 05 e1 0d 05 8c 05  3a 0d 05 96 0b dd f2 73  |........:......s|
000011a0  6f 75 6e 64 0d 05 a0 25  e7 20 73 6f 75 6e 64 20  |ound...%. sound |
000011b0  8c 20 73 6f 75 6e 64 3d  a3 3a f1 8a 33 32 2c 31  |. sound=.:..32,1|
000011c0  36 29 22 4f 66 66 22 3a  e1 0d 05 aa 19 73 6f 75  |6)"Off":.....sou|
000011d0  6e 64 3d b9 3a f1 8a 33  32 2c 31 36 29 22 4f 6e  |nd=.:..32,16)"On|
000011e0  20 22 0d 05 b4 05 e1 0d  05 be 05 3a 0d 05 c8 2f  | ".........:.../|
000011f0  dc 22 2a 20 20 20 2a 2a  2a 20 2a 2a 2a 20 2a 2a  |."*   *** *** **|
00001200  2a 20 2a 2a 2a 20 20 2a  2a 2a 2a 20 2a 2a 2a 20  |* ***  **** *** |
00001210  2a 2a 2a 20 2a 2a 2a 2a  2a 2a 22 0d 05 d2 2f dc  |*** ******".../.|
00001220  22 2a 20 20 20 2a 20 2a  20 2a 20 20 20 2a 20 20  |"*   * * *   *  |
00001230  20 2a 20 2a 20 20 20 2a  20 2a 20 2a 20 2a 20 2a  | * *   * * * * *|
00001240  20 2a 20 20 2a 20 2a 20  20 22 0d 05 dc 2f dc 22  | *  * *  ".../."|
00001250  2a 20 20 20 2a 2a 2a 20  2a 2a 2a 20 2a 2a 20 20  |*   *** *** **  |
00001260  2a 2a 2a 20 20 20 2a 20  2a 20 2a 2a 2a 20 2a 2a  |***   * * *** **|
00001270  2a 20 20 2a 20 2a 2a 2a  22 0d 05 e6 2f dc 22 2a  |*  * ***".../."*|
00001280  20 20 20 2a 20 2a 20 20  20 2a 20 2a 20 20 20 2a  |   * *   * *   *|
00001290  2a 20 20 20 20 2a 20 2a  20 2a 20 2a 20 2a 2a 20  |*    * * * * ** |
000012a0  20 20 2a 20 20 20 2a 22  0d 05 f0 2f dc 22 2a 2a  |  *   *".../."**|
000012b0  2a 20 2a 20 2a 20 2a 2a  2a 20 2a 2a 2a 20 2a 20  |* * * *** *** * |
000012c0  2a 20 20 2a 2a 2a 2a 20  2a 20 2a 20 2a 20 2a 20  |*  **** * * * * |
000012d0  20 2a 20 2a 2a 2a 22 0d  05 fa 05 3a 0d 06 04 09  | * ***"....:....|
000012e0  dd f2 61 73 73 0d 06 0e  1d 6f 73 77 6f 72 64 3d  |..ass....osword=|
000012f0  26 46 46 46 31 3a 6f 73  77 72 63 68 3d 26 46 46  |&FFF1:oswrch=&FF|
00001300  45 45 0d 06 18 10 e3 20  70 61 73 73 3d 30 b8 32  |EE..... pass=0.2|
00001310  88 32 0d 06 22 0b 50 25  3d 26 42 43 30 0d 06 2c  |.2..".P%=&BC0..,|
00001320  0d 5b 4f 50 54 20 70 61  73 73 0d 06 36 0f 2e 70  |.[OPT pass..6..p|
00001330  6c 61 20 45 51 55 42 20  30 0d 06 40 0f 2e 78 6c  |la EQUB 0..@..xl|
00001340  61 20 45 51 55 42 20 30  0d 06 4a 0f 2e 79 6c 61  |a EQUB 0..J..yla|
00001350  20 45 51 55 42 20 30 0d  06 54 0f 2e 64 6c 61 20  | EQUB 0..T..dla |
00001360  45 51 55 42 20 30 0d 06  5e 0e 2e 70 6e 20 45 51  |EQUB 0..^..pn EQ|
00001370  55 42 20 30 0d 06 68 23  2e 70 78 20 45 51 55 44  |UB 0..h#.px EQUD|
00001380  20 30 3a 45 51 55 44 20  30 3a 45 51 55 44 20 30  | 0:EQUD 0:EQUD 0|
00001390  3a 45 51 55 44 20 30 0d  06 72 23 2e 70 79 20 45  |:EQUD 0..r#.py E|
000013a0  51 55 44 20 30 3a 45 51  55 44 20 30 3a 45 51 55  |QUD 0:EQUD 0:EQU|
000013b0  44 20 30 3a 45 51 55 44  20 30 0d 06 7c 16 2e 74  |D 0:EQUD 0..|..t|
000013c0  69 6d 20 45 51 55 44 20  30 3a 45 51 55 42 20 30  |im EQUD 0:EQUB 0|
000013d0  0d 06 86 0d 5d 3a 50 25  3d 26 45 30 30 0d 06 90  |....]:P%=&E00...|
000013e0  0d 5b 4f 50 54 20 70 61  73 73 0d 06 9a 13 2e 74  |.[OPT pass.....t|
000013f0  72 61 63 65 72 61 79 20  4c 44 58 23 30 0d 06 a4  |raceray LDX#0...|
00001400  4d 2e 73 74 61 72 74 6c  6f 70 20 4c 44 41 78 6c  |M.startlop LDAxl|
00001410  61 3a 53 54 41 70 78 2c  58 3a 4c 44 41 79 6c 61  |a:STApx,X:LDAyla|
00001420  3a 53 54 41 70 79 2c 58  3a 49 4e 58 3a 43 50 58  |:STApy,X:INX:CPX|
00001430  23 38 3a 42 4e 45 73 74  61 72 74 6c 6f 70 3a 4c  |#8:BNEstartlop:L|
00001440  44 41 23 30 3a 53 54 41  70 6e 0d 06 ae 7e 2e 74  |DA#0:STApn...~.t|
00001450  72 61 63 65 6c 6f 70 20  4c 44 41 23 31 3a 4c 44  |racelop LDA#1:LD|
00001460  58 23 28 74 69 6d 20 83  20 32 35 36 29 3a 4c 44  |X#(tim . 256):LD|
00001470  59 23 28 74 69 6d 20 81  20 32 35 36 29 3a 4a 53  |Y#(tim . 256):JS|
00001480  52 6f 73 77 6f 72 64 3a  4c 44 41 74 69 6d 3a 53  |Rosword:LDAtim:S|
00001490  54 41 26 37 34 3a 4c 44  41 64 6c 61 3a 42 4e 45  |TA&74:LDAdla:BNE|
000014a0  6e 6f 74 6c 65 66 74 3a  4c 44 41 78 6c 61 3a 53  |notleft:LDAxla:S|
000014b0  45 43 3a 53 42 43 23 32  3a 53 54 41 78 6c 61 3a  |EC:SBC#2:STAxla:|
000014c0  4a 4d 50 6d 6f 76 65 64  0d 06 b8 3c 2e 6e 6f 74  |JMPmoved...<.not|
000014d0  6c 65 66 74 20 43 4d 50  23 31 3a 42 4e 45 6e 6f  |left CMP#1:BNEno|
000014e0  74 75 70 3a 4c 44 41 79  6c 61 3a 43 4c 43 3a 41  |tup:LDAyla:CLC:A|
000014f0  44 43 23 32 3a 53 54 41  79 6c 61 3a 4a 4d 50 6d  |DC#2:STAyla:JMPm|
00001500  6f 76 65 64 0d 06 c2 39  2e 6e 6f 74 75 70 20 43  |oved...9.notup C|
00001510  4d 50 23 32 3a 42 4e 45  64 6f 77 6e 3a 4c 44 41  |MP#2:BNEdown:LDA|
00001520  78 6c 61 3a 43 4c 43 3a  41 44 43 23 32 3a 53 54  |xla:CLC:ADC#2:ST|
00001530  41 78 6c 61 3a 4a 4d 50  6d 6f 76 65 64 0d 06 cc  |Axla:JMPmoved...|
00001540  21 2e 64 6f 77 6e 20 4c  44 41 79 6c 61 3a 53 45  |!.down LDAyla:SE|
00001550  43 3a 53 42 43 23 32 3a  53 54 41 79 6c 61 0d 06  |C:SBC#2:STAyla..|
00001560  d6 68 2e 6d 6f 76 65 64  20 4a 53 52 67 65 74 61  |.h.moved JSRgeta|
00001570  64 3a 4c 44 41 28 26 37  30 29 2c 59 3a 4c 44 58  |d:LDA(&70),Y:LDX|
00001580  26 37 32 3a 80 73 63 72  62 69 74 2c 58 3a 53 54  |&72:.scrbit,X:ST|
00001590  41 26 37 33 3a 80 23 26  46 30 3a 42 45 51 6e 6f  |A&73:.#&F0:BEQno|
000015a0  74 72 65 66 3a 4c 44 41  26 37 33 3a 80 23 26 30  |tref:LDA&73:.#&0|
000015b0  46 3a 42 45 51 6e 6f 74  72 65 66 3a 4a 53 52 72  |F:BEQnotref:JSRr|
000015c0  65 66 6c 65 63 74 0d 06  e0 cb 2e 6e 6f 74 72 65  |eflect.....notre|
000015d0  66 20 49 4e 43 70 6e 3a  4c 44 41 70 6e 3a 80 23  |f INCpn:LDApn:.#|
000015e0  37 3a 53 54 41 70 6e 3a  54 41 58 3a 4c 44 41 78  |7:STApn:TAX:LDAx|
000015f0  6c 61 3a 50 48 41 3a 4c  44 41 79 6c 61 3a 50 48  |la:PHA:LDAyla:PH|
00001600  41 3a 4c 44 41 70 78 2c  58 3a 53 54 41 78 6c 61  |A:LDApx,X:STAxla|
00001610  3a 4c 44 41 70 79 2c 58  3a 53 54 41 79 6c 61 3a  |:LDApy,X:STAyla:|
00001620  4a 53 52 67 65 74 61 64  3a 4c 44 58 26 37 32 3a  |JSRgetad:LDX&72:|
00001630  4c 44 41 73 63 72 62 69  74 2c 58 3a 82 23 26 46  |LDAscrbit,X:.#&F|
00001640  46 3a 80 28 26 37 30 29  2c 59 3a 53 54 41 28 26  |F:.(&70),Y:STA(&|
00001650  37 30 29 2c 59 3a 4c 44  58 70 6e 3a 50 4c 41 3a  |70),Y:LDXpn:PLA:|
00001660  53 54 41 79 6c 61 3a 53  54 41 70 79 2c 58 3a 50  |STAyla:STApy,X:P|
00001670  4c 41 3a 53 54 41 78 6c  61 3a 53 54 41 70 78 2c  |LA:STAxla:STApx,|
00001680  58 3a 4a 53 52 67 65 74  61 64 3a 4c 44 58 26 37  |X:JSRgetad:LDX&7|
00001690  32 0d 06 ea 97 4c 44 41  73 63 72 62 69 74 2c 58  |2....LDAscrbit,X|
000016a0  3a 82 23 26 46 46 3a 80  28 26 37 30 29 2c 59 3a  |:.#&FF:.(&70),Y:|
000016b0  53 54 41 28 26 37 30 29  2c 59 3a 4c 44 41 73 63  |STA(&70),Y:LDAsc|
000016c0  72 62 69 74 2c 58 3a 80  23 26 46 30 3a 43 4c 43  |rbit,X:.#&F0:CLC|
000016d0  3a 41 44 43 28 26 37 30  29 2c 59 3a 53 54 41 28  |:ADC(&70),Y:STA(|
000016e0  26 37 30 29 2c 59 3a 4c  44 41 78 6c 61 3a 42 45  |&70),Y:LDAxla:BE|
000016f0  51 66 69 6e 74 72 3a 43  4d 50 23 32 35 32 3a 42  |Qfintr:CMP#252:B|
00001700  43 53 66 69 6e 74 72 3a  4c 44 41 79 6c 61 3a 42  |CSfintr:LDAyla:B|
00001710  45 51 66 69 6e 74 72 3a  43 4d 50 23 31 35 38 3a  |EQfintr:CMP#158:|
00001720  42 43 53 66 69 6e 74 72  0d 06 f4 61 2e 77 61 69  |BCSfintr...a.wai|
00001730  74 6c 6f 70 20 4c 44 41  23 31 3a 4c 44 58 23 28  |tlop LDA#1:LDX#(|
00001740  74 69 6d 20 83 20 32 35  36 29 3a 4c 44 59 23 28  |tim . 256):LDY#(|
00001750  74 69 6d 20 81 20 32 35  36 29 3a 4a 53 52 6f 73  |tim . 256):JSRos|
00001760  77 6f 72 64 3a 4c 44 41  74 69 6d 3a 43 4d 50 26  |word:LDAtim:CMP&|
00001770  37 34 3a 42 45 51 77 61  69 74 6c 6f 70 3a 4a 4d  |74:BEQwaitlop:JM|
00001780  50 74 72 61 63 65 6c 6f  70 0d 06 fe 2c 2e 66 69  |Ptracelop...,.fi|
00001790  6e 74 72 20 4c 44 41 78  6c 61 3a 50 48 41 3a 4c  |ntr LDAxla:PHA:L|
000017a0  44 41 79 6c 61 3a 50 48  41 3a 4c 44 58 23 30 3a  |DAyla:PHA:LDX#0:|
000017b0  53 54 58 70 6e 0d 07 08  95 2e 66 69 6e 6c 6f 70  |STXpn.....finlop|
000017c0  20 4c 44 41 70 78 2c 58  3a 53 54 41 78 6c 61 3a  | LDApx,X:STAxla:|
000017d0  4c 44 41 70 79 2c 58 3a  53 54 41 79 6c 61 3a 4a  |LDApy,X:STAyla:J|
000017e0  53 52 67 65 74 61 64 3a  4c 44 58 26 37 32 3a 4c  |SRgetad:LDX&72:L|
000017f0  44 41 73 63 72 62 69 74  2c 58 3a 82 23 26 46 46  |DAscrbit,X:.#&FF|
00001800  3a 80 28 26 37 30 29 2c  59 3a 53 54 41 28 26 37  |:.(&70),Y:STA(&7|
00001810  30 29 2c 59 3a 49 4e 43  70 6e 3a 4c 44 58 70 6e  |0),Y:INCpn:LDXpn|
00001820  3a 43 50 58 23 38 3a 42  4e 45 66 69 6e 6c 6f 70  |:CPX#8:BNEfinlop|
00001830  3a 50 4c 41 3a 53 54 41  79 6c 61 3a 50 4c 41 3a  |:PLA:STAyla:PLA:|
00001840  53 54 41 78 6c 61 3a 52  54 53 0d 07 12 05 3a 0d  |STAxla:RTS....:.|
00001850  07 1c d2 2e 72 65 66 6c  65 63 74 20 4c 44 41 78  |....reflect LDAx|
00001860  6c 61 3a 53 45 43 3a 53  42 43 23 26 31 30 3a 4c  |la:SEC:SBC#&10:L|
00001870  53 52 20 41 3a 4c 53 52  20 41 3a 4c 53 52 20 41  |SR A:LSR A:LSR A|
00001880  3a 43 4c 43 3a 41 44 43  23 26 31 30 3a 53 54 41  |:CLC:ADC#&10:STA|
00001890  26 38 30 3a 4c 44 41 79  6c 61 3a 53 45 43 3a 53  |&80:LDAyla:SEC:S|
000018a0  42 43 23 38 3a 80 23 26  46 38 3a 50 48 41 3a 4c  |BC#8:.#&F8:PHA:L|
000018b0  53 52 20 41 3a 43 4c 43  3a 41 44 43 26 38 30 3a  |SR A:CLC:ADC&80:|
000018c0  53 54 41 26 38 30 3a 50  4c 41 3a 41 53 4c 20 41  |STA&80:PLA:ASL A|
000018d0  3a 50 48 41 3a 4c 44 41  23 26 41 3a 41 44 43 23  |:PHA:LDA#&A:ADC#|
000018e0  30 3a 53 54 41 26 38 31  3a 50 4c 41 3a 41 44 43  |0:STA&81:PLA:ADC|
000018f0  26 38 30 3a 53 54 41 26  38 30 3a 4c 44 59 23 30  |&80:STA&80:LDY#0|
00001900  3a 4c 44 41 28 26 38 30  29 2c 59 3a 4c 44 59 64  |:LDA(&80),Y:LDYd|
00001910  6c 61 3a 43 4d 50 23 31  3a 42 45 51 66 6f 72 73  |la:CMP#1:BEQfors|
00001920  6c 0d 07 26 3f 4c 44 41  62 61 63 6b 2c 59 3a 53  |l..&?LDAback,Y:S|
00001930  54 41 64 6c 61 3a 4a 4d  50 72 65 6d 6f 76 65 3a  |TAdla:JMPremove:|
00001940  2e 66 6f 72 73 6c 20 4c  44 41 66 6f 72 2c 59 3a  |.forsl LDAfor,Y:|
00001950  53 54 41 64 6c 61 3a 4a  4d 50 72 65 6d 6f 76 65  |STAdla:JMPremove|
00001960  0d 07 30 32 2e 62 61 63  6b 20 45 51 55 42 33 3a  |..02.back EQUB3:|
00001970  45 51 55 42 32 3a 2e 66  6f 72 20 45 51 55 42 31  |EQUB2:.for EQUB1|
00001980  3a 45 51 55 42 30 3a 45  51 55 42 33 3a 45 51 55  |:EQUB0:EQUB3:EQU|
00001990  42 32 0d 07 3a 89 2e 72  65 6d 6f 76 65 20 4c 44  |B2..:..remove LD|
000019a0  41 23 33 31 3a 4a 53 52  6f 73 77 72 63 68 3a 4c  |A#31:JSRoswrch:L|
000019b0  44 41 78 6c 61 3a 43 4c  43 3a 41 44 43 23 26 32  |DAxla:CLC:ADC#&2|
000019c0  30 3a 4c 53 52 20 41 3a  4c 53 52 20 41 3a 4c 53  |0:LSR A:LSR A:LS|
000019d0  52 20 41 3a 4a 53 52 6f  73 77 72 63 68 3a 4c 44  |R A:JSRoswrch:LD|
000019e0  41 79 6c 61 3a 4c 53 52  20 41 3a 4c 53 52 20 41  |Ayla:LSR A:LSR A|
000019f0  3a 4c 53 52 20 41 3a 43  4c 43 3a 41 44 43 23 36  |:LSR A:CLC:ADC#6|
00001a00  3a 4a 53 52 6f 73 77 72  63 68 3a 4c 44 41 23 33  |:JSRoswrch:LDA#3|
00001a10  32 3a 4a 53 52 6f 73 77  72 63 68 0d 07 44 2f 4c  |2:JSRoswrch..D/L|
00001a20  44 41 78 6c 61 3a 50 48  41 3a 4c 44 41 79 6c 61  |DAxla:PHA:LDAyla|
00001a30  3a 50 48 41 3a 4c 44 41  70 6e 3a 50 48 41 3a 4c  |:PHA:LDApn:PHA:L|
00001a40  44 58 23 30 3a 53 54 58  70 6e 0d 07 4e e0 2e 72  |DX#0:STXpn..N..r|
00001a50  65 6d 6c 6f 70 20 4c 44  41 70 78 2c 58 3a 53 54  |emlop LDApx,X:ST|
00001a60  41 78 6c 61 3a 4c 44 41  70 79 2c 58 3a 53 54 41  |Axla:LDApy,X:STA|
00001a70  79 6c 61 3a 4a 53 52 67  65 74 61 64 3a 4c 44 58  |yla:JSRgetad:LDX|
00001a80  26 37 32 3a 4c 44 41 73  63 72 62 69 74 2c 58 3a  |&72:LDAscrbit,X:|
00001a90  82 23 26 46 46 3a 80 28  26 37 30 29 2c 59 3a 53  |.#&FF:.(&70),Y:S|
00001aa0  54 41 28 26 37 30 29 2c  59 3a 4c 44 41 73 63 72  |TA(&70),Y:LDAscr|
00001ab0  62 69 74 2c 58 3a 80 23  26 46 30 3a 43 4c 43 3a  |bit,X:.#&F0:CLC:|
00001ac0  41 44 43 28 26 37 30 29  2c 59 3a 53 54 41 28 26  |ADC(&70),Y:STA(&|
00001ad0  37 30 29 2c 59 3a 49 4e  43 70 6e 3a 4c 44 58 70  |70),Y:INCpn:LDXp|
00001ae0  6e 3a 43 50 58 23 38 3a  42 4e 45 72 65 6d 6c 6f  |n:CPX#8:BNEremlo|
00001af0  70 3a 50 4c 41 3a 53 54  41 70 6e 3a 50 4c 41 3a  |p:PLA:STApn:PLA:|
00001b00  53 54 41 79 6c 61 3a 50  4c 41 3a 53 54 41 78 6c  |STAyla:PLA:STAxl|
00001b10  61 3a 4c 44 41 23 30 3a  54 41 59 3a 53 54 41 28  |a:LDA#0:TAY:STA(|
00001b20  26 38 30 29 2c 59 3a 52  54 53 0d 07 58 05 3a 0d  |&80),Y:RTS..X.:.|
00001b30  07 62 ca 2e 67 65 74 61  64 20 4c 44 41 78 6c 61  |.b..getad LDAxla|
00001b40  3a 80 23 26 46 38 3a 53  54 41 26 37 32 3a 43 4c  |:.#&F8:STA&72:CL|
00001b50  43 3a 41 44 43 23 26 34  30 3a 53 54 41 26 37 30  |C:ADC#&40:STA&70|
00001b60  3a 4c 44 41 23 30 3a 41  44 43 23 26 33 46 3a 53  |:LDA#0:ADC#&3F:S|
00001b70  54 41 26 37 31 3a 4c 44  41 26 37 30 3a 43 4c 43  |TA&71:LDA&70:CLC|
00001b80  3a 41 44 43 26 37 32 3a  53 54 41 26 37 30 3a 4c  |:ADC&72:STA&70:L|
00001b90  44 41 26 37 31 3a 41 44  43 23 30 3a 53 54 41 26  |DA&71:ADC#0:STA&|
00001ba0  37 31 3a 4c 44 41 79 6c  61 3a 80 23 26 46 38 3a  |71:LDAyla:.#&F8:|
00001bb0  41 53 4c 20 41 3a 53 54  41 26 37 32 3a 4c 44 41  |ASL A:STA&72:LDA|
00001bc0  23 30 3a 52 4f 4c 20 41  3a 53 54 41 26 37 33 3a  |#0:ROL A:STA&73:|
00001bd0  41 53 4c 26 37 32 3a 52  4f 4c 26 37 33 3a 41 53  |ASL&72:ROL&73:AS|
00001be0  4c 26 37 32 3a 52 4f 4c  26 37 33 3a 41 53 4c 26  |L&72:ROL&73:ASL&|
00001bf0  37 32 3a 52 4f 4c 26 37  33 0d 07 6c 2a 4c 44 41  |72:ROL&73..l*LDA|
00001c00  26 37 30 3a 43 4c 43 3a  41 44 43 26 37 32 3a 53  |&70:CLC:ADC&72:S|
00001c10  54 41 26 37 30 3a 4c 44  41 26 37 31 3a 41 44 43  |TA&70:LDA&71:ADC|
00001c20  26 37 33 0d 07 76 bc 53  54 41 26 37 31 3a 41 53  |&73..v.STA&71:AS|
00001c30  4c 26 37 32 3a 52 4f 4c  26 37 33 3a 41 53 4c 26  |L&72:ROL&73:ASL&|
00001c40  37 32 3a 52 4f 4c 26 37  33 3a 4c 44 41 26 37 30  |72:ROL&73:LDA&70|
00001c50  3a 43 4c 43 3a 41 44 43  26 37 32 3a 53 54 41 26  |:CLC:ADC&72:STA&|
00001c60  37 30 3a 4c 44 41 26 37  31 3a 41 44 43 26 37 33  |70:LDA&71:ADC&73|
00001c70  3a 53 54 41 26 37 31 3a  4c 44 41 79 6c 61 3a 80  |:STA&71:LDAyla:.|
00001c80  23 37 3a 41 44 43 26 37  30 3a 53 54 41 26 37 30  |#7:ADC&70:STA&70|
00001c90  3a 4c 44 41 26 37 31 3a  41 44 43 23 30 3a 53 54  |:LDA&71:ADC#0:ST|
00001ca0  41 26 37 31 3a 4c 44 41  78 6c 61 3a 80 23 34 3a  |A&71:LDAxla:.#4:|
00001cb0  41 53 4c 20 41 3a 41 44  43 26 37 30 3a 53 54 41  |ASL A:ADC&70:STA|
00001cc0  26 37 30 3a 4c 44 41 78  6c 61 3a 80 23 33 3a 53  |&70:LDAxla:.#3:S|
00001cd0  54 41 26 37 32 3a 4c 44  59 23 30 3a 52 54 53 0d  |TA&72:LDY#0:RTS.|
00001ce0  07 80 2b 2e 73 63 72 62  69 74 20 45 51 55 42 26  |..+.scrbit EQUB&|
00001cf0  38 38 3a 45 51 55 42 26  34 34 3a 45 51 55 42 26  |88:EQUB&44:EQUB&|
00001d00  32 32 3a 45 51 55 42 26  31 31 0d 07 8a 07 5d 3a  |22:EQUB&11....]:|
00001d10  ed 0d 07 94 05 e1 0d 07  9e 05 3a 0d 07 a8 0b dd  |..........:.....|
00001d20  f2 72 65 6c 6f 63 0d 07  b2 17 d3 3d 26 35 38 30  |.reloc.....=&580|
00001d30  30 3a 6e 65 77 70 61 67  65 3d 26 31 31 0d 07 bc  |0:newpage=&11...|
00001d40  14 e3 20 70 61 73 73 3d  30 20 b8 20 32 20 88 20  |.. pass=0 . 2 . |
00001d50  32 0d 07 c6 0b 50 25 3d  26 43 30 30 0d 07 d0 0c  |2....P%=&C00....|
00001d60  5b 4f 50 54 70 61 73 73  0d 07 da 52 20 20 20 20  |[OPTpass...R    |
00001d70  4c 44 59 23 30 3a 53 54  59 26 37 30 3a 53 54 59  |LDY#0:STY&70:STY|
00001d80  26 37 32 3a 4c 44 41 23  6e 65 77 70 61 67 65 3a  |&72:LDA#newpage:|
00001d90  53 45 43 3a 53 42 43 26  31 38 3a 53 54 41 26 37  |SEC:SBC&18:STA&7|
00001da0  34 3a 4c 44 41 26 31 38  3a 43 4d 50 23 6e 65 77  |4:LDA&18:CMP#new|
00001db0  70 61 67 65 3a 42 43 43  61 64 0d 07 e4 21 2e 73  |page:BCCad...!.s|
00001dc0  62 20 53 54 41 26 37 31  3a 4c 44 41 23 6e 65 77  |b STA&71:LDA#new|
00001dd0  70 61 67 65 3a 53 54 41  26 37 33 0d 07 ee 53 2e  |page:STA&73...S.|
00001de0  6d 31 20 4c 44 41 28 26  37 30 29 2c 59 3a 53 54  |m1 LDA(&70),Y:ST|
00001df0  41 28 26 37 32 29 2c 59  3a 49 4e 59 3a 42 4e 45  |A(&72),Y:INY:BNE|
00001e00  6d 31 3a 49 4e 43 26 37  31 3a 49 4e 43 26 37 33  |m1:INC&71:INC&73|
00001e10  3a 4c 44 58 26 37 31 3a  44 45 58 3a 43 50 58 26  |:LDX&71:DEX:CPX&|
00001e20  30 33 3a 42 43 43 6d 31  3a 42 43 53 65 6d 0d 07  |03:BCCm1:BCSem..|
00001e30  f8 34 2e 61 64 20 4c 44  41 26 30 33 3a 53 54 41  |.4.ad LDA&03:STA|
00001e40  26 37 31 3a 43 4c 43 3a  41 44 43 26 37 34 3a 53  |&71:CLC:ADC&74:S|
00001e50  54 41 26 37 33 3a 4c 44  41 23 30 3a 4c 44 59 26  |TA&73:LDA#0:LDY&|
00001e60  30 32 0d 08 02 58 2e 6d  32 20 4c 44 41 28 26 37  |02...X.m2 LDA(&7|
00001e70  30 29 2c 59 3a 53 54 41  28 26 37 32 29 2c 59 3a  |0),Y:STA(&72),Y:|
00001e80  44 45 59 3a 43 50 59 23  26 46 46 3a 42 4e 45 6d  |DEY:CPY#&FF:BNEm|
00001e90  32 3a 44 45 43 26 37 31  3a 44 45 43 26 37 33 3a  |2:DEC&71:DEC&73:|
00001ea0  4c 44 41 26 37 33 3a 43  4d 50 23 6e 65 77 70 61  |LDA&73:CMP#newpa|
00001eb0  67 65 2d 31 3a 42 43 53  6d 32 0d 08 0c 3e 2e 65  |ge-1:BCSm2...>.e|
00001ec0  6d 20 4c 44 41 26 31 33  3a 43 4c 43 3a 41 44 43  |m LDA&13:CLC:ADC|
00001ed0  26 37 34 3a 53 54 41 26  31 33 3a 53 54 41 26 30  |&74:STA&13:STA&0|
00001ee0  31 3a 4c 44 41 23 6e 65  77 70 61 67 65 3a 53 54  |1:LDA#newpage:ST|
00001ef0  41 26 31 38 3a 52 54 53  0d 08 16 05 5d 0d 08 20  |A&18:RTS....].. |
00001f00  05 ed 0d 08 2a 08 ef 20  32 31 0d 08 34 31 ff 22  |....*.. 21..41."|
00001f10  4b 45 59 20 30 22 22 43  41 4c 4c 26 43 30 30 7c  |KEY 0""CALL&C00||
00001f20  4d 52 55 4e 7c 46 7c 4d  22 22 22 3a ff 22 46 58  |MRUN|F|M""":."FX|
00001f30  20 31 35 33 2c 30 2c 31  32 38 22 0d 08 3e 05 e0  | 153,0,128"..>..|
00001f40  0d 08 48 05 e1 0d ff                              |..H....|
00001f47
Bounce/Laser4.m0
Bounce/Laser4.m1
Bounce/Laser4.m2
Bounce/Laser4.m4
Bounce/Laser4.m5