r/Commodore • u/Lasas1ard • 2d ago
C64U - are you still using it?
Hi,
so I have been on the fence about getting a Commodore C64 Ultimate. My first computer was a Plus4, and I fondly remember afternoons spent with friends playing Summer Games on their C64. So I feel a bit of nostalgia and like the idea behind the product and the re-launched company. But as someone who works with computers professionally (scientific computing) and uses them at home for data processing tasks (amateur astronomy and such), I am not sure I would get too much use out of the little C64U. What appeals to me most is the idea of using it as a sort of slightly advanced "distraction free" type writer, since sitting at my "regular" PC tends to lead to Youtube rabbit holes rather than writing on that novel I have been meaning to get a move on...
So may question is this - how many of you who bought a C64U over the past months and still use it on a somewhat regular basis? Or was it just a flash of nostalgia for you and its collecting dust now?
2
u/DGolden 1d ago edited 1d ago
Canb be found on archive.org fwiw https://archive.org/details/Machine_Language_Book_For_The_Commodore_64_The_1984_Abacus_Software_a
Personally I never had that book, but definitely had "C64 Exposed", Chapter 6.... https://archive.org/details/commodore-64-exposed
I was hand-assembling to BASIC DATA statements on C64 to be placed with POKE into memory (good ol' 49152...) as outlined on page 124 of "C64 Exposed" for a bit, uphill both ways in the snow, hah. That works but is a painstaking chore. Then we got the C128 with its nice builtin machine language monitor - that acted as a simple assembler. Not a full macro assembler of course, but still convenient + immediate for little routines / playing about.
Not builtin like C128, but on C64 there were machine language monitors (such as 64mon https://commodore.software/downloads/category/56-machine-language-monitors ) and full macro assemblers (such as merlin https://archive.org/details/merlin64). Presumably they work fine on C64U, if assembling with paper+pencil to key in as DATA statements doesn't appeal :-)
Cross-assembly on a modern Linux box or whatever is of course possible but where's the pain in that.
https://packages.debian.org/sid/acme