diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-17 19:49:36 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-17 19:49:36 -0400 |
commit | 5ff48b6963cfac30e08726d22a8c4f1a333185ea (patch) | |
tree | 4c6d6358e8bf5687098e2a37264a21e746a8988b /macros | |
parent | f42efcae5d223bb89bb103492a91801b49947bc4 (diff) |
Predef constants (temporary)
Diffstat (limited to 'macros')
-rw-r--r-- | macros/predef.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/macros/predef.asm b/macros/predef.asm index b99c6e1f..54f36bc0 100644 --- a/macros/predef.asm +++ b/macros/predef.asm @@ -1,3 +1,7 @@ +predef_const: MACRO + enum \1Predef +ENDM + add_predef: MACRO \1Predef:: dwb \1, BANK(\1) |