the_Diabologic
Member
i would like to hack around with some assembler, but i don't know what all the instuctions mean :<
so, i guess someone has made a list what which instruction does,
ie
but i couldn't find such a list, so *help* ^^
so, i guess someone has made a list what which instruction does,
ie
Code:
...
mov r0, r1 - moves r0 to r1
mul r0,r1,r2 - multiply r1 and r2 and store in r0 (dunno wether this is right :P)
...