Changing Procesor Flags and word state From Python
Steve Holden
sholden at holdenweb.com
Thu Dec 14 10:06:37 EST 2000
Jose Martin <joseamartin at venmex.com> wrote in message
news:t3hg1fpdpvkg7d at corp.supernews.com...
> Is there any way to work with CPU registers and the flags directly from
> python?
>
> ...?
>
No. Python is a high-level language which can be implemented on many
different processor types, so it wouldn't make sense to provide hardware
abstractions of that nature. People even complain that library modules are
specific to Windows or Unix!
regards
Steve
More information about the Python-list
mailing list