⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 asm.inf

📁 RSA公开密钥算法C源代码
💻 INF
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -