LLVM-MOS codegen talk

Programming the 6502 microprocessor and its relatives in assembly and other languages.
Post Reply
johnwbyrd
Posts: 89
Joined: 01 May 2017

LLVM-MOS codegen talk

Post by johnwbyrd »

Here's a new talk given by mysterymath about some strategies for LLVM-MOS's codegen on the 6502.

https://www.youtube.com/watch?v=2lW3WHPtmKo
User avatar
MichaelM
Posts: 761
Joined: 23 Apr 2012
Location: Huntsville, AL

Re: LLVM-MOS codegen talk

Post by MichaelM »

Thanks John for providing the link. I enjoyed it very much. Congratulations to mysterymath and the team. I look forward for future updates and talks.
Michael A.
User avatar
BigEd
Posts: 11463
Joined: 11 Dec 2008
Location: England
Contact:

Re: LLVM-MOS codegen talk

Post by BigEd »

Yes indeed, thanks John - fascinating and very hopeful!

The presentation is here
https://llvm.org/devmtg/2022-05/slides/ ... ackend.pdf

It links to this thread (LLVM 6502 Codegen) by mysterymath as "early development log"
and to the project wiki
https://llvm-mos.org/wiki/Welcome
Post Reply