1
0
mirror of https://github.com/safiire/n65.git synced 2024-12-12 00:29:03 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
Safiire
a48d10474e Fixed an issue with referencing outer scoped symbols 2015-03-22 00:55:14 -07:00
Safiire
8f2500dd60 I made it so starting a named scope serves the dual purpose of creating a symbolic reference to the current PC 2015-03-05 16:53:55 -08:00
Safiire
2c938f7312 This is s a big rewrite including: A scoped symbol table, segment and
bank management, Use of promises to resolve symbols that are used before
they are defined.  A base class for all instructions and assembler
directives.  Hopefully my scoped symbols can be used to create C like
data structures in the zero page, ie sprite.x   New code to prodce the
final ROM.  Basically everything was rewritten.
2015-03-05 12:33:56 -08:00
Safiire
4235742c7d Creating a symbol table that has scope 2015-03-04 04:20:18 -08:00
Safiire
dfda652a51 Trying to get the tests working again after some changes 2015-02-24 15:56:38 -08:00
Safiire
69e3d2fb0c Initial Commit 2015-02-17 19:05:37 -08:00