]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commit
MUL.L <EA>,Dh-Dl: Dh should be updated last, Dh overwrites Dl if both are same regist...
authorToni Wilen <twilen@winuae.net>
Fri, 9 Aug 2019 10:29:18 +0000 (13:29 +0300)
committerToni Wilen <twilen@winuae.net>
Fri, 9 Aug 2019 10:29:18 +0000 (13:29 +0300)
commit2559e26974bbad15aee5b9f1e46914f4a2f011f5
treef771de4a89df3d1daebe338c0a0f764f1ece6c0c
parente7008485980df71b3fe7b8fb8c8e70a8cb405421
MUL.L <EA>,Dh-Dl: Dh should be updated last, Dh overwrites Dl if both are same register. Disassembly fixed (MULL.L -> MULS.L/MULU.L, DIV.L -> DIVS.L/DIVU.L)
disasm.cpp
newcpu_common.cpp