x86 Assembly Language - Using Registers, Variables, and the LOOP Instruction Together

x86 Assembly Language - Using Registers, Variables, and the LOOP Instruction Together

Bradley Sward

4 года назад

21,904 Просмотров

A look at creating a program that displays the first nine powers of two on the screen (1, 2, 4, 8, 16, 32, 64, 128, 256)

Bradley Sward is currently an Associate Professor at the College of DuPage in suburban Chicago, Illinois. He has earned a Masters degree in Software Engineering from DePaul University, a Masters degree in Computer Science from the University of Illinois at Springfield, and two Bachelors degrees in Computer Science and Molecular Biology from Benedictine University. Prior to teaching, Bradley worked for five years in the field of casino gaming on a variety of video slot machine and poker games. The Village People have been permanently etched into his brain.

Тэги:

#x86 #Assembly_Language #Visual_Studio #Loops #Variables #Registers #MASM #Programming #Development #Irvine
Ссылки и html тэги не поддерживаются


Комментарии:

mark2112martin
mark2112martin - 20.11.2022 05:44

Isn't the source the left register and the destination the right register?

Ответить
Rohan Zener
Rohan Zener - 25.10.2022 01:30

INFINITE POWER

Ответить
nguyen chau
nguyen chau - 08.10.2022 08:53

LOVE UUU

Ответить
Amanda Bartels
Amanda Bartels - 09.11.2021 02:57

Thank you! Very helpful explanation

Ответить
timmy Mujeci
timmy Mujeci - 04.10.2021 02:31

Is it just me or is the entire video muted?

Ответить
HAMDA AZIZ
HAMDA AZIZ - 31.08.2021 16:41

Which software you used to perform the hold task?

Ответить
Will Kim
Will Kim - 25.02.2021 07:40

Super helpful stuff, so happy to find some content using Irvine32 library! Great resource in addition to the textbook!

Ответить
En Kelly
En Kelly - 10.02.2021 10:59

This is great, thank you so much for posting!

Ответить
HatakeKakashi
HatakeKakashi - 12.12.2020 23:23

Great video! Does the registers we use change when we use the loop for array? (such as filling an array).

Ответить
Alberto Guadiana
Alberto Guadiana - 21.04.2020 13:37

So when using a loop, it will exit the loop once the counter (ecx) gets to 0? Also, is there any keyword to break a loop and continue the rest of the program?

Ответить