Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

What compiler for this program is used?

Status
Not open for further replies.

dani333

Junior Member level 1
Joined
Jan 18, 2011
Messages
16
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,283
Activity points
1,408
This part is an assembly language program?



list P=16F628A
#include p16f628A.inc

__config _HS_OSC & _WDT_OFF & _PWRTE_ON & _BOREN_ON & _MCLRE_OFF & _LVP_OFF

; Define variables at memory locations

EEPROM0 equ H'00' ; non-volatile storage for cylinder phase (180 default 5 degrees per step)
EEPROM1 equ H'01' ; non-volatile storage for exhaust overlap (30deg default, 0, -30 and 60 stepped)
EEPROM2 equ H'02' ; non-volatile storage for exhaust frequency
EEPROM3 equ H'03' ; non-volatile storage for 1 or 2 rpm sequences
EEPROM4 equ H'04' ; eight or six cylinders
--------------------------------------------------------------------------
----------------------------------------------------------------------------

What compiler for this program is used?
 

Its MPLAB.
variable equ address

is above format included in anywhere..It should be MPLAB.
 

Niko-931,

Please don't confuse the thread creator. MPLAB is IDE not compiler. You can use Third party compilers in MPLAB like CCS, Basic, Hi-Tech C etc etc.

Hope you understand.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top