Changing Procesor Flags and word state From Python
Steve Holden
sholden at holdenweb.com
Thu Dec 14 10:06:37 EST 2000
More information about the Python-list mailing list
Thu Dec 14 10:06:37 EST 2000
- Previous message (by thread): How to use mxTextTools
- Next message (by thread): Changing Procesor Flags and word state From Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): How to use mxTextTools
- Next message (by thread): Changing Procesor Flags and word state From Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list