Change core variables' locations

This commit is contained in:
Piotr Wiszowaty 2014-08-26 19:13:28 +02:00 committed by Piotr Wiszowaty
parent 60f879b810
commit c19c3544dd
1 changed files with 6 additions and 6 deletions

12
foco65
View File

@ -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