有没有一种方法可以获取寄存器的地址?

编程入门 行业动态 更新时间:2024-10-25 22:28:11
本文介绍了有没有一种方法可以获取寄存器的地址?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

是否有一种获取寄存器地址的方法?例如,eax寄存器的地址(不是它的内容).

Is there is a way to get the address of a register? For example, the address of the eax register (not it's content).

推荐答案

像Univac 1100系列计算机那样,已经有使用低地址来指定CPU寄存器的体系结构.

There has been architectures where low addresses were used to designate CPU registers, like the Univac 1100 series of computers.

en.wikipedia/wiki/UNIVAC_1100/2200_series

当前的x86硬件无法正常工作,因此您无法获取EAX寄存器的地址-它只是没有一个.

Current x86 hardware doesn't work that way, so you cannot get the address of the EAX register - it just doesn't have one.

更多推荐

有没有一种方法可以获取寄存器的地址?

本文发布于:2023-11-23 19:35:12,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1622633.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:寄存器   地址   方法

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!