Added VAX assembler for Ultrix
This commit is contained in:
13
a/assembler_vax_ultrix.asm
Normal file
13
a/assembler_vax_ultrix.asm
Normal 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
|
||||||
Reference in New Issue
Block a user