The Dink Network

Reply to Re: The BIG brother of BASIC --- DarkBASIC

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
December 2nd 2003, 06:51 PM
wizardb.gif
merlin
Peasant He/Him
 
But if you want the maximum control over your box using a low-level language, try Assembly:

org 100h
jmp START
hello db "Hello Dink Network!",13,10,"$"
START: mov AX,CS
mov DS,AX
mov AH,9
mov DX,hello
int 21h
ret



EDIT: RRGH, why won't this stupid form keep spaces intact?