English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

In assembly language which statement is closest to the assignment statement in high level languages?
I am trying to write a program from high level language code to assembly code, which statement is used for the assignment statement in assembly?
Please, only serious answers. I am trying to learn.

2007-03-04 07:22:56 · 1 answers · asked by Rosy 3 in Computers & Internet Programming & Design

1 answers

mov

for example the following line stores the value of 5 in the AX register:

mov ax, 5

2007-03-04 07:51:06 · answer #1 · answered by void7x 2 · 3 0

fedest.com, questions and answers