Re: [hatari-devel] DSP bug: need more explanations |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Le 04/01/2015 23:14, Miro Kropáček a écrit :
- you're tinkering with 'do' loop -- there are some restrictions for
end of the loop situations, perhaps worth checking, too
There's no restriction here with the do-loop as I don't reuse a Rx
register both as the last and the first instruction of the loop (the
first instruction is considered as the immediate following one after the
last instruction of the loop in this case.
Laurent