1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

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
; ca65 Macro-Pack for Self Modifying Code (SMC)
;
; (c) Christian Krü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
; warranty. In no event will the authors be held liable for any damages
@ -75,7 +75,7 @@ _SMCDesignator: statement
.elseif .match ({register}, y)
ldy _SMCDesignator
.else
.error "Invalid usage of macro 'SMC_TransferOpcode'"
.error "Invalid usage of macro 'SMC_LoadOpcode'"
.endif
.endmacro