Merge pull request #42 from ksherlock/nocrossbank

symbol table needs to be no-cross-bank
This commit is contained in:
Lane Roathe
2020-05-24 16:11:16 -07:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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