mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 08:10:18 +00:00
[ASM}
Add .org for ML svn path=/branches/cmake-bringup/; revision=49586
This commit is contained in:
parent
ad20e16add
commit
3947c4313f
1 changed files with 4 additions and 0 deletions
|
@ -107,6 +107,10 @@ ENDM
|
|||
dq args
|
||||
ENDM
|
||||
|
||||
.org MACRO value
|
||||
ORG value
|
||||
ENDM
|
||||
|
||||
.fill MACRO repeat, size, value
|
||||
// FIXME
|
||||
ENDM
|
||||
|
|
Loading…
Reference in a new issue