[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Beginner to programming. References to understand terms.
- From: Scott Morgan <blumf@...>
- Date: Wed, 26 Apr 2017 10:39:56 +0100
On 04/25/2017 06:38 PM, Gé Weijers wrote:
> Re: "dinky little micro": I've programmed in C++ on a MSP430G2452 (8K
> flash, 512 bytes of RAM). In my opinion coding a useful program for a
> very small micro like this 50 cent chip is an educational experience, it
> challenges the assumptions of people who have never used a machine with
> less than a couple of gigabytes of RAM :-)
Saw this demo of some guy coding C++17 and getting it to run on the 6502
based Commodore 64 (compiled to x86-64, then transpiled over to 6502, so
no as optimized at it could be, maybe)
https://www.youtube.com/watch?v=zBkNBP00wJE
Scott