0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-09-22 10:43:39 -04:00

Document forward references fixed in EQU.

This commit is contained in:
H. Peter Anvin
2008-06-08 16:06:22 -07:00
parent af19b09a2e
commit a9862a8954

View File

@@ -21,6 +21,7 @@
* New type of character/string constants, using backquotes (`...`), * New type of character/string constants, using backquotes (`...`),
which support C-style escape sequences. which support C-style escape sequences.
* %defstr and %idefstr to stringize macro definitions before creation. * %defstr and %idefstr to stringize macro definitions before creation.
* Fix forward references used in EQU statements.
2.02 2.02
---- ----