DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   Assembly (http://www.daniweb.com/forums/forum125.html)
-   -   how to assemble (http://www.daniweb.com/forums/thread157815.html)

hellIon Nov 17th, 2008 3:43 am
how to assemble
 
.model tiny
.code

ORG 100H
HOST:
mov ah,9
mov dx,OFFSET HI
int 21H

mov ax,4C00H
int 21H

HI DB 'hello world$'

END HOST

hellIon Nov 17th, 2008 3:44 am
Re: how to assemble
 
can u tell me is there any error in this codes and can u also tell me how to assemble it i am using masm32


All times are GMT -4. The time now is 4:19 am.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC