3 thoughts on “International Programmers Day


  1. 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.

Leave a Reply