cousteau has quit [Quit: ♫ I can't forget the day I shot that network down ♫]
Ivii has quit [Remote host closed the connection]
jacklsw has joined #riscv
jacklsw has quit [Changing host]
jacklsw has joined #riscv
jacklsw has quit [Client Quit]
jacklsw has joined #riscv
KombuchaKip has quit [Quit: Leaving.]
radu242407821 has quit [Ping timeout: 240 seconds]
geranim0 has quit [Ping timeout: 256 seconds]
avoidr has quit [Quit: leaving]
avoidr has joined #riscv
radu242407821 has joined #riscv
riff-IRC has quit [Remote host closed the connection]
riff-IRC has joined #riscv
huseyinkozan has joined #riscv
Doraemon has joined #riscv
NeoCron has quit [Ping timeout: 250 seconds]
KombuchaKip has joined #riscv
h2t_ is now known as h2t
oaken-source has quit [Remote host closed the connection]
oaken-source has joined #riscv
winterflaw has joined #riscv
BOKALDO has joined #riscv
pecastro has joined #riscv
jacklsw has quit [Quit: Back to the real world]
gaude has joined #riscv
pecastro has quit [Ping timeout: 240 seconds]
pecastro has joined #riscv
raiaq has joined #riscv
raiaq has quit [Changing host]
dlan has quit [Remote host closed the connection]
dlan has joined #riscv
<gordonDrogon>
looking at some ASM startup code which zeros all registers by first zeroing x1 (mv x1, x0), then zeros the rest with mv x2, x1 ; mv x3,x1 and so on rather than just mv x?, x0 on all of them?