{5} Assigned, Active Tickets by Owner (Full Description) – The Yasm Modular Assembler Project

{5} Assigned, Active Tickets by Owner (Full Description) (3 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

peter@… (3 matches)

Ticket Summary Component Milestone Type Severity Created
Description
#160 vpshift instructions do not have 2 operand form Architecture: x86 defect major 10/29/08

"vpshift_insn" structure based instructions should not allows 2 operand forms. VPSXX


#41 OMF Object Format Support Misc 0.7.0 defect normal 10/15/04

Need support for OMF 16-bit and 32-bit object file creation.


#159 Full arithmetic on labels when using non-relocatable formats. Object Format: bin enhancement normal 10/29/08

Code:

org 1

_label:

mov ax, (_label << 10)

Actual result:

% yasm -f bin test.asm

test.asm:3: error: immediate expression too complex

% nasm -f bin test.asm

test.asm:3: error: shift operator may only be applied to scalar values

Expected result:

% sed 's/<</shl/' -i test.asm && fasm test.asm

1 passes, 3 bytes.


Note: See TracReports for help on using and creating reports.