mirror of
https://github.com/irmen/prog8.git
synced 2024-11-25 04:31:20 +00:00
26 lines
191 B
Plaintext
26 lines
191 B
Plaintext
%zp full
|
|
%address 33
|
|
|
|
~ extra3 {
|
|
; this is imported
|
|
|
|
X = 42
|
|
return 44
|
|
}
|
|
|
|
~ extra233 {
|
|
; this is imported
|
|
|
|
X = 42
|
|
return 44
|
|
}
|
|
|
|
|
|
~ mainzzz {
|
|
; this is imported
|
|
|
|
X = 42
|
|
return 44
|
|
}
|
|
|