diff options
author | Andy Wingo <wingo@pobox.com> | 2009-08-13 18:48:20 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2009-08-13 18:48:20 +0200 |
commit | 66ff15e2f0afa2d2ecd4e7de484acf7324c3b0f1 (patch) | |
tree | d31881900e8f715d8afd07521497c81101b3fedf /test-suite/standalone/sassy/tests/cmovcc | |
parent | d785171115bb35c6e3cc3663a0023ff4e88536d5 (diff) | |
download | guile-66ff15e2f0afa2d2ecd4e7de484acf7324c3b0f1.tar.gz |
add the sassy x86 assembler
* module/Makefile.am: Add language/sassy.scm. Probably EXTRA_DIST the
dependant files, too.
* module/language/sassy.scm: New file, the sassy loader. Sassy is
originally R5RS code that loads a number of files. I've converted that
toplevel file to be a Guile module that *includes* the subfiles, so
that it all gets compiled together. It's a pretty bad hack though,
because what I should be doing is including them relative to the
sassy.scm source location, but we don't know that at expansion time.
Something to fix.
really bad hack in it so that it will compile correctly -- p
* module/language/sassy/: All the sassy files and some changelog
information. All of these files are LGPLv2.1+, so they can be included
in Guile.
* test-suite/standalone/sassy/tests/: Add the sassy unit tests.
* test-suite/standalone/Makefile.am:
* test-suite/standalone/test-sassy: Hook the sassy unit tests up to our
test suite.
Diffstat (limited to 'test-suite/standalone/sassy/tests/cmovcc')
-rw-r--r-- | test-suite/standalone/sassy/tests/cmovcc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-suite/standalone/sassy/tests/cmovcc b/test-suite/standalone/sassy/tests/cmovcc new file mode 100644 index 000000000..ab1260599 --- /dev/null +++ b/test-suite/standalone/sassy/tests/cmovcc @@ -0,0 +1 @@ +f@ËfA²BÐB,„fBËfC²CÐC,„fDËfD²EÐE,„fFËfF²GÐG,„fHËfI²JÐJ,„fKËfK²LÐL,„fMËfM²NÐN,„fOËfO²
\ No newline at end of file |