mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 16:18:16 +00:00
[ASM]
Add data32 prefix for MSVC svn path=/trunk/; revision=53939
This commit is contained in:
parent
e8469d97f6
commit
e3206dd17b
1 changed files with 5 additions and 0 deletions
|
@ -157,6 +157,11 @@ ljmp16 MACRO segment, offset
|
|||
DW segment
|
||||
ENDM
|
||||
|
||||
data32 MACRO opcode:VARARG
|
||||
DB 66h
|
||||
opcode
|
||||
ENDM
|
||||
|
||||
UNIMPLEMENTED MACRO name
|
||||
ENDM
|
||||
|
||||
|
|
Loading…
Reference in a new issue