Opened 12 months ago
Closed 12 months ago
#19595 closed enhancement (fixed)
nasm-2.16.02
Reported by: | Bruce Dubbs | Owned by: | thomas |
---|---|---|---|
Priority: | normal | Milestone: | 12.2 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New point version.
Change History (3)
comment:1 by , 12 months ago
comment:2 by , 12 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
configure
or dependency generation.configure
think it was running native when in fact cross-compiling.PATH_MAX
limit to any pathname; this is unnecessary.PTWRITE
opcode corrected (F3
prefix required.)NP
; notably the prefixed versions ofCLAC
areERETU
/ERETS
.LKGS
,ERETS
andERETU
instructions.obj
(OMF) and possibly other output formats.%map()
function to expand a macro from a list of arguments, see "f_map".=
modifier in "define".__USE_
package__
is now__?USE_
package?__
.D
*x* statements, see "db".%rep
blocks.%num()
, see "f_num".%hex()
function, equivalent to%eval()
except that it producess hexadecimal values that are nevertheless valid NASM numeric constants, see "f_hex".%
*num* references to multi-line macro arguments.)bin
format is simply a linker built into NASM. See "binfmt".LOCK
prefix warning forXCHG
.LOCK XCHG
reg,
mem would issue a warning for being unlockable, which is incorrect. In this case the reg,
mem encoding is simply an alias for the mem,
reg encoding. However,XCHG
is always locked, so create a new warning(
-w+prefix-lock-xchg
) to explicitly flag a user-specifiedLOCK XCHG
; default off. Future versions of NASM may remove theLOCK
prefix when optimization is enabled.-w+reloc-*
, see "warnings"), default off.D
x statements, such asdb 1 2
. See "db".