Ticket #115 (closed defect: fixed)
dd (1 << 0) results in 0 instead of 1 with HEAD.
| Reported by: | bird-yasm@… | Owned by: | peter@… |
|---|---|---|---|
| Priority: | P1 | Milestone: | |
| Component: | Core | Version: | other |
| Severity: | major | Keywords: | |
| Cc: |
Description
The title says it all. I'll try track down when it broke.
one-shift-zero.asm:
; This should generate 01000000 in the listing not 00000000
dd (1 << 0)
./yasm -f elf -l one-shift-zero.lst -o one-shift-zero.o one-shift-zero.asm
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
