英文: How to load 128bit data to ymm register in assembly? 问题 我想将128位数据加载到ymm寄存器中。 我需要在ymm寄存器中获得像这样的25...
Bootloader receives a disk read error when booting on real hardware but not on vmware, qemu, and bochs
英文: Bootloader receives a disk read error when booting on real hardware but not on vmware, qemu, and...
更改函数的返回地址不如预期工作
英文: Changing the return address of a function not working as expected 问题 I recently learned about As...
最快的方法让一个核心信号另一个核心?
英文: Fastest way for one core to signal another? 问题 在Intel CPU上,我希望CPU核心A在完成事件后通知CPU核心B。有几种方法可以实现这一点:...
BIOS VESA扩展:video-modes缓冲指向一个空数组
英文: BIOS VESA-extensions: video-modes buffer pointing to an empty array 问题 我获取了基本的VESA信息块,使用INT 10h ...
Enabling the VGA 13h video mode on a modern PC in UEFI via a UEFI bootloader, written in assembly
英文: Enabling the VGA 13h video mode on a modern PC in UEFI via a UEFI bootloader, written in assembl...
在x86/x64体系结构中设置EFLAGS标志的条件。
英文: Conditions under which EFLAGS flags are set in x86/x64 问题 我想知道设置基本的 EFLAGS 标志(CF、ZF、OF、SF 等)的条件是...
在Goland中如何在x32和x64应用程序之间切换?
英文: How to switch between x32 and x64 applications in Goland? 问题 我使用的是Goland v. 2020.1,想要编译我的程序的x32和...
关于Golang汇编的一些困惑
英文: Some confusion about golang assembly 问题 我的Golang源代码如下所示。 package main func add(x, y int) int { r...
在剥离的二进制文件中,_cgo_topofstack@@Base 是一个符号名。
英文: _cgo_topofstack@@Base in a stripped binary 问题 _cgo_topofstack@@Base 是一个在来自 Go 的剥离二进制文件中的上下文中的含义。...
7