mirror of
https://github.com/marketideas/qasm.git
synced 2024-12-28 06:29:58 +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:
parent
13473d448b
commit
8f7427d11d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user