Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for fuiste (0.19 sec)

  1. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	FINCSTP                                 // d9f7
    	//TODO: FIST (BX)                       // df13
    	//TODO: FIST (R11)                      // 41df13
    	//TODO: FISTL (BX)                      // db13
    	//TODO: FISTL (R11)                     // 41db13
    	//TODO: FISTP (BX)                      // df1b
    	//TODO: FISTP (R11)                     // 41df1b
    	//TODO: FISTPL (BX)                     // db1b
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 08 21:38:44 GMT 2021
    - 581.9K bytes
    - Viewed (0)
  2. doc/asm.html

    </p>
    
    <p>
    The most important thing to know about Go's assembler is that it is not a direct representation of the underlying machine.
    Some of the details map precisely to the machine, but some do not.
    This is because the compiler suite (see
    <a href="https://9p.io/sys/doc/compiler.html">this description</a>)
    needs no assembler pass in the usual pipeline.
    Instead, the compiler operates on a kind of semi-abstract instruction set,
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Tue Nov 28 19:15:27 GMT 2023
    - 36.3K bytes
    - Viewed (0)
Back to top