From c19c3544ddd0c0fedae60abc22c6372edbee036c Mon Sep 17 00:00:00 2001 From: Piotr Wiszowaty Date: Tue, 26 Aug 2014 19:13:28 +0200 Subject: [PATCH] Change core variables' locations --- foco65 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/foco65 b/foco65 index cc70154..6d93273 100755 --- a/foco65 +++ b/foco65 @@ -621,12 +621,12 @@ boot_text = """ [text-section] boot [code] -ip equ $80 -w equ $82 -z equ $84 -cntr equ $86 -tmp equ $88 -tmp2 equ $8A +ip equ $18 +w equ $1A +z equ $1C +cntr equ $1E +tmp equ $15 +tmp2 equ $3D pstack equ %(pstack_bottom)s boot