1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 07:29:33 +00:00
cc65/libsrc/rp6502/initenv.s
2023-11-17 11:08:51 -08:00

15 lines
145 B
ArmAsm

;
; 2023, Rumbledethumps
;
.constructor initenv, 24
.import __environ, __envcount, __envsize
.segment "ONCE"
.proc initenv
rts
.endproc