rename testcode/ to targettest/
This commit is contained in:
12
targettest/getsp.s
Normal file
12
targettest/getsp.s
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
.export _getsp
|
||||
.importzp sp
|
||||
|
||||
.proc _getsp
|
||||
|
||||
ldx sp+1
|
||||
lda sp
|
||||
rts
|
||||
|
||||
.endproc
|
||||
|
||||
Reference in New Issue
Block a user