gpt4 book ai didi

c++ - C++ Windows XP 中的 int 21 等价物

转载 作者:行者123 更新时间:2023-11-30 02:03:39 26 4
gpt4 key购买 nike

中断在 C++ 的内联汇编器中不起作用(我试过 VC++ 10、GCC 4、Digital Mars)。是否有任何中断等效的 Windows 可自由访问的内存区域?我怎样才能达到系统属性和视频内存?(我可以吗?)

我想知道的是:

mov ah,06h
mov dl,35h
int 21f //would print '5' on screen but it isnt (works in only pure assembler)

和:

mov ax,1500h
mov ch,97h
int 2f //would get me info for the cache-hit number on DI:SI

谢谢

最佳答案

Win32 应用程序不调用中断,它们调用系统服务。在 Iczelion's page 上有许多适用于 Windows 的程序集教程.

关于c++ - C++ Windows XP 中的 int 21 等价物,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11580653/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com