英文: Allocate and initialize a vector of 20 elements in the range [20-200]. Calculate and print the a...
汇编浮点数运算
英文: Assembly floating point math 问题 我正在制作一个编译器,它编译成x86_64汇编语言,并尝试实现浮点数运算。然而,我很快遇到了问题,因为在汇编中使用浮点数很困难,...
需要解释这段汇编代码。
英文: Explanation needed for this assembler code 问题 以下是代码的翻译: 这是C代码: void test_function(int a, int b, ...
请告诉我为什么我的文本没有对齐?
英文: Please advise why my text is not aligned? 问题 这是关于链式对齐的问题。 编写函数void align_str(char *output, char ...
如何获取NASM汇编程序的运行时?
英文: How to get the runtime of a NASM assembly program? 问题 I'll provide the translation of the text y...
ASSEMBLY 8086 EXERCISE UNIVERSITY 汇编 8086 练习 大学
英文: ASSEMBLY 8086 EXERCISE UNIVERSITY 问题 有人能否为Intel 8086处理器的汇编程序开发一个过程,该过程从数据段中读取一个整数向量,并用数据段中定义的VAL...
调用我使用x64 nasm编写的C程序中的函数应该如何进行?
英文: How would I go about calling a function inside a c program that I wrote using x64 nasm? 问题 我正在尝试...
arm-none-eabi-as如何选择节对齐方式?
英文: How does the arm-none-eabi-as choose section alignment? 问题 我正在使用 arm-none-eabi-as 进行实验,试图理解它如何对齐...
汇编代码抛出栈溢出错误,我找不到原因。
英文: Assembly code throwing a stack overflow error and I can't find why 问题 我在为课程项目工作,必须在汇编中编写某些内容...
The "P" prefix in the x86 instruction PCLMULQDQ stands for “carry-less multiplication.”
英文: What does the "P" prefix stand for in the x86 instruction PCLMULQDQ? 问题 在Carry-less Mu...
18