changeset 3224:343b7428ff23

More co42.asm optimizations to save a few cycles on the Write.
author David Ladd <drencor-xeen@users.sourceforge.net>
date Sat, 20 Jan 2018 18:23:55 -0600
parents b1f1c72a8f79
children da0076266ab0
files level1/modules/co42.asm
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/level1/modules/co42.asm	Sat Jan 20 18:14:16 2018 -0600
+++ b/level1/modules/co42.asm	Sat Jan 20 18:23:55 2018 -0600
@@ -107,7 +107,7 @@
 InitExit                 
          puls  pc,u,a    
                          
-InitFlag fcb   $00       
+* InitFlag fcb   $00       
                          
 start    lbra  Init      
          bra   Write     
@@ -139,8 +139,8 @@
          inc   V.51EscSeq,u * flag ESC seq
                          
 WriteExit2                 
-         clr   V.NoFlash,u * Allow cursor to flash
          clrb            
+         stb   V.NoFlash,u * Allow cursor to flash
 L0139    rts