diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-08-10 00:38:21 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-08-10 00:38:21 +0100 |
commit | 01c67bf388bd3da24afe4c77ed9ea43ad960cf42 (patch) | |
tree | a16c2f769b9b88d1b2a68998fcdfd79174ff7ea6 /src/macros | |
parent | 71b3185758f8227495d1abcf0b380109855e2823 (diff) | |
parent | b5e5b355cdc355630d777fe73e0ed19e609d5461 (diff) |
Merge remote-tracking branch 'origin/master' into master1
Diffstat (limited to 'src/macros')
-rw-r--r-- | src/macros/text.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/macros/text.asm b/src/macros/text.asm index dd47c02..8ad94e8 100644 --- a/src/macros/text.asm +++ b/src/macros/text.asm @@ -82,3 +82,7 @@ endc shift endr ENDM + +ldfw3: MACRO + ld \1, (TX_FULLWIDTH3 << 8) | STRCAT("FW3_", \2) +ENDM
\ No newline at end of file |