2019-02-12 20:53:57 +00:00
|
|
|
%import c64utils
|
2019-02-02 23:14:56 +00:00
|
|
|
%zeropage basicsafe
|
2019-01-26 21:46:01 +00:00
|
|
|
|
2019-02-02 23:14:56 +00:00
|
|
|
~ main {
|
2019-01-27 20:25:16 +00:00
|
|
|
|
2019-02-25 00:08:10 +00:00
|
|
|
; @todo see problem in looplabelproblem.p8
|
2019-03-09 11:52:02 +00:00
|
|
|
; @todo compiler error for using literal values other than 0 or 1 with boolean expressions
|
2019-02-25 00:08:10 +00:00
|
|
|
|
2019-02-21 00:31:33 +00:00
|
|
|
sub start() {
|
2019-02-24 17:52:48 +00:00
|
|
|
|
2019-03-11 21:30:32 +00:00
|
|
|
c64.CLEARSCR() ; @todo empty stack exception in vm
|
2019-02-24 17:52:48 +00:00
|
|
|
}
|
2019-01-27 17:33:21 +00:00
|
|
|
}
|