mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 02:30:44 +00:00
Place initcwd in the INIT segment
git-svn-id: svn://svn.cc65.org/cc65/trunk@3468 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
00633945b8
commit
977cb3d900
@ -8,6 +8,8 @@
|
|||||||
.include "zeropage.inc"
|
.include "zeropage.inc"
|
||||||
.include "mli.inc"
|
.include "mli.inc"
|
||||||
|
|
||||||
|
.segment "INIT"
|
||||||
|
|
||||||
initcwd:
|
initcwd:
|
||||||
; Use imported buffer
|
; Use imported buffer
|
||||||
lda #<__cwd
|
lda #<__cwd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user