Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 0xFFFFFFF0 (0.06 sec)

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

    	MOVH	$0xff000000, FPSR  // ERROR "illegal combination"
    	MOVB	$0xffffff00, CPSR  // ERROR "illegal combination"
    	MOVH	$0xffffff00, CPSR  // ERROR "illegal combination"
    	MOVB	$0xfffffff0, FPSR  // ERROR "illegal combination"
    	MOVH	$0xfffffff0, FPSR  // ERROR "illegal combination"
    	MOVB	(R1), [R0-R4]      // ERROR "illegal combination"
    	MOVB	[R0-R4], (R1)      // ERROR "illegal combination"
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Oct 23 15:18:14 UTC 2024
    - 14.5K bytes
    - Viewed (0)
Back to top