add rp6502 target
This commit is contained in:
16
libsrc/rp6502/initenv.s
Normal file
16
libsrc/rp6502/initenv.s
Normal file
@@ -0,0 +1,16 @@
|
||||
; Copyright (c) 2023 Rumbledethumps
|
||||
;
|
||||
; SPDX-License-Identifier: Zlib
|
||||
; SPDX-License-Identifier: BSD-3-Clause
|
||||
; SPDX-License-Identifier: Unlicense
|
||||
|
||||
.constructor initenv, 24
|
||||
.import __environ, __envcount, __envsize
|
||||
|
||||
.segment "ONCE"
|
||||
|
||||
.proc initenv
|
||||
|
||||
rts
|
||||
|
||||
.endproc
|
||||
Reference in New Issue
Block a user