+ 1
Anyone know assembly 8086?
9 Answers
+ 7
See this video
https://youtu.be/ThUSyV81tIc
I like old CPU.
What instruction or code snippet do you wanna know ?
+ 5
What do you need about assembly ?
+ 2
MOV ah, 2h It is a instruction to transfer 2 (hexadecimal) to accumulator.
To learn assembly you need know about CPU.
Accumulator is a internal register. Register is a memory.
+ 1
I am confused about functions of assembly
+ 1
Yes i know that but it commands to write a character ain't it?
+ 1
I was learning assembly for CPU 6502.
See this link about 8086 assembly
http://ce.kashanu.ac.ir/sabaghian/assembly/8086%20tutorial/8086%20Assembler%20Tutorial%20for%20Beginners%20%28Part%201%29.htm
0
Actually i was looking for function what they are used for like mov ah,2h what they do and all
0
Do you know any good book regarding assembly 8086?