[fpc-devel] Help need for FPC

2009-10-26 Thread Михаил Абаляев
Hello FPC-Developers,

First of all, let me thank you for the great compiler you've already created
and for maitining for a lot of years, already.

Second, using FPC, i've designed my own (open source) tool ARM Pascal
http://www.arm-pascal.ru/ http://www.armaide.com/
The primary target of these tool is to compile code for embedded ARM
devices.
Yes, I know, FPC already provide support for some devices, but my tool has
important some differences in idology. Besides, the tool also provides its
own IDE (written in Delphi).

Anyway, here're my questions:

There's MOV command declared in armins.dat.
There's a declaration for the A_MOV-opcode in automaticaly-generated file
armop.inc,
But it doesn't seem to be used, by armtab.inc. Infact, it feels, like A_MOV
opcode is replaced, by the proper MRS command? So is it a bug? or is there
no MOV command for arm-assembler(s), or is it replaced by MRS for a faster
code?

Also, What tool is used to generate .inc files from armins.dat?

Kind, regards
defecator
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] Help need for FPC

2009-10-26 Thread Micha Nelissen

Михаил Абаляев wrote:
Second, using FPC, i've designed my own (open source) tool ARM 
Pascal http://www.arm-pascal.ru/ http://www.armaide.com/ 


Suggestion: do not include links that have different target as its text. 
Thunderbird will mark your email as a scam (probably not your intention).


Regards, Micha
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] Help need for FPC

2009-10-26 Thread Jonas Maebe


On 23 Oct 2009, at 23:11, Михаил Абаляев wrote:


Hello FPC-Developers,


A note to people who wish to reply to this person: he is not  
subscribed to fpc-devel (at list not with the address he posted from),  
so it's best to CC him.



Jonas___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] Help need for FPC

2009-10-26 Thread Micha Nelissen

Jonas Maebe wrote:
A note to people who wish to reply to this person: he is not subscribed 
to fpc-devel (at list not with the address he posted from), so it's best 
to CC him.


This list is not subscribers-only? (To combat spam?)

Micha
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] Help need for FPC

2009-10-26 Thread Marco van de Voort
In our previous episode,  ?? said:

(Group replied)

 There's MOV command declared in armins.dat.
 There's a declaration for the A_MOV-opcode in automaticaly-generated file
 armop.inc,
 But it doesn't seem to be used, by armtab.inc. Infact, it feels, like A_MOV
 opcode is replaced, by the proper MRS command? So is it a bug? or is there
 no MOV command for arm-assembler(s), or is it replaced by MRS for a faster
 code?

dunno. Might have followed some popular tools

 Also, What tool is used to generate .inc files from armins.dat?

compiler/utils/mkarm*

but keep in mind this is all GPL, and your product seems to be commercial,
which would taint it.

Are you working for Chris?
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] Help need for FPC

2009-10-26 Thread Florian Klaempfl
Marco van de Voort schrieb:
 
 but keep in mind this is all GPL, and your product seems to be commercial,
 which would taint it.


http://www.arm-pascal.ru/uploads/PortFPC.rar contains full sources.
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel