move remaining stuff from testcode/lib/ one level up to testcode/
This commit is contained in:
12
testcode/getsp.s
Normal file
12
testcode/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