In the fourth week of SPO600, I mainly learned about strings and characters in 6502 Assembly Language.
Creating strings using dcb and typing up an array of characters, all linked together was simpler to understand than some other things in the course.
I also learned how to display input and output to the user using the console. I used CHRIN and CHROUT for these.
Another neat thing is that you can implement a space as the ASCII code "32", as well a using codes for other characters. However I don't really see the use for basic characters and digits.
Top comments (0)