Well this was long overdue but I guess better late then never. This past February we were tasked with creating an AArch64 assembler program that would output a message 30 times, while counting upward. Additionally, we needed to suppress (hide) the leading zero for the single digit numbers. We were also tasked with creating aContinue reading “SPO Lab 5pt a”
Category Archives: SPO Labs
SPO lab 4 pt 1
Hello all, sorry for the lack of updates, school assignments have been keeping me very busy which is why I have been quiet up till now. That said, I have some more 6502 assembler goodness to report. Earlier this month the group I was assigned to was tasked with completing two of four assembler codingContinue reading “SPO lab 4 pt 1”
SPO Lab 3 part 2
Well I took a crack at creating a program to increment a number up to a maximum value of 99. While I did create visuals for the first number, I did not get around to displaying the second number. I did however program a means for both digits to increase in a way that lookedContinue reading “SPO Lab 3 part 2”
Spo Lab 3
Earlier this week I was introduced to more of the programming capabilities of the 6502 processor. We learned how to properly use subroutines, which I was quite happy about as I had run into a problem with my own experiments in lab assignment 2. It was revealed that you would have to put a BRKContinue reading “Spo Lab 3”
SPO Lab 2: 6502 Assembler
Hello all, this week I was introduced to some of the opcodes (operation code) that power the 6502 processor. While there are around 50 of them, we were given some hands on experience with TYA, LSR, ASL, INY, LDA, LDX, LDY, STA, BNE, and CPX. I also took it upon myself to learn about theContinue reading “SPO Lab 2: 6502 Assembler”
SPO Lab 1
For this week I was tasked with researching two open source projects with different licenses. After some searching, I came across two animation programs by the name of “Synfig” and “OpenToonz.” With regards to licenses, Synfig uses the GNU General Public License, which in simple terms means the software is free to own, distribute, andContinue reading “SPO Lab 1”