Added VAX assembler for Ultrix

This commit is contained in:
Robert de Bath
2016-05-23 19:12:00 +01:00
parent 1def7381b8
commit 816d9bcd1b

View File

@@ -0,0 +1,13 @@
.data
hw:
.ascii "Hello World!\12"
.text
.align 1
.globl _main
_main:
.word 0
pushl $13
pushab hw
pushl $1
calls $3,_write
ret