asm.inf

来自「RSA公开密钥算法C源代码」· INF 代码 · 共 30 行

INF
30
字号
Assembler Routines Listing.
  
Routines Currently supported in assembler for various processors.
Sparc assembler routines soon to be supported.
  
i386+ routines should work on Intel 386/486 and Pentium
processors.

M68k routines should work on M680x0 family processors.
  
Sparc routines should work on most Sparc processors?

All routines are designed to be assembled using the 'as'
assembler that comes with the GNU GCC C/C++ complier and with
most UNIX's.
  
i386+          M68k             Sparc
NN_Digits      NN_Digits        NN_Digits
NN_Assign      NN_Assign        NN_Assign
NN_AssignZero  NN_AssignZero    NN_AssignZero
NN_Add         NN_Add           NN_Add
NN_Decode      NN_Decode        NN_Decode
NN_Encode      NN_Encode        NN_Encode
NN_Cmp         NN_Cmp           NN_Cmp
NN_Zero        NN_Zero          NN_Zero

R_memcpy       R_memcpy         R_memcpy
R_memset       R_memset         R_memset
R_memcmp       R_memcmp         R_memcmp

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?