From 4961e39fb66c0625a1450fb28b426db54cf9b8c5 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Wed, 25 May 2022 15:39:00 -0400 Subject: [PATCH] Mention DIVU/DIVS flags. --- .../Mac/Clock SignalTests/68000 Comparative Tests/readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OSBindings/Mac/Clock SignalTests/68000 Comparative Tests/readme.md b/OSBindings/Mac/Clock SignalTests/68000 Comparative Tests/readme.md index 4a1690621..c50378092 100644 --- a/OSBindings/Mac/Clock SignalTests/68000 Comparative Tests/readme.md +++ b/OSBindings/Mac/Clock SignalTests/68000 Comparative Tests/readme.md @@ -59,6 +59,8 @@ Issues with comparing results between multiple emulators in the case of unusual For both Bcc and BSR, there is good coverage of even-quantity offsets. +Lack of good documentation for the meaning of N and Z flags for DIVU and DIVS in the case of overflow means that the results here may or may not be correct; there was no consensus between emulators and I have been unable to find information on what the proper answers should be. + ## Questionable Results Values for the undocumented flags of DIVU and DIVS have not yet been verified, due to a lack of documentation.