Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AAND (0.19 sec)

  1. doc/asm.html

    </p>
    
    <pre>
    const (
    	AAND = obj.ABaseARM + obj.A_ARCHSPECIFIC + iota
    	AEOR
    	ASUB
    	ARSB
    	AADD
    	...
    </pre>
    
    <p>
    This is the list of instructions and their spellings as known to the assembler and linker for that architecture.
    Each instruction begins with an initial capital <code>A</code> in this list, so <code>AAND</code>
    represents the bitwise and instruction,
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Tue Nov 28 19:15:27 GMT 2023
    - 36.3K bytes
    - Viewed (0)
Back to top