mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 19:29:37 +00:00
15 lines
145 B
ArmAsm
15 lines
145 B
ArmAsm
;
|
|
; 2023, Rumbledethumps
|
|
;
|
|
|
|
.constructor initenv, 24
|
|
.import __environ, __envcount, __envsize
|
|
|
|
.segment "ONCE"
|
|
|
|
.proc initenv
|
|
|
|
rts
|
|
|
|
.endproc
|