Sha256: a39a8cef10dfb424a7dbb45a24daebb32943a75df1f3af094552ce2b0d183131
Contents?: true
Size: 204 Bytes
Versions: 7
Compression:
Stored size: 204 Bytes
Contents
IDEAL MODEL SMALL STACK 100h DATASEG msg db "Hello World!", 0dh, 0ah, "$" CODESEG start: mov ax, @data mov ds, ax mov dx, offset msg mov ah, 9 int 21h mov ah, 4ch int 21h end start
Version data entries
7 entries across 7 versions & 1 rubygems