Jump to content

pedromagician

New Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by pedromagician

  1. I see "Bit 1 - 0=ATARI BASIC ROM, 1=RAM" I don't know how to do it though Now I use this PROC WarmReset=$E474 () BYTE BASICF=1016 IF BASICF=0 THEN BASICF=1 WarmReset() FI
  2. Hi! Is there any way to disable BASIC from Action! code?
  3. I'm a bit confused code to detect free memory: CARD MEMTOP=$2E5, freemem=[0] CARD ARRAY EndOfProgram(1) PROC Main() freemem=MEMTOP-EndOfProgram PrintF("Total free memory=%U%E", freemem) RETURN returns strange results: ACTION-36-ROM-OSS.car = 36104 ACTION-37-ROM-OSS-16k.car = 36104 ACTION-37-ROM-Plain-16k.car = 27912 Does anyone know why this is so?
  4. Well thank you. I tried it but the compilation ends with error 8
  5. This is old conversation but would you be so kind to publish this code?
×
×
  • Create New...