Search
lxdream.org :: lxdream/test/sh4/undef.s :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/sh4/undef.s
changeset 523:f33381d87c2a
prev358:65043a8f5785
author nkeynes
date Wed Jan 07 06:01:33 2009 +0000 (15 years ago)
branchlxdream-mem
permissions -rw-r--r--
last change Handle URC/URB case where URC is initialized >= URB
file annotate diff log raw
1.1 --- a/test/sh4/undef.s Thu Aug 23 12:31:31 2007 +0000
1.2 +++ b/test/sh4/undef.s Wed Jan 07 06:01:33 2009 +0000
1.3 @@ -39,7 +39,11 @@
1.4 not r1, r1
1.5 and r0, r1
1.6 ldc r1, sr
1.7 -
1.8 + bra test_undef_end
1.9 + nop
1.10 +! The following don't actually raise an exception, so skip over for the
1.11 +! moment.
1.12 +
1.13 ! Gaps in the STC range (0x0nn2)
1.14 test_undef_2: ! 0x52
1.15 add #1, r12
.