use .vu pseduo-op

This commit is contained in:
Doug Evans 1998-01-26 06:33:18 +00:00
parent b5d20cf65d
commit 0ca3c05121
4 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,6 @@
; Simple testsuite, to get something going.
.vu
foo:
abs.xyz vf10xyz,vf20xyz waitp
add.xyzw vf10xyzw,vf20xyzw,vf30xyzw waitq

View file

@ -1,5 +1,6 @@
; Branch tests
.vu
foo:
nop b foo1
nop nop

View file

@ -1,4 +1,5 @@
; Each lower instruction, once each.
.vu
foo:
NOP B 0x3ff
NOP BAL VI03, 0x3ff

View file

@ -1,4 +1,5 @@
; One version of each upper instruction
.vu
foo:
ABS.xyz VF01xyz , VF00xyz NOP
ADD.xyz VF02xyz , VF00xyz , VF01xyz NOP