ANT
AmigaNews Tech (ANT) was a companion magazine to the French Commodore Revue. ANT targetted developers with programming explanations and examples in various programming languages. I still remember learning about overlays at 16... an experience that changed my life . It seems that 36 instances of ANT (1, 2) appeared in total. I (re)implemented below some of the C programs found in ANT, following Daff's republication of these magazines .
All the examples compile with the NDK v3.1 and VBCC v0.9h, assuming DevKits: as the root of their installations (cf. Cubic IDE). Most archives should contain two main source files: xxx_ORIGINAL.c and xxx.c; the former is the code from the orginal article, the latter is the code modified (as little as possible) to make it compile and run with VBCC.
(One project requires Lattice C to compile and link: ANTOverlays.lha, because it uses the overlay manager of Lattice C. As of VBCC v0.9h, VBCC doesn't include a similar overlay manager.)
The last three changes:Tygre - 2025-02-25 09:59:57 | Tygre - 2025-02-16 21:24:19 | Tygre - 2025-02-16 21:15:06
|