From 38a16909681be64c12a97fef83a90970c773cfe8 Mon Sep 17 00:00:00 2001 From: uz Date: Sun, 28 Feb 2010 10:22:26 +0000 Subject: [PATCH] Replaced '=' by ':=' where applicable and moved the atmos specific assembler include into the asminc directory. git-svn-id: svn://svn.cc65.org/cc65/trunk@4609 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- {libsrc/atmos => asminc}/atmos.inc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) rename {libsrc/atmos => asminc}/atmos.inc (66%) diff --git a/libsrc/atmos/atmos.inc b/asminc/atmos.inc similarity index 66% rename from libsrc/atmos/atmos.inc rename to asminc/atmos.inc index 54ca3b83d..dfbcd10de 100644 --- a/libsrc/atmos/atmos.inc +++ b/asminc/atmos.inc @@ -10,22 +10,22 @@ ; --------------------------------------------------------------------------- ; Low memory - -CAPSLOCK = $20C -CURS_Y = $268 -CURS_X = $269 -STATUS = $26A -TIMER3 = $276 -KEYBUF = $2DF + +CAPSLOCK := $20C +CURS_Y := $268 +CURS_X := $269 +STATUS := $26A +TIMER3 := $276 +KEYBUF := $2DF ; --------------------------------------------------------------------------- ; ROM entries -PRINT = $F77C +PRINT := $F77C ; --------------------------------------------------------------------------- ; I/O -SCREEN = $BB80 +SCREEN := $BB80