Essays Tagged: "EDX"

Addressing Modes

ressing:MOV [0105], BX : Whatever the content of BX, it will go to the address of [0105]ADD [0001], EDX : If the data register is filled up with data, we have now an extra data which is "EDX". Whateve ... register is filled up with data, we have now an extra data which is "EDX". Whatever the content of EDX and address, it addsPUSHD [01234] : We have now a stack of data registerINC byte ptr [15AA] : We ...

(1 pages) 6 0 0.0 Sep/2014

Subjects: Science Essays > Computer Science > Programming Languages