代码搜索结果
找到约 16,752 项符合
PIC 的代码
pic.h
/* @(#)PIC.h 1.1 92/07/30 SMI; */
#define PIC_SAVE(r1,r2) \
moveml r1/r2,sp@-;
#define PIC_RESTORE(r1,r2) \
moveml sp@+,r1/r2;
#ifdef PIC
#define PIC_SETUP(r1)\
movl #__GLOBAL_OFFSET_TABLE_,
pic.h
!
! @(#)PIC.h 1.1 92/07/30 SMI
!
#ifdef PIC
#define PIC_SETUP(r) \
or %g0,%o7,%g1; \
1: \
call 2f; \
nop; \
2: \
sethi %hi(__GLOBAL_OFFSET_TABLE_ - (1b-.)), %r; \
or %r, %lo(__GLOBAL_OFFSE
pic.inc
;=========================================================;
; pic 11/12/03 ;
;---------------------------------------------------------;
; DOS EXTREME OS
pic.dsp
# Microsoft Developer Studio Project File - Name="pic" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Dynam
个人对传统51、pic、avr mega、stc 51系列单片机对比的一点看法.txt
个人对传统51、<mark>pic</mark>、avr mega、STC 51系列单片机对比的一点看法
[ 2008-5-7 11:45:00 | By: 嘉哥 ]
0
推荐原创 : cocoguojia@163.com
本人有幸接触到各种单片机,并用它们做了一些项目。现在回过头来,谈一下自己用各种单片机的感受。仅是个人意见,仁者见仁智者见智。
传统51,我想我就不多说了,适合菜鸟入门,容易 ...
pic单片机芯片的解密原理介绍 (上).txt
PIC单片机芯片的解密原理介绍 (上)
In this file you will find out more about the theory on which my CrackPic
software is based.
Theory on which CrackPic is based
*****
move pic.plg
Build Log
--------------------Configuration: Move Pic - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\WINDOWS\TEMP\
pc-pic.tre
滥pc-pic
媚MAIN 0/236 Ram=2
pc-pic.pjt
[PROJECT]
Target=pc-pic.HEX
Development_Mode=2
Processor=0x4580
Processor_Text=PIC18F4580
ToolSuite=CCS
[Directories]
Include=
Library=
LinkerScript=
[Target Data]
FileList=E:\DIEN TU\P
个人对传统51、pic、avr mega、stc 51系列单片机对比的一点看法.txt
个人对传统51、<mark>pic</mark>、avr mega、STC 51系列单片机对比的一点看法
[ 2008-5-7 11:45:00 | By: 嘉哥 ]
0
推荐原创 : cocoguojia@163.com
本人有幸接触到各种单片机,并用它们做了一些项目。现在回过头来,谈一下自己用各种单片机的感受。仅是个人意见,仁者见仁智者见智。
传统51,我想我就不多说了,适合菜鸟入门,容易 ...