Sujet : Re: The joy of FORTRAN
De : bowman (at) *nospam* montana.com (rbowman)
Groupes : alt.folklore.computers comp.os.linux.miscDate : 26. Feb 2025, 02:35:33
Autres entêtes
Message-ID : <m279f5Fqfb5U5@mid.individual.net>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14
User-Agent : Pan/0.160 (Toresk; )
On Tue, 25 Feb 2025 23:02:32 -0000 (UTC), Lawrence D'Oliveiro wrote:
I did once toy with the idea of, not quite a cross-assembler, but the
use of Python constructs to generate code
<https://bitbucket.org/ldo17/crosscode8/src/master/>. This tried to do
automatic handling of the necessary adjustments of addresses across page
boundaries; I think the algorithm works, though I never tested it very
thoroughly.
This is pretty obscure:
https://docs.micropython.org/en/v1.11/reference/asm_thumb2_hints_tips.htmlThere is also a more specialized technique for writing custom programmable
I/O code.
https://ifx-micropython.readthedocs.io/en/v0.9.0/rp2/quickref.html