英文: Assembler Thumb Mode 问题 I'm new in coding with Assembler and I have a question concerning the .t...
MSX BASIC中通过USR函数调用的例程中哪些寄存器是被调用者保存的?
英文: Which registers are callee-save in routines called via USR function in MSX BASIC? 问题 在MSX BASIC中...
“add Xn, Xn, SP” 在 ARM64 中有效吗?
英文: Is "add Xn, Xn, SP" valid in ARM64? 问题 "add x1, x1, sp" 有问题,但以下语句可以正确组装: &qu...
如何在8086汇编语言中捕获定时器中断
英文: how do I catch the timer interrupt in 8086 assembly language 问题 我使用TASM和DOSBox来解决一个问题。我必须捕获定时器中断...
从5个字符串中插入字符在nasm汇编
英文: Intercalate characters from 5 strings in assembly nasm 问题 我必须编写一个汇编程序,该程序将来自用户在键盘上输入的五个不同字符串的字符交...
Multiplying two 64 bits numbers in RISC-V assembly.
英文: Multiplying two 64 bits numbers in RISC-V assembly 问题 I can help with the translation: 我对如何在Risc...
你的堆栈为什么会充满了0xc2指令,当我传递了0x90指令?
英文: Why is my stack filled with 0xc2 instructions when I passed the 0x90 instruction? 问题 I have a C ...
算术操作在Donald Knuth的Mix汇编语言1.3.1中。
英文: Arithmetic operations in donald knuth's Mix assembly language 1.3.1 问题 我一直在阅读唐纳德·克努斯的《编程的艺术》...
无法在汇编代码文件中包含新的头文件。 (Linux ARM64 内核)
英文: Cannot include a new header file from an assembly code file.. (linux arm64 kernel) 问题 I made a s...
无法调试GOT表的延迟解析;在第一次调用之前已经解析了该条目。
英文: Can't debug GOT table lazy resolution; entry already resolved before the first call 问题 I hav...
18