A Step Towards Success....
Thursday, January 13, 2011
PROGRAMMING IN 8086
***HELLO WORLD***
.model
small
.stack
100h
.data
mg
db
"Hello World $"
.code
mov
ax
,
@data
mov
ds
,
ax
lea
dx
,
mg
mov
ah
,
09h
int
21h
mov
ah
,
4ch
int
21h
end
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment