Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for movies (0.13 sec)

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

    	MOVB	R0>>0(R1), R2      // ERROR "bad shift"
    	MOVB	R0->0(R1), R2      // ERROR "bad shift"
    	MOVB	R0@>0(R1), R2      // ERROR "bad shift"
    	MOVBS	R0>>0(R1), R2      // ERROR "bad shift"
    	MOVBS	R0->0(R1), R2      // ERROR "bad shift"
    	MOVBS	R0@>0(R1), R2      // ERROR "bad shift"
    	MOVF	CPSR, F1           // ERROR "illegal combination"
    	MOVD	R1, CPSR           // ERROR "illegal combination"
    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