mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 17:01:53 +00:00
[ASM] Move OFF(x)
macro from asmxtras.inc
to asm.inc
This commit is contained in:
parent
606e996e1f
commit
9c5efed7da
2 changed files with 6 additions and 7 deletions
|
@ -172,6 +172,9 @@ ENDM
|
|||
.skip size, fill
|
||||
ENDM
|
||||
|
||||
/* OFFset macro */
|
||||
#define OFF(x) offset x
|
||||
|
||||
#define lXdtPrefix fword ptr
|
||||
|
||||
ljmp MACRO segment, offset
|
||||
|
@ -324,6 +327,9 @@ ENDM
|
|||
#define REPEAT .rept
|
||||
#define ENDR .endr
|
||||
|
||||
/* OFFset macro */
|
||||
#define OFF(x) x
|
||||
|
||||
#define lXdtPrefix
|
||||
|
||||
.macro ljmp segment, offset
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue