World of Codes
"Software should be available freely" -Linus Torvalds.
Pages
Home
SHELL SCRIPTING/LINUX
JAVA
8086
ADVANCED JAVA
COMPUTER GRAPHICS
PROJECT FREELANCER
Wednesday, October 30, 2013
Aim - 8-bit addition register adddressing mode without carry
;Aim - 8-bit addition register adddressing mode without carry
.8086
.model small
.code
start:
mov ax , 1200h
mov ds , ax
mov ax , 0000h
mov al , 05h
mov bl , 04h
add al , bl
mov ax , 4c00h
int 21h
end start
; Result
;0000+0012=0012
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment