Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 41 (0.11 sec)

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

    	MOVFW	CPSR, R2           // ERROR "illegal combination"
    	MOVDW	R1, CPSR           // ERROR "illegal combination"
    	MOVFW	R1, CPSR           // ERROR "illegal combination"
    	BFX	$12, $41, R2, R3   // ERROR "wrong width or LSB"
    	BFX	$12, $-2, R2       // ERROR "wrong width or LSB"
    	BFXU	$40, $4, R2, R3    // ERROR "wrong width or LSB"
    	BFXU	$-40, $4, R2       // ERROR "wrong width or LSB"
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Nov 03 14:06:21 GMT 2017
    - 14.4K bytes
    - Viewed (0)
Back to top