1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-01-20 14:31:17 +00:00
Andy McFadden 2ec2917da5 Fix inline BRK no-no-continue flag
Inline BRK instructions have a problem similar to the one fixed
for JSR/JSL back in 63d7a487, but the same fix won't work because
JSR/JSL are assumed "continue", while BRK is assumed "no-continue",
and must therefore set a no-no-continue flag.  For now, we just
re-evaluate the BRK on every visit to the code.

A review of the previous fix revealed an opportunity to use the
NoContinueScript flag on subsequent visits to improve consistency.
2020-08-22 13:47:52 -07:00
..
2020-07-10 21:22:18 -07:00
2020-07-15 16:18:02 -07:00
2020-08-21 20:01:41 -07:00
2020-07-19 13:20:18 -07:00
2020-08-20 17:24:28 -07:00
2020-08-20 17:24:28 -07:00
2020-08-22 13:47:52 -07:00
2020-08-13 10:45:11 -07:00
2020-03-30 16:50:52 -07:00
2020-07-22 10:53:54 -07:00
2019-12-25 11:15:22 -08:00
2020-07-15 17:43:08 -07:00
2020-07-16 10:14:28 -07:00