use start address from target configuration file

This commit is contained in:
nino-porcino 2021-12-16 18:34:16 +01:00
parent 1941f613d8
commit 56f88849f0
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
#ifdef APPLE1
// APPLE1
#pragma start_address(0x4000)
// APPLE1
const word WOZMON = 0xFF1F; // enters monitor
const word ECHO = 0xFFEF; // output ascii character in A (A not destroyed)
const word PRBYTE = 0xFFDC; // print hex byte in A (A destroyed)