Sha256: 9127d2d8e3d385c0dee3f44c4937d8dad4a4d670e7a2933893881c772d9034d0

Contents?: true

Size: 381 Bytes

Versions: 10

Compression:

Stored size: 381 Bytes

Contents

<syntaxhighlight lang="macro-11">
;
;          TEXT BASED HELLO WORLD
;          WRITTEN  BY:  BILL GUNSHANNON
;
 
           .MCALL  .PRINT .EXIT 
           .RADIX  10
 
 
 
MESG1:     .ASCII  "  "
           .ASCII  " HELLO WORLD "
           .EVEN
 
START:
           .PRINT  #MESG1
 
DONE:
 
;   CLEAN UP AND GO BACK TO KMON
 
           .EXIT
 
 
           .END     START


Version data entries

10 entries across 7 versions & 1 rubygems

Version Path
zettacode-0.1.7 files.zettacode/hello_world.text/macro-11.txt
zettacode-0.1.6 files.zettacode/hello_world.text/macro-11.txt
zettacode-0.1.6 files.zettacode2/hello_world.text/macro-11.txt
zettacode-0.1.5 files.zettacode/hello_world.text/macro-11.txt
zettacode-0.1.5 files.zettacode2/hello_world.text/macro-11.txt
zettacode-0.1.4 files.zettacode/hello_world.text/macro-11.txt
zettacode-0.1.4 files.zettacode2/hello_world.text/macro-11.txt
zettacode-0.1.3 files.zettacode/hello_world.text/macro-11.txt
zettacode-0.1.2 files.zettacode/hello_world.text/macro-11.txt
zettacode-0.1.1 zettacode.files/hello_world.text/macro-11.txt