ncatelli / spasm

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

Pad Binary to 32k #22

Closed ncatelli closed 4 years ago

ncatelli commented 4 years ago

Introduction

This PR pads each output binary to 32K and sets the reset vector to the beginning of the binary.

This makes a ton of assumptions about the memory map, which is fine for now but will need to be generalized in the future.

Linked Issues

resolves #19

Dependencies

Test

Review

Deployment