Difference between revisions of "OrbiterWiki:Sandbox"

From OrbiterWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
{{Please leave this line and edit below}}
 
{{Please leave this line and edit below}}
 
----
 
----
That last one was there a long time now. Finally it's changed by me.
+
org 100h
<math>Insert formula here oiop=1000nj</math>
+
mov dx, msg
[[Image:Example.jpg]]
+
mov AH, 09h
 +
int 21h
 +
exit:
 +
mov AH, 4ch
 +
mov AL, 0
 +
int 21h
  
 
+
msg db "Orbinaut Forever!$"
Stuff!
 
[http://1-cialus.us]
 
 
 
Just making sure I can edit Stuff!
 

Revision as of 06:53, 27 April 2008

Sandbox
Welcome to the Sandbox. Please use this place to test your editing skills. Edit freely and don't worry about breaking anything. Be aware, though, that anything you put here may (in fact, will) be deleted.

org 100h mov dx, msg mov AH, 09h int 21h exit: mov AH, 4ch mov AL, 0 int 21h

msg db "Orbinaut Forever!$"