SPO600 Software Portability & Optimization Lab02
Hello and welcome to the second installment of this blog. In this blog we will be reviewing my attempt at Lab 02 for my SPO600 class. In this lab we are required to create our own 6502 assembly application. For this I have chosen to do a resistor calculator. I chose this because prior to coming into CPA I was enrolled in ETC (Computer Engineering Technology) where they taught us about electricity, resistors, and creating circuits. It is a good way for me to familiarize myself again with resistors and the math behind them. The problem We want to be able to take in the color bands that are on the resistor and quickly calculate their resistance in a measurement of ohms. To accomplish this we would required to take the user input for the color of the bands, our application will support 4 band resistors currently, and will not be able to identify any resistor with 5 bands. The code The code can be viewed at my Github page located here . I will not be posting the entire code here ...