User Tools

Site Tools


base:smooth_linecrunch

Differences

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

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
base:smooth_linecrunch [2017-03-30 12:03] – created karmicbase:smooth_linecrunch [2017-03-30 14:03] – syntax-highlighting karmic
Line 1: Line 1:
 +====== Smooth Linecrunching ======
 +
 Basically linecrunching is a VIC-trick that allows you to easily move graphics vertically on the screen. It is especially useful for bitmaps, where it would take far too much time to move it by copying. Basically linecrunching is a VIC-trick that allows you to easily move graphics vertically on the screen. It is especially useful for bitmaps, where it would take far too much time to move it by copying.
  
Line 17: Line 19:
  
 Finally, here is the code. 64tass syntax. Finally, here is the code. 64tass syntax.
-<code>sin_index               = $fb+<code 6502tasm>sin_index               = $fb
 char_lines_to_crunch    = $fc char_lines_to_crunch    = $fc
 initial_yscroll         = $fd initial_yscroll         = $fd
base/smooth_linecrunch.txt · Last modified: 2017-12-13 11:36 by shrydar