PLASMA VS 6502

Compare PLASMA vs 6502 and see what are their differences.

PLASMA

Proto Language AsSeMbler for All (formerly Apple) (by dschmenk)

6502

6502 breadboard computer designed by Ben Eater (by Thenlie)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
PLASMA 6502
3 14
188 0
- -
9.6 3.2
2 months ago about 1 year ago
Assembly Assembly
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

PLASMA

Posts with mentions or reviews of PLASMA. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-26.
  • I learned to program the Commodore 64 in basic and compiled C
    2 projects | news.ycombinator.com | 26 Feb 2023
    Yeah, it’s better to use a “high-level” language designed for the architecture, such as this: https://github.com/dschmenk/PLASMA
  • A Java Virtual Machine for the 6502
    1 project | news.ycombinator.com | 2 Jan 2022
    The developer would abandon this due to the inadequacies of the 6502 to handle a language like Java. He didn't give up though!

    > PLASMA is a combination of operating environment, virtual machine, and assembler/compiler matched closely to the 6502 architecture. It is an attempt to satisfy a few challenges surrounding code size, efficient execution, small runtime and flexible code location. By architecting a unique bytecode that maps nearly one-to-one to the higher-level representation, the compiler can be very simple and execute quickly on the Apple II for a self-hosted environment. A modular approach provides for incremental development and code reuse. The syntax of the language is heavily influenced by assembly, Pascal, and C.

    https://github.com/dschmenk/PLASMA

  • PC DOS 1.1 from Scratch
    1 project | news.ycombinator.com | 11 Sep 2021

6502

Posts with mentions or reviews of 6502. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-09.
  • Atari Has Launched Collectible Arcade Circuit Boards of Retro Classics
    1 project | news.ycombinator.com | 24 Jul 2023
    For a younger, student electrical engineer, they could easily gain the appreciation for the engineering that went into these things. Especially as a someone who wrote a lot software prior to completing my EE training, I wanted to learn on something that was fairly “pure” to learn major concept and patters on: a large MCU that only breaks out into a bunch of connectors is not it.

    I would love to be able to teach (or have had the opportunity to learn) system architecture from analysis of arcade cabinets, starting with a CPU, adding ram, rom, peripherals, etc. Ben Eater’s 6502 computer kit[0] comes very close and is closer to the ballpark of what I would want out of a learning experience.

    [0]: https://eater.net/6502

  • What's needed to build an Apple 1 Breadboard
    1 project | /r/breadboard | 29 Jun 2023
    The biggest hurdle to build an Apple 1 replica is getting the parts for which no modern replacement exist, like the funky 1024 X 1 shift registers in the video display terminal circuit. These represent the bulk of the costs. As an alternative, you can get real close to the Apple 1 with Ben Eater's 6502 breadboard computer project. One of the most recent videos actually shows how WozMon (the original Apple 1 "operating system") runs on it.
  • Help with picking a microcontroller
    1 project | /r/arduino | 28 Jun 2023
    Thanks for the reply. As far as 6502s go, this link will tell you everything you need to know to get up and running...https://eater.net/6502
  • Is there a course that teaches you how to program hardware? If so what is your recommendation?
    1 project | /r/AskProgramming | 25 Jun 2023
  • Best solder-it-yourself type retro computer kits?
    1 project | /r/vintagecomputing | 21 Jun 2023
    I know you asked about a soldering kit, but there is this breadboard 6402 kit that comes with all the chips. https://eater.net/6502 I highly recommend getting ther serial kit as well.
  • RS232 with a 6551 UART
    1 project | /r/beneater | 8 Apr 2023
    Very nice! Can you add the updated schematic also on https://eater.net/6502?
  • Thinking abojt building a computer and looking for resources.
    1 project | /r/homebrewcomputer | 3 Apr 2023
    I think the 6502 and Z80 processors would be good options. It seems like both have good supporting communities, and you can source the parts easily (and they're not crazy expensive). If you end up going with the 6502, Ben Eater's video series is helpful. I would expect there are similar video series out there for Z80.
  • What exactly is assembly language?
    1 project | /r/learnprogramming | 28 Mar 2023
    Modern systems are complicated, you often can't communicate directly with the CPU, you need to deal with the underlying operating system, interacting with the kernel and making system calls. So if you plan to write a whole program, it's easier to do some embedded programming with an Arduino or a 6502 or something. I'd recommend watching Ben Eater's series of videos on this subject.
  • egg_irl
    1 project | /r/egg_irl | 26 Mar 2023
    Have you been following Ben Eater's long-running build a 6502 computer series? It's pretty great!
  • What pin out does bens 4 bit code use?
    1 project | /r/beneater | 13 Mar 2023
    Did you have the LCD working previously in 8-bit mode? Do you have the rest of the VIA (U5) wired up as shown in Ben's schematic at https://eater.net/6502?

What are some alternatives?

When comparing PLASMA and 6502 you can also consider the following projects:

ISA_8bitNetwork_8019 - 8bit ISA NE2000-compatible network card based on the RTL8019AS chip

BeEhBasic - BeEhBasic is EhBasic for the Ben Eater 6502

a2d - Disassembly of the Apple II Desktop - ProDOS GUI

cassette-elite-beebasm - Fully documented and annotated source code for the cassette version of Elite on the BBC Micro

revs-beebasm - Fully documented and annotated source code for Revs on the BBC Micro

appler - Apple ][ emulator for MS-DOS, written in 8088 assembly

tashtalk - An interface for Apple's LocalTalk networking protocol.

unzx0_68000 - Free, zlib licensed ZX0 decompressor for the 68000

6502 - DB6502: 65C02 based computer inspired by BE6502

unzx0_x86 - Free, zlib licensed ZX0 decompressor for the x86

6502bench - A workbench for developing 6502 code