MainComputersProgrammingLanguages › Hello, World program

Hello, World program

Edit Page
Report
Scan day: 16 February 2014 UTC
9
Virus safety - good
Description: Assembly Language for the IBM-PC
Assembly Language for the IBM-PC Assembly Language for the IBM-PC title Hello World Program (hello.asm) ; This program displays "Hello, World!" dosseg .model small .stack 100h .data hello_message db 'Hello, World!',0dh,0ah,'$' .code main proc mov ax,@data mov ds,ax mov ah,9 mov dx,offset hello_message int 21h mov ax,4C00h int 21h main endp end main
Size: 380 chars

Contact Information

Email:
Phone&Fax:
Address:
Extended:

WEBSITE Info

Page title:Assembly Language for the IBM-PC
Keywords:
Description:
IP-address:138.47.18.129

WHOIS Info

NS
Name Servers: DNS1.LATECH.EDU 138.47.18.36 DNS2.LATECH.EDU 138.47.18.25
WHOIS
Date
activated: 25-Apr-1990
last updated: 26-May-2010
expires: 31-Jul-2014