Changes

Jump to: navigation, search

6502 Assembly Language Math Lab

36 bytes removed, 15:27, 3 February 2020
Write-Up
* Drawing a Line
** To draw a line between two arbitrary points (X<sub>1</sub>,Y<sub>1</sub>)(X<sub>2</sub>,Y<sub>2</sub) where X<sub>2</sub>-X<sub>1</sub> > Y<sub>2</sub>-Y</sub>1</sub> and all coordinates are positive, calculate the rise/run, then set Y=Y<sub>1</sub> and iterate for X=X<sub>1</sub>:X<sub>2</sub> incrementing Y by the rise/run each step.
** Use fixed-point math for the rise/run (aka deltaY) value.
== Lab 2 3 ==
=== Setup ===
Post an entry on your blog describing your experiments in this lab. Include:
# An introduction, so that someone who happens across your blog will understand the context of what you're writing about.
# The results from the two ''Writing Code'' portions of the lab, including the code, a description of how the code works, and the results produced. Credit other sources appropriately (i.e., font/graphics data, code snippets) and ensure that you are in compliance with the licenses of any code snippets used.
# Your experiences with this lab -- your impressions of the Assembly Language, what you learned, and your reflections of the process.
Remember to follow the [[Blog Guidelines]] as you write.

Navigation menu