Lab 07,08 - Assembly Language for x86 Processors by KIP R. IRVINE

  Рет қаралды 307

Abdul Qadeer Bilal (AQ)

Abdul Qadeer Bilal (AQ)

Күн бұрын

Topics: Indirect Addressing, JMP, LOOP
.
.
Material Link: www.dropbox.co...
.
CODE:
;OFFSET Operator
;PTR Operator
;TYPE Operator
;LENGTHOF Operator
;SIZEOF Operator
.386
.model flat, stdcall
.stack 4096
include Irvine32.inc
;-- Data segment to make variables
.data
msg1 db "outer loop",0
msg2 db "inner loop", 0
arr dw 10h,20h,30h
;-- code segment starts here
.code
main proc
mov esi , OFFSET arr
mov ax, 0
add al, [esi] ; 0+10
int esi ;address of 20h
add al, [esi] ; 10+20
inc esi ; address of 30h
add al, [esi]
;
mov [esi] , 40
mov word ptr [esi] , 40h
esi, byte
esi, word
esi, Double word
invoke ExitProcess,0
main endp
end main

Пікірлер
Lab 06 - Assembly Language for x86 Processors by KIP R. IRVINE
30:53
Abdul Qadeer Bilal (AQ)
Рет қаралды 367
How to DEBUG C++ in VISUAL STUDIO
19:20
The Cherno
Рет қаралды 491 М.
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН
How to treat Acne💉
00:31
ISSEI / いっせい
Рет қаралды 108 МЛН
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН
Lab 10 - Assembly Language for x86 Processors by KIP R. IRVINE
34:51
Abdul Qadeer Bilal (AQ)
Рет қаралды 293
Lab 05 - Assembly Language for x86 Processors by KIP R. IRVINE \
27:38
Abdul Qadeer Bilal (AQ)
Рет қаралды 402
چطور کارهای‌مان را به تعویق نیاندازیم؟
16:37
Faster than Rust and C++: the PERFECT hash table
33:52
strager
Рет қаралды 613 М.
OpenAI's o1 just hacked the system
26:31
AI Search
Рет қаралды 239 М.
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН