Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SE Basic support
#4
The compiler calls the ROM when doing floating point ops (+, -, *, /, SIN, COS... etc). For integer / fixed values it does not.
It also calls the ROM for plotting (DRAW and CIRCLE are implemented, but they call PLOT in the end).

You can get the entire program asm code of your program with --asm option. So could try creating a .bas program file, and compile it with --asm and see the generated assembler code. You can use it to check if there's something you can take profit from.

Also, the code in the library/asm is free if you want to include it in your projects in anyway. Everything is GPLv2 licensed.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)