0 Members and 3 Guests are viewing this topic.
Wow... What a post rush =]No disassembler.Not even a typer.Just a compiler which reads sources written directly using the os prgm editor.
Thx =]Ok, so that looks to me like a great deal.Another question :Does the 8811 limitation concerns all prgms, or only the ones made to be executed ?
Quote from: the_mad_joob on May 09, 2011, 05:31:05 pmThx =]Ok, so that looks to me like a great deal.Another question :Does the 8811 limitation concerns all prgms, or only the ones made to be executed ?That is the maximum number of executable bytes in an Assembly program, because it is loaded at $9D95, and executing on the RAM past $C000 causes a RAM clear. $C000 minus $9D95 is 8811, which is where this magic number comes from.