mirror of
https://github.com/cc65/cc65.git
synced 2025-08-09 13:25:06 +00:00
fix feature.s test
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
|
||||
.export _main
|
||||
|
||||
.segment "ZEROPAGE"
|
||||
zplabel:
|
||||
|
||||
.segment "CODE"
|
||||
|
||||
; exit with 0
|
||||
|
||||
_main:
|
||||
|
Reference in New Issue
Block a user