BigEd / atalan

Automatically exported from code.google.com/p/atalan
MIT License
1 stars 0 forks source link

Sharing locations on Zero page #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have prepared fifteen.atl to show this problem, because I could not manage to 
separate this.

There are two procedures:
drawmainscreen
and copyblock invoked from drawmainscreen.

They are loopping because of memory conflict:

_s19__i equ 128

and

copyblock__xbm equ 128

Revision 82

The copyblock changes "i" variable above.

When you fix this, I'll continue in trying to make succesful compile of 
fifteen.atl

Original issue reported on code.google.com by jakub.hu...@gmail.com on 18 Dec 2010 at 12:16

GoogleCodeExporter commented 9 years ago
Ha! The logic of sharing was slightly more complicated than I originally 
thought.
Hopefully it's correct now.

Original comment by rudla.ku...@gmail.com on 19 Dec 2010 at 8:56