mirror of
https://github.com/irmen/prog8.git
synced 2025-02-17 13:31:01 +00:00
29 lines
413 B
Plaintext
29 lines
413 B
Plaintext
|
~ main $c003 {
|
||
|
memory byte derp = $ffdd
|
||
|
const byte hopla=55-33
|
||
|
; const byte hopla2=55-hopla
|
||
|
const float zwop = -1.7014118345e+38
|
||
|
const float zwop = -1.7014118345e+38
|
||
|
|
||
|
A = "derp" * %000100
|
||
|
|
||
|
return 1+999
|
||
|
%breakpoint
|
||
|
%asminclude "derp", hopsa
|
||
|
%asmbinary "derp", 0, 200
|
||
|
}
|
||
|
|
||
|
|
||
|
%import imported
|
||
|
%import imported
|
||
|
|
||
|
|
||
|
%import imported
|
||
|
%import imported
|
||
|
|
||
|
%import imported
|
||
|
%import imported2
|
||
|
|
||
|
%import imported
|
||
|
|