@cramer, post #1
@cramer, post #1
Statement zmiendane{adres.l}
For i.b =0 To 6
Poke.b adres+i , Peek.b(adres+i) +1
Next
End Statement
zmiendane{?Zmienna}
End
Zmienna:
DC.b 0,6,5,44,7,6,55Statement zmiendane{adres.l}
MOVE.l D0,A0
MOVEQ #6,D7
Loop:
ADD.b #1,(A0)+
DBF D7,Loop
End Statement@tukinem, post #3
@c64portal, post #2
@c64portal, post #9
@c64portal, post #9
@cramer, post #13
#SPEED=2 .MainLoop X=0 Y=0 If joyy(1)=1 param1=Y JSR RuchWDol Y=param1 EndIf If RawStatus($45) : BRA KONIEC : EndIf BRA MainLoop .KONIEC END .RuchWDol param1 + #SPEED RTS