www.pudn.com > remotepro.rar > option.asm
;****************************************************************************** ;** ;** 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 ;** ;****************************************************************************** ; ;****************************************************************************** ;** Include files ;****************************************************************************** $ INCLUDE (option.inc) OPT_SET CSEG AT 80H OPTION: DB OPTION_BYTE DB POC81 DB POC82 DB POC83 ONC_SET CSEG AT 84H ONCHIP: DB CG_ONCHIP CSEG SECUR_ID SECURITY0: DB CG_SECURITY0 SECURITY1: DB CG_SECURITY1 SECURITY2: DB CG_SECURITY2 SECURITY3: DB CG_SECURITY3 SECURITY4: DB CG_SECURITY4 SECURITY5: DB CG_SECURITY5 SECURITY6: DB CG_SECURITY6 SECURITY7: DB CG_SECURITY7 SECURITY8: DB CG_SECURITY8 SECURITY9: DB CG_SECURITY9 END