mirror of
https://github.com/irmen/prog8.git
synced 2024-12-02 07:49:27 +00:00
22 lines
374 B
Plaintext
22 lines
374 B
Plaintext
~ main $c003 {
|
|
memory byte derp = $ffdd1
|
|
const byte hopla=55-33
|
|
; const byte hopla2=55-hopla
|
|
const float zwop = -1.7014118345e+38
|
|
const float zwop = -1.7014118346e+38
|
|
|
|
A = "derp" * %000100
|
|
|
|
%import maghierniet
|
|
%import maghierniet
|
|
%import maghierniet
|
|
%import maghierniet
|
|
|
|
return 1+999
|
|
}
|
|
|
|
%import imported1, 33, aaa
|
|
%import imported2
|
|
%import imported3
|
|
|