aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite/gasp/pl8.is
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gasp/pl8.is')
-rw-r--r--gas/testsuite/gasp/pl8.is10
1 files changed, 5 insertions, 5 deletions
diff --git a/gas/testsuite/gasp/pl8.is b/gas/testsuite/gasp/pl8.is
index 9ba0f1f..761f8f0 100644
--- a/gas/testsuite/gasp/pl8.is
+++ b/gas/testsuite/gasp/pl8.is
@@ -5,7 +5,7 @@
! SDATA %1+2+3
.byte 34,54,34
! SDATA "5"
- .byte 34,53,34
+ .byte 53
!
!
@@ -20,15 +20,15 @@
! foo
! SDATA "HI"
- .byte 34,72,73,34
+ .byte 72,73
! SDATA "THERE ! this will stay
- .byte 34,84,72,69,82,69,9,32,116,104,105,115,32,119,105,108,108,32,115,116,97,121,34
+ .byte 84,72,69,82,69,9,32,116,104,105,115,32,119,105,108,108,32,115,116,97,121
!
!
! SDATA <!<this is <a wacky> example!>!!>
- .byte 34,60,116,104,105,115,32,105,115,32,60,97,32,119,97,99,107,121,62,32,101,120,97,109,112,108,101,62,33,34
+ .byte 60,116,104,105,115,32,105,115,32,60,97,32,119,97,99,107,121,62,32,101,120,97,109,112,108,101,62,33
! SDATA "<this is <a wacky> example>!"
- .byte 34,60,116,104,105,115,32,105,115,32,60,97,32,119,97,99,107,121,62,32,101,120,97,109,112,108,101,62,34,34
+ .byte 60,116,104,105,115,32,105,115,32,60,97,32,119,97,99,107,121,62,32,101,120,97,109,112,108,101,62,34
! END