1
0
mirror of https://github.com/cc65/cc65.git synced 2025-04-09 10:39:40 +00:00

tmp1 is on zeropage hence correct .importzp

git-svn-id: svn://svn.cc65.org/cc65/trunk@2232 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
izydorst 2003-07-21 18:03:14 +00:00
parent d134c72cfd
commit 98ef42aeaf

View File

@ -9,7 +9,7 @@
.export _get_ostype
.export _get_tv
.import tmp1
.importzp tmp1
.include "../inc/geossym.inc"
.include "../inc/geossym2.inc"