[Nasm-bugs] [Bug 3392835] New: [list -].nolist feature request
noreply-nasm at dev.nasm.us
noreply-nasm at dev.nasm.us
Mon Mar 6 16:34:04 PST 2023
https://bugzilla.nasm.us/show_bug.cgi?id=3392835
Bug ID: 3392835
Summary: [list -].nolist feature request
Product: NASM
Version: new feature request
Hardware: PC
OS: Linux
Status: OPEN
Severity: annoyance
Priority: Medium
Component: Assembler
Assignee: nobody at nasm.us
Reporter: mikar_gibbros at yahoo.com
CC: chang.seok.bae at intel.com, gorcunov at gmail.com,
hpa at zytor.com, nasm-bugs at nasm.us
Obtained from: From OS distribution
; .asm
[list -]
db 0x01
[list +]
db 0x02
; .list
1 [list -]
4 00000001 02 db 0x02
; feature request that [list -] or [list -].nolist is not listed:
; .list
4 00000001 02 db 0x02
; History, DOS had this same issue with `echo off` and added `@echo off` to
hide itself.
--
You are receiving this mail because:
You are watching all bug changes.
You are on the CC list for the bug.
More information about the Nasm-bugs
mailing list