ncatelli / spasm

An experimental multi-target assembler.
Apache License 2.0
4 stars 0 forks source link

Implement backends #56

Closed ncatelli closed 4 years ago

ncatelli commented 4 years ago

Introduction

This PR breaks the spasm assembler away from a single 6502 backend and prepares it for multiple backends.

Currently this does not include multiple backends as a configurable option as there is only one implemented.

Linked Issues

resolves #53

Dependencies

Test

Review

Deployment