mirror of
https://github.com/open-simh/simh.git
synced 2026-02-14 12:04:52 +00:00
Previously sim_interval was adjusted by 1 plus the total number of bytes referenced in string instructions (SCANC, SPANC, LOCC, SKPC, CMPC3, CMPC5, MOVC3, MOVC5). Since the amount of data that a string instruction can reference is arbitrarily large (32bit size), the adjustment to sim_interval could be ridiculously excessive. This can result in wild variances in clock calibration when large string data are referenced.
139 KiB
139 KiB