Adapted to use of the new assembler & linker
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
.define _chdir
|
||||
.sect .text
|
||||
.sect .rom
|
||||
.sect .data
|
||||
.sect .bss
|
||||
.extern _chdir
|
||||
.text
|
||||
.sect .text
|
||||
_chdir: move.w #0xC,d0
|
||||
move.l 4(sp),a0
|
||||
jmp callc
|
||||
|
||||
Reference in New Issue
Block a user