Virgil Dupras
|
76e698157c
|
z80: remove layer of indirection in most "next" calls
The only calls still using the stable ABI indirection are those
made before the next routine is created.
|
2020-06-18 07:24:47 -04:00 |
|
Virgil Dupras
|
eba83fa9a9
|
z80: use named labels for boot routines
The usage of numerotated labels for this was becoming severly
confusing.
|
2020-06-18 07:16:40 -04:00 |
|
Virgil Dupras
|
40f92b9bab
|
z80: optimize chkPS
Inline it in next and make chkPS, call a newly reserved label for
it directly, removing a layer of indirection. This frees a spot in
the stable ABI.
|
2020-06-14 09:48:10 -04:00 |
|
Virgil Dupras
|
31095bc04d
|
z80: remove call indirections in tight spots
|
2020-06-14 09:29:34 -04:00 |
|
Virgil Dupras
|
295b4b6e0a
|
z80a: add BIN( parameter
Will be useful for assembling binaries for the TRS-80 which can't start
at addr 0.
|
2020-04-27 15:11:38 -04:00 |
|
Virgil Dupras
|
503dbe9a2c
|
Copy boot.z80 to blkfs
|
2020-04-22 21:19:12 -04:00 |
|