International Programmers Day Posted on 13 September, 2018 by wjjhoge In honor of the day— 100 CLS 110 PRINT “HELLO, WORLD!” 120 END Share this:TwitterLinkedInEmailPrintLike this:Like Loading...
Anyone old enough to remember Assembly? org 0x100; mov dx, msg mov ah, 9 int 0x21 mov ah, 0x4c int 0x21 msg db ‘Hello, World!’, 0x0d, 0x0a, ‘$’ BTW, I understand this holiday is now only celebrated in foreign countries. They got rid of all of us US based programmers long ago. Loading... Reply ↓
They only have the imported ones now, if any of them are actually in the US and not in India or Russia or some other place with cheap programmers. Loading... Reply ↓
Anyone old enough to remember Assembly?
org 0x100;
mov dx, msg
mov ah, 9
int 0x21
mov ah, 0x4c
int 0x21
msg db ‘Hello, World!’, 0x0d, 0x0a, ‘$’
BTW, I understand this holiday is now only celebrated in foreign countries. They got rid of all of us US based programmers long ago.
They only have the imported ones now, if any of them are actually in the US and not in India or Russia or some other place with cheap programmers.
Looks pretty BASIC to me!