1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-21 09:16:34 +00:00

Fixed return dispatch returns on LUnix. Added non-relocated address constants.

This commit is contained in:
Karol Stasiak
2018-06-10 01:56:04 +02:00
parent 8a417768b8
commit 278cbcec63
5 changed files with 72 additions and 21 deletions
+2
View File
@@ -1,5 +1,7 @@
const word lkf_jumptab = $200
byte relocation_offset @$1001
inline asm byte get_ipid() {
? lda 2
? rts