Re: A86: Re: Re: Ztetris magic


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

Re: A86: Re: Re: Ztetris magic







>
>In a message dated 10/21/98 00:55:24 Eastern Daylight Time,
>assets@eden.rutgers.edu writes:
>
>> you have all of page 1 empty; it's better to store data there
>
>
>what is the starting address of page 1? (i assume it's already swapped when
>_exec_assembly is called)

$8000; there's only one op pushed onto the floating point stack when you run
an asm prog (except for sqrt programs), so it's safe to use $800b - $bfff

>
>is that $8800 or something close?