Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
code_snippets [2016/06/01 16:58]
ex_writer [Z80 Examples]
code_snippets [2016/06/05 16:09]
ex_writer [Arcade Examples]
Line 6: Line 6:
  
   * The [[bunker|Space Invaders bunker]] snippet demonstrates how to write a pattern to the screen with [[screen handler#​writp|WRITP]].   * The [[bunker|Space Invaders bunker]] snippet demonstrates how to write a pattern to the screen with [[screen handler#​writp|WRITP]].
-  * The [[base|Space Invaders base]] snippet demonstrates how to write a pattern to the screen with [[screen handler#​writ|WRIT]]. +  * The [[base|Space Invaders base]] snippet demonstrates how to write a pattern to the screen with [[system routines:screen handler#​writ|WRIT]]. 
-  * The [[invader music|Space Invaders sound effect]] snippet demonstrates how to play sound using [[interrupt scheduler#​bmusic|BMUSIC]].+  * The [[invader music|Space Invaders sound effect]] snippet demonstrates how to play sound using [[system routines:interrupt scheduler#​bmusic|BMUSIC]].
   * The [[star expander|Star Battle expanded pattern]] snippet demonstrates [...]   * The [[star expander|Star Battle expanded pattern]] snippet demonstrates [...]
  
Line 15: Line 15:
  
   * [[Packed BCD subtraction]] demonstrates subtracting BCD numbers of varying length.   * [[Packed BCD subtraction]] demonstrates subtracting BCD numbers of varying length.
-  * [[Packed BCD additions]] demonstrates adding BCD numbers of varying length.+  * [[Packed BCD addition]] demonstrates adding BCD numbers of varying length.