1
Beginner's Corner / Re: here are some practicing sources
« on: December 27, 2015, 02:22:14 pm »
thanks!, +1
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
yeah, ok thanks for the reply. You look pretty advanced in your understanding of machine behavior, i am also curious about
why one uses C for manipulating memory & pointers, why use such low level programming when one can just depend on the compiler?
I found these in pdf section, maybe other noob will find them useful:this is usefull too:
http://upload.evilzone.org/download.php?id=9242941&type=zip
http://evilzone.org/ebooks/inside-the-machine-an-illustrated-introduction-to-microprocessors-and-computer/
btw your English looks pretty solid
CLEAR R2
loop: LOAD R1, R2, R3
LOAD R4, R2, R5
ADD R3, R5, R6
STORE R7, R2, R6
INCR R2
IF< R2, R8, loop
this can be for (i = 0; i < N; i++) C[i] = A[i] + B[i];