Update smc.inc

This commit is contained in:
Irgendwer
2016-08-14 19:35:35 +02:00
committed by GitHub
parent 7f4b14ee49
commit aea312746b

View File

@@ -1,7 +1,7 @@
; smc.mac ; smc.mac
; ca65 Macro-Pack for Self Modifying Code (SMC) ; ca65 Macro-Pack for Self Modifying Code (SMC)
; ;
; (c) Christian Kr<EFBFBD>ger, latest change: 17-Jul-2016 ; (c) Christian Krüger, latest change: 17-Jul-2016
; ;
; This software is provided 'as-is', without any expressed or implied ; This software is provided 'as-is', without any expressed or implied
; warranty. In no event will the authors be held liable for any damages ; warranty. In no event will the authors be held liable for any damages
@@ -75,7 +75,7 @@ _SMCDesignator: statement
.elseif .match ({register}, y) .elseif .match ({register}, y)
ldy _SMCDesignator ldy _SMCDesignator
.else .else
.error "Invalid usage of macro 'SMC_TransferOpcode'" .error "Invalid usage of macro 'SMC_LoadOpcode'"
.endif .endif
.endmacro .endmacro