英文: (first time, so sorry if i make some mistakes )something wrong when i use 'lw' in "...
你在64位英特尔CPU中执行`idiv`之前是否将有符号整数转换为十六进制?
英文: Do you convert signed integers to hex before doing an `idiv` in 64-bit Intel CPUs? 问题 假设你想使用gas将...
GNU as: 在intel_syntax中转义符号名称
英文: GNU as: Escape symbol names in intel_syntax 问题 使用GNU as的.intel_syntax,一些标识符显然会变成关键字,比如写下以下代码来调用名...
Linux x64调用约定 – 为什么前6个参数在RBP的负偏移处?
英文: Linux x64 Calling Convention - Why are the first 6 args at negative offsets from RBP? 问题 The fir...
GRUB未在自定义操作系统开发中切换到图形模式
英文: GRUB not Switching to Graphics Mode in Custom OS Development 问题 I am developing a custom operati...
数据字符串位于这个反汇编中的哪里?
英文: Where is the data string located in this disassembly? 问题 I am going through the OS-dev book by N...
如何使用内联汇编将字符串从源复制到目标?
英文: How can I copy a string from a source to destination using in line assembly? 问题 我是您的中文翻译,以下是代码的翻...
理解 DT_TEXTREL 警告
英文: Understanding a DT_TEXTREL warning 问题 我有以下的代码 我正在将其编译成可执行文件: 生成的可执行文件正确地打印出Hello,然后是一个换行符。 但是在链接...
x64 NASM Assembly 打印从函数返回的单个字符。
英文: x64 NASM Assembly print a single character returned from the function 问题 I noticed some issues i...
将值加载到寄存器中,然后将右移后的值放入其中的目的是什么?
英文: What is the purpose of loading a value into a register before putting a right-shifted value into...
18