Sha256: 2af9bc30892e37cfd6a8638fd71a188292dd7d34ad824757f8c687383bd12d1a

Contents?: true

Size: 210 Bytes

Versions: 23

Compression:

Stored size: 210 Bytes

Contents

; test_hello.txt -- a "hello, world" program for MARS

x       DAT #7
y       DAT #4
hello   ADD x, y      ; add the contents of x to y
        DAT #0        ; a dat instruction halts the machine
				end hello

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
rubylabs-1.0.2 data/mars/test_hello.txt
rubylabs-1.0.1 data/mars/test_hello.txt
rubylabs-1.0.0 data/mars/test_hello.txt
rubylabs-0.9.8 data/mars/test_hello.txt
rubylabs-0.9.7 data/mars/test_hello.txt
rubylabs-0.9.6 data/mars/test_hello.txt
rubylabs-0.9.5 data/mars/test_hello.txt
rubylabs-0.9.4 data/mars/test_hello.txt
rubylabs-0.9.3 data/mars/test_hello.txt
rubylabs-0.9.2 data/mars/test_hello.txt
rubylabs-0.9.1 data/mars/test_hello.txt
rubylabs-0.9.0 data/mars/test_hello.txt
rubylabs-0.8.3 data/mars/test_hello.txt
rubylabs-0.8.2 data/mars/test_hello.txt
rubylabs-0.8.1 data/mars/test_hello.txt
rubylabs-0.8.0 data/mars/test_hello.txt
rubylabs-0.7.5 data/mars/test_hello.txt
rubylabs-0.7.4 data/mars/test_hello.txt
rubylabs-0.7.3 data/mars/test_hello.txt
rubylabs-0.7.2 data/mars/test_hello.txt