Renamed the assembler test.

This commit is contained in:
Kugel Fuhr
2025-06-26 09:00:03 +02:00
parent 399f5aaab7
commit e2a39d076d
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
.include "zeropage.inc"
.proc _func
ldy #0
lda (sp),y
rts
.endproc