[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/12269] unknown-z80-coff: Incorrect assembly of indexed register
From: |
laguest at archeia dot com |
Subject: |
[Bug gas/12269] unknown-z80-coff: Incorrect assembly of indexed register offsets from equ declarations |
Date: |
Wed, 23 Nov 2016 20:29:59 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=12269
Luke A. Guest <laguest at archeia dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |laguest at archeia dot com
--- Comment #3 from Luke A. Guest <laguest at archeia dot com> ---
Latest git tree and release works:
a.out: file format coff-z80
Disassembly of section .text:
00000000 <begin>:
0: 3e 20 ld a,0x20
2: dd 7e 20 ld a,(ix+32)
5: 3e 40 ld a,0x40
7: dd 7e 40 ld a,(ix+64)
a: c9 ret
--
You are receiving this mail because:
You are on the CC list for the bug.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug gas/12269] unknown-z80-coff: Incorrect assembly of indexed register offsets from equ declarations,
laguest at archeia dot com <=