Rename dt
and dd
to bigdt
and bigdd
(#1141)
This makes their big-endianness obvious and matches `bigdw`
This commit is contained in:
@@ -13,6 +13,14 @@ ENDM
|
||||
|
||||
; macros/data.asm
|
||||
|
||||
MACRO dt
|
||||
bigdt \1
|
||||
ENDM
|
||||
|
||||
MACRO dd
|
||||
bigdd \1
|
||||
ENDM
|
||||
|
||||
MACRO dbbw
|
||||
db \1, \2
|
||||
dw \3
|
||||
|
Reference in New Issue
Block a user