z80: small optimization in cell execution

This commit is contained in:
Virgil Dupras 2020-06-18 08:02:45 -04:00
parent 035532acf7
commit aca9bc9058
2 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@ lblexec BSET L1 FSET ( B299 ) L2 FSET ( B298 )
A ORr, IFZ, EXDEHL, JP(HL), THEN,
A DECr, JRZ, L1 FWR ( compiled B303 )
( cell or does. push PFA ) DE PUSHqq,
A DECr, IFZ, JPNEXT, THEN, ( cell )
A DECr, JRZ, lblnext BWR ( cell )
( continue to does, B302 )

Binary file not shown.