Ticket #127 (closed defect: fixed)

Opened 8 months ago

Last modified 8 months ago

support 0X... constants like 0x....

Reported by: vapier@gentoo.org Assigned to:
Priority: P1 Milestone:
Component: Core Version: 0.6.0
Severity: normal Keywords:
Cc:

Description

nasm/gcc allows the usage of constants like:

and ax, 0X8000

but yasm doesnt like this and just aborts ... using "0x8000" gets the desired behavior of course

Attachments

Change History

12/03/07 20:59:08 changed by peter

  • status changed from new to closed.
  • resolution set to fixed.

(In [2017]) Fix #127: Allow use of 0X in addition to 0x for hex constants.


Add/Change #127 (support 0X... constants like 0x....)