Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for sym (0.01 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/cmd/asm/internal/asm/parse.go

    				a.Type = obj.TYPE_SPECIAL
    				a.Offset = int64(opd)
    			}
    		}
    
    		if a.Type != obj.TYPE_SPECIAL {
    			// We have a symbol. Parse $sym±offset(symkind)
    			p.symbolReference(a, p.qualifySymbol(name), prefix)
    		}
    		// fmt.Printf("SYM %s\n", obj.Dconv(&emptyProg, 0, a))
    		if p.peek() == scanner.EOF {
    			return
    		}
    	}
    
    	// Special register list syntax for arm: [R1,R3-R7]
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Wed Nov 12 03:59:40 GMT 2025
    - 37.3K bytes
    - Click Count (0)
Back to Top