chip

Name

chip --  specifies the member of the COP8 family

Syntax

classfunctionsyntaxminimal syntax
invocation line onlyenable

/chip =[string]

/ch =[string]

disable

/nochip

/noch

Description

The CHIP control specifies the member of the COP8 family. Valid string arguments are the same as for the .chip directive.

Note: See notes for .chip directive.

Example

This command line will specify the 820 instruction set.

	C:\COP8\NSASM\EXAMPLES>asmcop.exe sample1.asm CHIP=820
	

This command line will specify COP888cg instruction set.

	C:\COP8\NSASM\EXAMPLES>asmcop.exe sample1.asm CHIP=COP888cg
	

This command line will specify instruction subset.

	C:\COP8\NSASM\EXAMPLES>asmcop.exe sample1.asm CH=ANY