Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Smallest "Hello World" Challenge

Name: Anonymous 2011-10-24 15:36

Program:
1.cannot: use assembler and non-portable OS APIs
2.outputs "Hello World" in visible form.
3.must be compiled into a single program unit which can be transferred between any two machines(with same OS) and run "Hello World".

Name: Anonymous 2011-10-25 7:32


 xchg ax, bp
 mov dx, 107h
 int 21h
 ret
 db "Hello world$"


95 BA 09 01 CD 21 C3 48 65 6C 6C 6F 20 77 6F 72 6C 64 24

19 bytes

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List