[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Kyan Pascal question
- Subject: Kyan Pascal question
- From: "Guillaume Tello" <houten.van@wanadoo.fr>
- Date: Sat, 17 Jun 2006 09:40:19 +0200
- Newsgroups: comp.sys.apple2
- Organization: les newsgroups par Orange
- Xref: g2news2.google.com comp.sys.apple2:9677
Hello,
I wrote a little program using Hires:
-----------------------
#a
org $4000
#
program plot;
const...
var...
#i HIRES.I
begin
hgr;
...
tx;
end.
------------------------
it hangs before turing to high resolution. The org $4000 is used not to
overwrite the hires page starting at $2000.
if I compile it without org $4000, it works fine! (as my program is short,
it can be located between $800 and $2000).
ant ideas?
Guillaume.