Re: [fpc-devel] x86 assembler improvements, patch

2024-05-29 Thread J. Gareth Moreton via fpc-devel
Heh, that's fair.  It was essentially how we did it in the past anyway! Kit On 29/05/2024 22:08, Florian Klämpfl via fpc-devel wrote: On 29.05.24 13:09, J. Gareth Moreton via fpc-devel wrote: Shouldn't this be made as a merge request? I am sure we can handle also such patches. Merge requests

Re: [fpc-devel] x86 assembler improvements, patch

2024-05-29 Thread Florian Klämpfl via fpc-devel
On 29.05.24 13:09, J. Gareth Moreton via fpc-devel wrote: Shouldn't this be made as a merge request? I am sure we can handle also such patches. Merge requests are easier but patches are perfectly fine as well. On 28/05/2024 07:12, Marģers . via fpc-devel wrote: Some compiler x86 assembler

Re: [fpc-devel] x86 assembler improvements, patch

2024-05-29 Thread J. Gareth Moreton via fpc-devel
Shouldn't this be made as a merge request? On 28/05/2024 07:12, Marģers . via fpc-devel wrote: Some compiler x86 assembler improvements 1) patch for fpc 3.3.1 (attachment: mkx86ins_version_bump.patch) compiler/utils/mkx86ins.pp Version bumped from 1.6.1 to 1.6.2 There has been changes to code,

[fpc-devel] Textmode ide, patch

2024-05-29 Thread Marģers . via fpc-devel
Improvements for Textmode ide 1) current ide (of fpc 3.3.1) has problems with second compilations. Resolve issue with this patch tdef_nil_for_ide_fpc331.patch 2) add missing xterm escape string sequences keyboard_add_escape_keys_unix_fpc331.patch 3) fpc 3.2.3  add missing xterm esca

[fpc-devel] x86 assembler improvements, patch

2024-05-29 Thread Marģers . via fpc-devel
Some compiler x86 assembler improvements 1) patch for fpc 3.3.1 (attachment: mkx86ins_version_bump.patch) compiler/utils/mkx86ins.pp Version bumped from 1.6.1 to 1.6.2 There has been changes to code, so version has to represent that. 2) Patch to enable ENTER asm instru