Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
BASIC FROGGER
#4
Yes, I was referring to DEF ADD.
It seems you wanted to copy memory from one place to another.

You could do it with:
Code:
FOR i = 1 to 128
   POKE 16384 + i , PEEK 25000 + i
NEXT i

Not sure if this would be fast enough, but compiling with -O3 or -O4 and measuring the speed will give you a hint.
DEF ADD cannot be used because variables are static, not dynamic in compiled BASIC and this var is not used at all.
But probably there's a workaround that can be admitted in the contest. Shy


Also, please, please,  Angel I'd like to add DEFCC compatibility in PRINT (not sure if you read my private msg?).
If you could tell me more about it (I couldn't find much info), I'll be gratetul.
Reply


Messages In This Thread
BASIC FROGGER - by maeloterkim - 10-04-2021, 10:14 PM
RE: BASIC FROGGER - by boriel - 10-05-2021, 05:41 PM
RE: BASIC FROGGER - by maeloterkim - 10-05-2021, 06:38 PM
RE: BASIC FROGGER - by boriel - 10-05-2021, 06:58 PM
RE: BASIC FROGGER - by maeloterkim - 10-05-2021, 07:43 PM
RE: BASIC FROGGER - by boriel - 11-15-2021, 11:02 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)