opcodes.s
来自「GNU binutils是GNU交叉工具链中的一个源码包」· S 代码 · 共 482 行 · 第 1/5 页
S
482 行
; File is autogenerated from allopcodes.S - do not edit; Please use ./rebuild.sh to rebuild this file;;; ;;; Test all opcodes and argument permuation;;; To make our job a lot simpler, we define a couple of;;; insn classes, that we use to generate the proper;;; test output.;;; ;;; To rebuild this file you must use;;; ./rebuild.sh;;;;;; These definitions are used within this file:;;; TEST_C3X Enables testing of c3x opcodes;;; TEST_C4X Enables testing of c4x opcodes;;; TEST_ENH Enable testing of enhanced opcodes;;; TEST_IDLE2 Enable testing of IDLE2 command;;; TEST_LPWR Enable testing of LOPOWER commands;;;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?