Re: Float point display in arm-elf-sid
"Frank Ch. Eigler" <[email protected]>
| Newsgroups | gmane.comp.emulators.sid.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi - > While tracing this issue, I found the arm7.cxx seems to not support > "rotate right with extend" (RRX). [...] So I updated my arm7.cxx > then re-built again. Now I got correct display like following: > [...] Nice work thanks! I committed your patch, after checking the ARM7TDMI docs and GNU AS's encoding logic. - FChE