Michael Doornbos
About
CV
Projects
PGP Key
X
Implementing ChaCha… I need 4 eight bit ROLs, but the 6502 is really a 9 bit ROL. I don’t know why it didn’t occur to me to just to a CMP #$80 until now to set the carry before the rotate. Problem solved.
▸
May 3, 2021
▸
Michael Doornbos
▸
0 words
← My first ever VIC-20 arrived. It seem salvageable, black screen, and you can't beat $25US... I don't own a dead test for a 20 so working on it old school. It was after I desoldered the horrible socket on UE11 that I realized I'm apparently out of 24 pin sockets. #commodore
10 minute lunchtime progress: Working on more advanced ciphers I need a modulo 32 rotater (wraps 32 bit numbers around by bit at a time). Took a few minutes to wrap my mind around it, but I got it. Step 1 of a bazillion for ChaCha(and AES) complete but I'm happy at the moment #commodore #c64 #crypto →