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 kind of compiler?

Status
Not open for further replies.

rathaleng

Junior Member level 2
Joined
Sep 4, 2008
Messages
20
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,417
hello everybody know kind of this programming language?
i download it and i cant compile it seems not a C or a Basic language
can everybody tell me what type it is?
and what kind of compiler i can compile?
thanx in advance
sorry cos i am so young in microcontroller programming



RANDSEED


TSTSW
SKIPZ
JSR PICPROJECTS


SELECT_PROG
LDR RHOLD,9
LDRAND R0,63
INCR R0
JSR SELECT_LOOP
JUMP SELECT_PROG

SELECT_LOOP
DECR R0
SKIPNZ
JUMP HELIX
DECR R0
SKIPNZ
JUMP SANDL
DECR R0
SKIPNZ
JUMP SPEARS
DECR R0
SKIPNZ
JUMP CONVERGE
DECR R0
SKIPNZ
JUMP DIAMOND
DECR R0
SKIPNZ
JUMP BUBBLES
DECR R0
SKIPNZ
JUMP CUBEYDO
DECR R0
SKIPNZ
JUMP FRANTIC
DECR R0
SKIPNZ
JUMP SPINNER
DECR R0
SKIPNZ
JUMP BOXIT
DECR R0
SKIPNZ
JUMP CUBEFILL_TR
DECR R0
SKIPNZ
JUMP CUBEFILL_BL
DECR R0
SKIPNZ
JUMP THING
DECR R0
SKIPNZ
JUMP DGTHING

DECR R0
SKIPNZ
JUMP WAVEX

DECR R0
SKIPNZ
JUMP WAVEY

DECR R0
SKIPNZ
JUMP WAVEZ

DECR R0
SKIPNZ
JUMP STRIP.LAYERS

DECR R0
SKIPNZ
JUMP FILLnWIPE

DECR R0
SKIPNZ
JUMP BOUNCE.IT

DECR R0
SKIPNZ
JUMP WIGGLE

DECR R0
SKIPNZ
JUMP XLINE

DECR R0
SKIPNZ
JUMP THEFLY


JUMP SELECT_LOOP
 

That is an assembly language.
Which controller are you targeting?
--
Amr Ali
 

As it has jumps to labels but there are no labels in the listing, I suspect this is 'pseudo-code' rather than a real listing. I think it's an example of how a program can be structured rather than a program that would run on real hardware.

Brian.
 

sure it is not the whole program, i just copy some in order to ask all of you because i want to know what kind of language so i will try what type of compiler i can compile
sorry if i say wrong because i am just new to microcontroller.
i just trying to compile the project i downloaded from internet it is about ledcube matrix.
i used microcode studio but i cant find the full version so it is impossible to me to compile.
well thank anyway
 

The "code" is meaningless without knowing which processor and tool it's dedicated for. If you don't about, "transfer" it to the wastebasket.
 

yes you are right i want to run that project but it seems so hard for me
i cant compile the code. so do you know which compiler i can compile?
 

i found it s helpful to me i ll try to download MPLAB thank you
 

it work for me!!
thank i can compile all my project and also edit it
thanks alot for your help!!!!!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top