by ggerganov on 3/8/23, 8:14 AM with 47 comments
by BlackFingolfin on 3/8/23, 9:24 AM
The story in the README is also worth reading! E.g.
> At the time we wrote Appler we of course knew that the colors are supposed to be purple, blue, green, and orange, but we had never seen them displayed by an actual physical computer, because the Apple ][ displays that were available in Bulgaria were all monochrome-green. Alex looked at the schematics, and he used the actual resistor values of the DAC to calculate what the 4 primary colors should be.
WHAT??? Awesome
by flohofwoe on 3/8/23, 12:21 PM
Very nice use of a macro assembler though [3], makes the code feel very high level.
To my defense, my generated code has a lot of redundancies (such as assert(false) which were meant to catch any 'stray cycles' but which are removed in release mode - and it could be more compact if it would use preprocessor macros (but since the code is generated anyway that seemed kinda wrong).
[1] https://github.com/zajo/appler/blob/develop/src/65C02.ASM
[2] https://github.com/floooh/chips/blob/master/chips/m6502.h
[3] https://github.com/zajo/appler/blob/52aaa0f768cdf303438cd2c7...
by robterrell on 3/8/23, 4:01 PM
It was developed in 1990, at a time when Apple IIe was still in
production, which means that Appler is likely the first Apple ][
emulator ever made
Not to be one of those guys, but "][ in a Mac" was from 1985:by rob74 on 3/8/23, 9:29 AM
I knew that Bender from Futurama had a 6502 as his brain (https://spectrum.ieee.org/the-truth-about-benders-brain), but I expected the Terminator to be powered by something a bit more advanced...
by javier_e06 on 3/8/23, 6:00 PM
by IncRnd on 3/8/23, 10:40 AM
The only way to make it better is to change the spelling to App][er. It's an extra l that way, but I think that's forgivable.
by JoeDaDude on 3/8/23, 3:09 PM
by low_tech_love on 3/8/23, 10:28 AM
by qorrect on 3/8/23, 9:30 PM
by cylinder714 on 3/8/23, 9:05 PM
by anthk on 3/8/23, 10:45 AM
by nikolay on 3/10/23, 2:28 AM
by mzs on 3/8/23, 5:54 PM
by rbanffy on 3/8/23, 11:17 AM
by breakingcups on 3/8/23, 12:14 PM
by worldsavior on 3/8/23, 5:20 PM