Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/arch



> On Nov 25, 2025, at 12:49 PM, Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost> wrote:
> 
> The previous `movl %a0@,%d5` did update CCR (N/Z/V/C) per %d5
> but updated  `movl %a0@,%a4` (i.e. MOVEA) doesn't, so explicit
> `tstl %a4` tests are necessary before `jne Lstart3` contionals?

Oops, yah, good spot.

-- thorpej



Home | Main Index | Thread Index | Old Index