www.pudn.com > remotepro.rar > option.inc
;****************************************************************************** ;** ;** This device driver was created by Applilet for the 78K0/KB2, 78K0/KC2, ;** 78K0/KD2, 78K0/KE2 and 78K0/KF2 8-Bit Single-Chip Microcontrollers. ;** ;** Copyright(C) NEC Electronics Corporation 2002 - 2005 ;** All rights reserved by NEC Electronics Corporation. ;** ;** This program should be used on your own responsibility. ;** NEC Electronics Corporation assumes no responsibility for any losses ;** incurred by customers or third parties arising from the use of this file. ;** ;** Filename : option.asm ;** Abstract : This file implements OPTION-BYTES/SECURITY-ID setting. ;** APIlib: NEC78K0KX2.lib V1.01 [09 Aug. 2005] ;** ;** Device : uPD78F0503 ;** ;** Compiler : NEC/CC78K0 ;** ;****************************************************************************** ; ;****************************************************************************** ;** MacroDefine ;****************************************************************************** ; OPTION_BYTE EQU 00H POC81 EQU 00H POC82 EQU 00H POC83 EQU 00H CG_ONCHIP EQU 02H CG_SECURITY0 EQU 0ffH CG_SECURITY1 EQU 0ffH CG_SECURITY2 EQU 0ffH CG_SECURITY3 EQU 0ffH CG_SECURITY4 EQU 0ffH CG_SECURITY5 EQU 0ffH CG_SECURITY6 EQU 0ffH CG_SECURITY7 EQU 0ffH CG_SECURITY8 EQU 0ffH CG_SECURITY9 EQU 0ffH