Yeah, why make a little script that will do it correctly, when you can have an AI make some decent word salad for youConversions to another assembler's syntax can be left to a modern GPT.

Moderator: Moderators
Yeah, why make a little script that will do it correctly, when you can have an AI make some decent word salad for youConversions to another assembler's syntax can be left to a modern GPT.
Because software developers' lives will depend on being able to prompt with impact.
And now, someone (Mark Moxon) has taken the time to comment the whole source-code by hand:
You maybe should check out the thread "Line drawing algorithm" started by MrSterlingBS. In that thread, I reduced the framework of Bitbreaker's resp. Hein's linedraw routine to use only one main core loop, with an insignificant change in the init part.aeb wrote:Here: vic.zip [...]
(from "vic.s")Code: Select all
; Draw EOR line from x,y to x2,y2 (x,y in registers, set x2,y2 on zeropage) ; Adapted from Hein's linedraw routine on Codebase64
Fair enough, but people should be aware that even with the source code available, this still involves a lot of work nowhere near an afternoon/weekend time project.tokra wrote:I really hope Aleksi has bigger things in mind for Elite.
I did read some of that, excellent thread and some neat optimizations there! Great work.Mike wrote: ↑Thu Dec 19, 2024 7:00 am You maybe should check out the thread "Line drawing algorithm" started by MrSterlingBS. In that thread, I reduced the framework of Bitbreaker's resp. Hein's linedraw routine to use only one main core loop, with an insignificant change in the init part.