/asm6805

Datalink 6805 Assembler

Primary LanguageAssembly

Datalink 6805 Online Assembler

This is a port of the datalink ASM6805 assembler into Typescript to run on a web page

It currently utilizes Tailwind CSS as the CSS framework.

Building the code

After pulling down the repository, install all the npm modules with:

npm install

To run a local version

npm run serve

To compile a production version into the dist directory

npm run build