A CPP code example for the RP6502 #84
Replies: 2 comments 6 replies
-
Yay! I no longer have to declare local variables at top of scope! |
Beta Was this translation helpful? Give feedback.
-
IGNORE: The editor is still not done, but I thought the llvm-mos folks might find this interesting. This is not to bash the llvm-mos C compiler -- it ROCKS! I love it. Enjoy! tonyvr EDIT: DON'T USE THIS! IT IS COMPILED IN DEBUG MODE. SEE BELOW |
Beta Was this translation helpful? Give feedback.
-
Here is a non-trivial CPP example for the RP6502 compiled with llvm-mos.
It seems to work great!
It's a little demo of a text-mode framework I'm working on.
It is still very much a work-in-progress, and my CPP is a little rusty, so be kind 8^)
txt_test_cpp.zip
Beta Was this translation helpful? Give feedback.
All reactions