Search found 7 matches

by Astro65
10 Jun 2009 08:32
Forum: mikroC PRO for PIC Wish List
Topic: Assembler Documentation Reference
Replies: 5
Views: 3860

We think that the best way to write in assembly language is to consult the MCU's datasheet. I agree, but I'm not sure that you really understand what I wrote... Your assembler is not MASM !!! - doesn't use same mnemonics - doesn't use same orders to include data in program memory - doesn't use same...
by Astro65
08 Jun 2009 14:20
Forum: mikroC PRO for PIC Wish List
Topic: Assembler Documentation Reference
Replies: 5
Views: 3860

Yes... I know But the goal is not to write assembly. Managing hardware with C, Basic, Pascal language is not efficient I just need to write some procedure to access hardware I think you have one of the best IDE for PIC processors. Unfortunantly, the greatest default of your IDE is to not provide doc...
by Astro65
03 Jun 2009 09:07
Forum: mikroC PRO for PIC Wish List
Topic: Assembler Documentation Reference
Replies: 5
Views: 3860

Assembler Documentation Reference

:!: It is possible to have Assembler documentation ? You have a beautifull tools for programming PIC. But we often needs to write some assembly code : it's quite impossible without a good documentation :cry: . Think if mikroE users write high performence libraries using asm code, you will increase t...
by Astro65
11 Mar 2007 10:02
Forum: mikroPascal General
Topic: Assembler directive
Replies: 6
Views: 3928

Assembler directive & Inline

ORG $6000 with a nop don't help me... It will produce unnessessary code, conflict between the two .HEX files I will continue with CALL $6000 for the moment. For a next version of your software, it will be nice to have a directive like : DEFINE _MyExtLabel $6000 These DEFINE would be set in an sectio...
by Astro65
09 Mar 2007 12:47
Forum: mikroPascal Wish List
Topic: USB virtual serial port creation in pascal
Replies: 2
Views: 9827

:arrow: I also need that, including zmodem protocol
by Astro65
09 Mar 2007 12:36
Forum: mikroPascal General
Topic: Assembler directive
Replies: 6
Views: 3928

Assembler directive

:arrow: No, it's not that I'm looking for : I will use routines written in CALM with SmileNG assembler (very different syntax versus Microchip). The addresses of routines are known before compilation of mikroPascal program (I merge the two different .HEX files). So, it will be helpfull to define LAB...
by Astro65
09 Mar 2007 07:16
Forum: mikroPascal General
Topic: Assembler directive
Replies: 6
Views: 3928

Assembler directive

:?: It is a way to set Label value for assembly code ? Example : ASM ... JUMP $0500 ; My first routine JUMP $0600 ; My second routine END If this kind of code is repeated many times, I must manualy change all occurence of My XXX routine if the JUMP address change It is possible to have something lik...

Go to advanced search