#127 (support 0X... constants like 0x....) – The Yasm Modular Assembler Project

Ticket #127 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

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

Reported by: vapier@… Owned by:
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

comment:1 Changed 2 years ago 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....)

Author



Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.