ncatelli / spasm

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

Breakup nesting in 6502 assemble instruction chain #80

Closed ncatelli closed 4 years ago

ncatelli commented 4 years ago

Introduction

This is a small PR to further cut down on nesting in the assembler chain by moving the step of dereferencing labels and symbols to a function that is now invoked by a map rather than functioning as a closure embedded in a map call.

Linked Issues

Dependencies

Test

Review

Deployment