Ticket #25 (closed defect: fixed)
mov rax,imm64 : incorrect output
| Reported by: | vclaudepierre@… | Owned by: | peter@… |
|---|---|---|---|
| Priority: | P2 | Milestone: | 0.4.0 |
| Component: | Object Format: bin | Version: | 0.3.0 |
| Severity: | minor | Keywords: | |
| Cc: |
Description
mov rax,'12345678' gives you a warning (does not fit in 64 bit field). mov rax,'1234567' does not. The binary output is incorrect : 48 B8 00 + 7 bytes for imm64, instead of 48 B8 + 8 bytes for imm64
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
