x86 Assembly Language - User Input and Custom Functions

preview_player
Показать описание
A look at creating a program that gets user input, uses the input as parameters to a function, and uses the function's return value for output.

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.
Рекомендации по теме
Комментарии
Автор

i love you
you talk in such a calm manner and don't fumble with words too much

IndexSan
Автор

Thank you for your help! Much appreciated!

georgemelek
Автор

Thank you very much for you clear explanation,
I wish I had found it when I was in college.
We can also multiday by 8 using shifting to left
shl eax, 3
sal eax, 3

Concat
Автор

You are amazing, thank you so much for this :)

joshpsja
Автор

How do we get the Irvine set up. I just started assembly language in school and can’t seem to work my VS19 for assembly.

elimart