diff options
Diffstat (limited to 'test-suite/standalone/sassy/tests/misc3.scm')
-rw-r--r-- | test-suite/standalone/sassy/tests/misc3.scm | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test-suite/standalone/sassy/tests/misc3.scm b/test-suite/standalone/sassy/tests/misc3.scm new file mode 100644 index 000000000..82b135954 --- /dev/null +++ b/test-suite/standalone/sassy/tests/misc3.scm @@ -0,0 +1,14 @@ +( +(arpl cx bx) +(arpl (& ecx) bx) +(rsm) +(lldt sp) +(sldt (& esp)) +(ltr sp) +(str (& esp)) +(verr sp) +(verw (& esp)) +(lar ebx eax) +(lsl ebx (& eax)) +) + |