Re: [fpc-devel] FPC and Z80

2020-06-23 Thread popolony2k
know what's the reason but if is something about future Z80 code generation optimization please let me know and I can help with it. Now I have a long path to run, that is porting my legacy code to FPC. Thanks PopolonY2k Em 23/06/2020 12:53, popolon...@popolony2k.com.br escreveu: > Hi S

Re: [fpc-devel] FPC and Z80

2020-06-23 Thread popolony2k
directories and was generated like you mentioned. I'll try again on Mint. "(and I hope you mean OS_TARGET and not OS_VERSION ;))"you're right again - my mistake. Thanks a lot. PopolonY2k Em 23/06/2020 12:11, Sven Barth escreveu: > schrieb am Di., 23. Juni 2020, 15:56: >

Re: [fpc-devel] FPC and Z80

2020-06-23 Thread popolony2k
Yes I'm using trunk. Sorry by my mistake on first email. PopolonY2k Em 23/06/2020 12:12, Sven Barth via fpc-devel escreveu: > Christo Crause schrieb am Di., 23. Juni 2020, > 16:37: > > On Tue, Jun 23, 2020 at 3:56 PM wrote: > > Hi FPC team. > > I'm try

Re: [fpc-devel] FPC and Z80

2020-06-23 Thread popolony2k
Hi Christo, I'm using exactly trunk, as written in article, but for MSXDOS target isn't working as seen in logs I sent before. But when I build FPC for spectrum as target, everything works fine (100% compiling successful). PopolonY2k Em 23/06/2020 11:37, Christo Crause via fpc-devel escreveu

Re: [fpc-devel] FPC and Z80

2020-06-23 Thread popolony2k
directory '/home/popolony2k/Projects/Pascal/fpc-z80/fpc/compiler' Makefile:4886: recipe for target 'cycle' failed make[2]: *** [cycle] Error 2 make[2]: Leaving directory '/home/popolony2k/Projects/Pascal/fpc-z80/fpc/compiler' Makefile:3023: recipe for target 'compiler_cycle' failed make[1

Re: [fpc-devel] FPC and Z80

2020-06-09 Thread PopolonY2K
in older TP for PC is possible using absolute with address notation in the same way as old 16 bit style [Seg:Ofs], is this correct ? But in machine with absolute addressing like Z80, the behavior of absolute variables are the same as TP3 ? Thanks in advance. Regards PopolonY2k Em 9 de junho de

Re: [fpc-devel] FPC and Z80

2020-06-09 Thread PopolonY2K
Thanks. I'll start porting all Turbo Pascal 3 library compatible, to FPC using units. Regards Leidson Campos. Em 7 de junho de 2020 09:39:43 BRT, Sven Barth via fpc-devel escreveu: >Am 16.04.2020 um 11:04 schrieb Guillermo: >> Thanks Swen. >> >> I see last commit was 2 days ago so it is