User Tools

Site Tools


upde

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
upde [2013/01/10 20:43] – created darkbyteupde [2017/02/16 13:49] (current) darkbyte
Line 1: Line 1:
-=== upde ===+====upde===
 + 
 +----
  
 <code z80> <code z80>
-upde     inc  d                  +upde      ld   a,               
-         ld   a,               +          dec  d                  
-         and  7                  +          and  7                  
-         ret  nz                 +          ret  nz                 
-         ld   a,               +          ld   a,               
-         add  a,32               +          sub  32                 
-         ld   e,               +          ld   e,               
-         ld   a,               +          ld   a,               
-         ret                   +          ret              
-         sub                   +          add  a,               
-         ld   d,               +          ld   d,            
-         ret+          ret 
 +         
 </code> </code>
 +
 +----
  
 Slower alternative: Slower alternative:
Line 35: Line 40:
 </code> </code>
  
-Navigation: [[general]] . [[math]] . [[graphic]] . [[sound]] . [[system]] . [[other]] . back to [[start]]+---- 
 + 
 +**Navigation: [[general]] . [[math]] . [[graphic]] . [[sound]] . [[system]] . [[other]] . back to [[start]]**
upde.1357847014.txt.gz · Last modified: 2013/01/10 20:43 by darkbyte