summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/tic54x/address.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/tic54x/address.s')
-rw-r--r--gas/testsuite/gas/tic54x/address.s24
1 files changed, 0 insertions, 24 deletions
diff --git a/gas/testsuite/gas/tic54x/address.s b/gas/testsuite/gas/tic54x/address.s
deleted file mode 100644
index 6f4ea94d8cb..00000000000
--- a/gas/testsuite/gas/tic54x/address.s
+++ /dev/null
@@ -1,24 +0,0 @@
- ;; test all addressing permutations
- .text
-_addressing:
- and Y,a ; direct
- and *ar1,a ; indirect (all modes)
- and *ar1-,b
- and *ar1+,a
- stl b,*+ar1
- and *ar1-0b,a
- and *ar1-0,b
- and *ar1+0,a
- and *ar1+0b,b
- and *ar1-%,a
- and *ar1-0%,b
- and *ar1+%,a
- and *ar1+0%,b
- and *ar1(32768),a
- and *+ar1(X+1),b
- and *+ar1(Y)%,a
- and *(65535),b
- .data
-X: .word 0
-Y: .word 1
- .end