📄 readme.i860
字号:
Testsuite for the i860 version of the GNU assembler---------------------------------------------------This is a simple testsuite for the i860 assembler. It currentlyconsists mostly of testcases for checking that every instruction isparsed correctly and that correct object code is generated (theseare called "blah.s"). The files called "blah-err.s" test for errorconditions.The suite includes testcases for the base i860XR instruction set as wellas the enhanced i860XP instructions and control registers.The expected results files were generated using the UNIX System V/i860Release 4 vendor assembler (/usr/ccs/bin/as -V reports version"Standard C Development Environment (SCDE) 5.0 12/08/89"). Thisway GAS/i860 is tested against a known good assembler.TODO: - Relocation testing is basically non-existent. - pst.d (pixel store) is the only instruction with no testcase. - Some pseudo instructions need testcases (mov, all pfmov, etc.). - More tests for dual instruction mode: check that dual mode has a proper pair (FLOP/core) of instructions, and other error conditions. - Most current testcases use the default AT&T/SVR4 syntax; a few simple tests of the Intel syntax should be added to prevent bitrot (including relocatable expression syntax, etc). Test file dual03.s uses Intel syntax lightly (i.e., register names without '%' prefix).Contact me (Jason Eckhardt, jle@rice.edu) if you'd like to help.Known testsuite failures: - none.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -