Today's Logo - Discussion of the Logos Shown on GoldToken
Please read the Discussion Board Rules before participating in the discussion boards.
*
A place to discuss the ever changing GoldToken logos at the top of your sign in sheet. Friendly discussions of the meaning of the logos and further input on them, welcome.
Hosted by fatdaddy and Jools
*
Post a new comment                         Back to Today's Logo                         Show all boards                         Subscribe Subscribe

(#5554365) Re: Hello from c!
Posted by Robyn Hode on 21 Nov 2023 at 10:41AM
In x86 Assembly Language

   mov  dx, msg      ; the address of or message in dx
   mov  ah, 9        ; ah=9 - "print string" sub-function
   int  0x21         ; call dos services

   mov  ah, 0x4c     ; "terminate program" sub-function
   int  0x21         ; call dos services

   msg  db 'Hello, World!', 0x0d, 0x0a, '$'   ; $-terminated message
div>Replies to this message:
SubjectPosted ByDate & Time
5554365Re: Hello from c! Robyn Hode21 Nov 2023 10:41AM

Post a new comment                         Back to Today's Logo                         Show all boards                         Subscribe Subscribe