1
0
mirror of https://github.com/g012/l65.git synced 2024-06-02 12:41:28 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
g012
def316e982 Added helpers for implementing cross bank calls using tjoppen's method of encoding the bank number into the 3 MSB. 2017-10-04 00:19:03 +02:00
g012
462c4a3b8d Added optional far keyword with encapsulation for far calls of not yet declared labels. 2017-10-03 22:55:58 +02:00
g012
27887f42c6 Tested cross bank stubs generation. 2017-10-03 11:51:36 +02:00
g012
4d6749f1a3 Added related sections constraint. 2017-10-02 00:40:38 +02:00
g012
54b5939d8d Added skip() to make holes in sections. 2017-09-30 14:53:27 +02:00
g012
71e6f35a3c Sections now generate regular labels for themselves. 2017-09-30 00:35:59 +02:00
g012
6eeeb656bc Added package searcher for l65 (without module support, not needed). 2017-09-25 02:01:46 +02:00
g012
7eabbe80a6 First attempt to add k65 style syntax. 2017-09-22 23:58:01 +02:00
g012
378667685d Added dc.b/w/l syntax for auto encapsulation.
Disabled encapsulation for numbers and strings.
Added long() data definition function.
2017-09-22 12:29:48 +02:00
g012
a069b21c91 First VCS sample.
Fixed branch target offset.
Fixed empty location removal.
2017-09-21 22:55:09 +02:00