The MASM Forum

General => The Campus => Topic started by: UniverseIsASimulation on November 12, 2020, 07:46:16 AM

Title: My First Assembler
Post by: UniverseIsASimulation on November 12, 2020, 07:46:16 AM
As a part of an university project, I've made my first assembler. It's written in JavaScript and targets PicoBlaze. It also includes some basic PicoBlaze emulation, also written in JavaScript. You can (hopefully) see it here: https://flatassembler.github.io/PicoBlaze/PicoBlaze.html
Title: Re: My First Assembler
Post by: Siekmanski on November 12, 2020, 07:58:07 AM
Cool! :thumbsup:
Title: Re: My First Assembler
Post by: Siekmanski on November 18, 2020, 02:03:35 AM
Quote from: deeR44 on November 17, 2020, 05:15:06 PM
QuoteIt's a simulator

I can't imagine what it's simulating.

An 8 bit microcontroller.
Title: Re: My First Assembler
Post by: Vortex on November 18, 2020, 05:25:41 PM
Quote from: deeR44 on November 18, 2020, 04:33:55 PM
QuoteAn 8 bit microcontroller.

I haven't come across an eight-bit anything since CP/M.

uzics, 8 bit Unix-like operating system for the Z80 :

https://github.com/chettrick/uzics

chips - A toolbox of 8-bit chip-emulators, helper code and complete embeddable system emulators in dependency-free C headers (a subset of C99 that compiles on gcc, clang and cl.exe) :

https://github.com/floooh/chips

Build This 8-Bit Home Computer With Just 5 Chips :

https://spectrum.ieee.org/geek-life/hands-on/build-this-8bit-home-computer-with-just-5-chips

Title: Re: My First Assembler
Post by: deeR44 on December 28, 2020, 07:44:24 PM
Oh.