1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-03-29 16:29:44 +00:00

modkeep some libraries so PLFORTH can link to them

This commit is contained in:
David Schmenk 2023-12-28 13:31:42 -08:00
parent 677869ed4c
commit 9aa0ab68ee
5 changed files with 28 additions and 23 deletions

View File

@ -403,4 +403,5 @@ when MACHID & MACHID_MODEL
break
otherwise // MACHID_II puts("Found MACHID_MODEL = $"); putb(MACHID & MACHID_MODEL); putln
wend
return modkeep
done

View File

@ -607,4 +607,5 @@ dgrTile:1 = @drawbuff
dgrTile:6 = @drawbuff+1
// Put read AUX mem routine in scary location
memcpy($0100, @auxRead, 9)
return modkeep
done

View File

@ -479,4 +479,5 @@ when MACHID & MACHID_MODEL
break
otherwise // Apple ][
wend
return modkeep
done

View File

@ -513,4 +513,5 @@ grBLT:1 = @drawbuff
grBLT:6 = @drawbuff+1
grTile:1 = @drawbuff
grTile:6 = @drawbuff+1
return modkeep
done

View File

@ -503,4 +503,5 @@ _vlineB:6 = @err
_vlineB:9 = @err
_vlineB:13 = @err.1
_vlineB:16 = @err.1
return modkeep
done