@rostiger Oh my god this is amazing
@rostiger I love that Uxn is sending sprites as valentine cards to Varvara π
@rostiger little mistake: The A key button is the first bit so #01, the B button is the second bit.
Maybe you could add the ascii number over the keys :)
@neauoire Oh sweet, I hadn't seen that! Will update those notes then! :)
@neauoire Isn't the semicolon a label for an address int he main memory?
@rostiger Yes, but it's worded a bit weird, you could say "whenever a button or a key is pressed, the routine defined as the controller vector runs."
The program doesn't really "jumps" to a vector, vectors are sort of, when an event occurs, and the program is napping, it wakes up and run that part of the program until a BRK.
I hope it makes sense, it's not interrupting a running program to jump somewhere.
@rostiger don't forget it's actually ORA
Double page incoming! Drawing #uxn sprites in 5 easy steps!