[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Kyan Pascal question



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.