#avr Logs

Apr 01 2019

#avr Calendar

07:20 AM McDonaldsWiFi is now known as PublicWiFi
12:59 PM gsi__ is now known as gsi_
02:01 PM paulo_ is now known as Guest33187
10:55 PM kiki_lamb: So I've been playing with using inline assembler from C a little bit (I'm good with C, but very new to assembler) and have noticed that it's often necessary to clear r0 and r1 if I used them (by way of mul, etc.), and that my program will glitch out if i don't do this. clearing them easy enough, but I'd like to understand what's going on... why, exactly, is it necessary to clear these registers before
10:55 PM kiki_lamb: returning from my function? what is it that goes wrong if i don't clear them?
11:50 PM day_ is now known as day
11:57 PM rue_mohr: --