Micro-Instruction

From: Jean-Michel (spamtrap_at_crayne.org)
Date: 01/12/05

  • Next message: Tom: "Re: How to implement lightweight kernel threads in OS development ?"
    Date: Wed, 12 Jan 2005 18:18:54 +0000 (UTC)
    
    

    (sorry, I'm not speaking english very well...)
    Hello,

      I'm looking for some documentation about retail micro-instruction
    (or micro-op | micro-command) for x86 processor (with fetch step...)

    Exemple:
         ADD A, B
    --> Fetch Step;
        B on Fisrt Bus; B on UAL;
        A on Second Bus; A on UAL; UAL(Addition);
        Answer of UAL on Bus Third Bus; Enter on Accumulateur Register...;

    Do you see what I mean ?
    If you have documentations or website of MUL, SUB, LOAD...
    instructions, please forward me this

    Thanks Thanks Thanks


  • Next message: Tom: "Re: How to implement lightweight kernel threads in OS development ?"

    Relevant Pages

    • Re: Python for large projects
      ... >> The ability to do unit testing should not be an afterthought. ... > look into a queue, and if there is a new URL to fetch, fetches it with ... All of the interfaces to the job management object and the job object need to be ... interface documentation and one writing test scaffolding against the same ...
      (comp.lang.python)
    • %rowcount
      ... the FETCH appears to put data into for the first fetch but in ... I know the documentation says that ROWCOUNT is 1 after the first fetch. ... The question is whether during the "fetch" it is zero or 1. ...
      (comp.databases.oracle.server)
    • Re: Win32::Internet fetch url question
      ... here's all that's required to fetch an URL. ... Anyone have a simple working example of using the http session seesion ... if the internet connection is down or, ... Maybe you should look through the documentation for Win32::Internet, ...
      (comp.lang.perl.misc)
    • RE: Ports proxy configuration?
      ... Kris Kennaway wrote: ... > The ports collection just uses fetch, ... > documentation is. ... I "man fetch", but didn't find any info related to proxy setting. ...
      (freebsd-questions)
    • Re: How can i get all the table names from a databse ?
      ... For other RDBMS - check their documentation. ... Arild ... > in my app, i need to fetch all the table names in a database,which SQL ...
      (microsoft.public.dotnet.languages.csharp)