mirror of
https://github.com/marketideas/qasm.git
synced 2026-04-21 07:16:30 +00:00
symbol table needs to be no-cross-bank since qasm uses mvn to copy entries into it (mvn won't cross banks)
This commit is contained in:
+1
-1
@@ -1603,7 +1603,7 @@ inclablect php
|
||||
lda userid
|
||||
ora #asmmemid
|
||||
pha
|
||||
pea $8004 ;page aligned/locked
|
||||
pea $8014 ;page aligned/locked/nocross
|
||||
psl #$00
|
||||
_NewHandle
|
||||
plx
|
||||
|
||||
+2
-2
@@ -1600,7 +1600,7 @@ inclablect php
|
||||
ldal userid
|
||||
ora #linkmemid
|
||||
pha
|
||||
pea $8004 ;page aligned/locked
|
||||
pea $8014 ;page aligned/locked/nocross
|
||||
psl #$00
|
||||
_NewHandle
|
||||
plx
|
||||
@@ -1648,7 +1648,7 @@ incasmlablect php
|
||||
lda userid
|
||||
ora #linkmemid+$100
|
||||
pha
|
||||
pea $8004 ;page aligned/locked
|
||||
pea $8014 ;page aligned/locked/nocross
|
||||
psl #$00
|
||||
_NewHandle
|
||||
plx
|
||||
|
||||
Reference in New Issue
Block a user