↧
using an AduC841 microcontroller. memory read shows pointer not object...
I am using an AduC841 microcontroller programed using assembly language(8051). when using MOVX commands to read/write from internal XRAM to DAC,my oscilloscope shows the value of the DTPR rather than...
View ArticleMemory addresses and Assembly
I recently started reading about programming in Assembly. To my knowledge, in Assembly, a programmer, when storing and retrieving their variables, has to specify the address their variables are stored...
View ArticleFinding register parameters for system calls
By consulting various scattered tutorials and books, I’ve been able to learn that the 64-bit Linux “exit” system call is 60, and the status value is moved to edi. Similarly, “write” has call number 1,...
View Article