Description: 这是一个自制的实用的文件格式转化工具,因常用的pci单片机编译器MPASM.EXE编译的文件是HEH十六进制的
并且含有握手码,不能使用通用编程器烧录(例TOM2000编程器), 因此用VB6.0制做一个16_2.exe文件
用以文件格式转化,转换后既可用TOM2000等用通用编程器烧录
16_2.exe使用方法:准备好pic.asm文件(文件名一定要用这个名),点击16_2.exe既可生成通用编程器(例TOM2000)使用
的pic.bin二进文件
16_2.exe的制做(源码):安装VB6.0后,点击“工程1.VBP”进入VB6.0编译环境,编译既可。-This is a practical self-made file format conversion tools, due to commonly used pci Singlechip MPASM.EXE compiler to compile the document is HEH hexadecimal and contain handshake code, programmers should not use the generic burner (Example TOM2000 programmer), so use VB6.0 to do a system 16_2.exe document file format for the conversion, the conversion can be used after TOM2000 universal programmer, such as burning 16_2.exe Usage: ready pic.asm document (document who must use this name), click 16_2.exe can generate universal programmer (Example TOM2000) used pic.bin binary files 16_2.exe make the system (source): the installation of VB6.0, click Engineering 1.VBP into the environment VB6.0 compiler, the compiler can. Platform: |
Size: 699392 |
Author:lkj1954 |
Hits:
Description: The Synthetic PIC
Verion 1.1
This a VHDL synthesizable model of a simple PIC 16C5x microcontroller.
It is not, and is not intended as, a high fidelity circuit simulation.
This package includes the following files. Note that the license agreement
is stated in the main VHDL file, PICCPU.VHD and common questions are answered
in the file SYNTHPIC.TXT
Files:
README.TXT This file..
SYNTHPIC.TXT Questions and Answers
PICCPU.VHD Main processor VHDL file
PICALU.VHD ALU for the PICCPU
PICREGS.VHD Data memory
PICROM.VHD Program memory (created by HEX2VHDL utility)
PICTEST.VHD Simple test bench I used to do testing (optional)
PICTEST.CMD My Viewlogic ViewSim command file (again, optional)
TEST1.ASM First program I assembled and ran on it.
TEST2.ASM Another test program..
TEST3.ASM Yet another..
TEST4.ASM Yet another..
TEST5.ASM Yet another..
TEST6.ASM Yet another..
HEX2VHDL.CPP Utility for converting -The Synthetic PICVerion 1.1This a VHDL synthesizable model of a simple PIC 16C5x microcontroller.It is not, and is not intended as, a high fidelity circuit simulation.This package includes the following files. Note that the license agreementis stated in the main VHDL file , PICCPU.VHD and common questions are answeredin the file SYNTHPIC.TXTFiles: README.TXT This file .. SYNTHPIC.TXT Questions and AnswersPICCPU.VHD Main processor VHDL filePICALU.VHD ALU for the PICCPUPICREGS.VHD Data memoryPICROM.VHD Program memory (created by HEX2VHDL utility) PICTEST.VHD Simple test bench I used to do testing (optional) PICTEST.CMD My Viewlogic ViewSim command file (again, optional) TEST1.ASM First program I assembled and ran on it.TEST2.ASM Another test program. . TEST3.ASM Yet another .. TEST4.ASM Yet another .. TEST5.ASM Yet another .. TEST6.ASM Yet another .. HEX2VHDL.CPP Utility for converting Platform: |
Size: 48128 |
Author:likui |
Hits:
Description: This program implements a PIC-based fuzzy inference engine for the Fudge fuzzy development system from Motorola.
It works by taking the output from Fudge for the 68HC11 processor, and converting it to a MPASM compatible assembler file using the convert
batch file.
This file can then be incorporated with fuzzy.asm to create a fuzzy inference engine.
Tool chain
----------
FUDGE -> Fuzzy Rules -> MC68HC11.ASM -> CONVERT.BAT -> RULES.ASM
-> MPASM FUZZY.ASM -> INTEL HEX
Fuzzy input registers
---------------------
current_ins 1..8 x 8-bit raw inputs
Fuzzy inference function
------------------------
FuzzyEngine
Fuzzy output registers
----------------------
cog_outs 1..8 x 8-bit raw outputs-This program implements a PIC-based fuzzy inference engine for the Fudge fuzzy development system from Motorola.
It works by taking the output from Fudge for the 68HC11 processor, and converting it to a MPASM compatible assembler file using the convert
batch file.
This file can then be incorporated with fuzzy.asm to create a fuzzy inference engine.
Tool chain
----------
FUDGE-> Fuzzy Rules-> MC68HC11.ASM-> CONVERT.BAT-> RULES.ASM
-> MPASM FUZZY.ASM-> INTEL HEX
Fuzzy input registers
---------------------
current_ins 1..8 x 8-bit raw inputs
Fuzzy inference function
------------------------
FuzzyEngine
Fuzzy output registers
----------------------
cog_outs 1..8 x 8-bit raw outputs
Platform: |
Size: 182272 |
Author:mm4games |
Hits:
Description: Here are the routines necessary to run just a LCD 8bit mode.
Type of pic: PIC16Fxxx (or 16CXXX)
Quartz: 4Mhz (to use another quartz, simply edit the file that contains routines q4mhz.asm delay).,Here are the routines necessary to run just a LCD 8bit mode.
Type of pic: PIC16Fxxx (or 16CXXX)
Quartz: 4Mhz (to use another quartz, simply edit the file that contains routines q4mhz.asm delay). Platform: |
Size: 1024 |
Author:pat |
Hits: