pdp11.exp
来自「俄罗斯高人Mamaich的Pocket gcc编译器(运行在PocketPC上)」· EXP 代码 · 共 23 行
EXP
23 行
## pdp11/pdp11 tests#proc run_list_test { name opts } { global srcdir subdir set testname "pdp11 $name" set file $srcdir/$subdir/$name gas_run ${name}.s $opts ">&dump.out" if { [regexp_diff "dump.out" "${file}.l"] } then { fail $testname verbose "output is [file_contents "dump.out"]" 2 exit return } pass $testname}if [expr [istarget "pdp11-*-*"]] then { run_dump_test "opcode"}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?