Carcará BASIC

By ricbit

Champion (438)

ricbit's picture

20-11-2016, 20:29

I wrote a BASIC extension to make the math-pack run faster. Currently it uses the R800's muluw to improve integer multiplication, but the goal is to use GR8NET's hardware accelerator to improve floating-point math as well. Source code, binary download and usage are available at github:

https://github.com/ricbit/carcara

Right now there is only a 10% gain over standard BASIC in turboR, but the plan is to improve it.

Login or register to post comments

By NYYRIKKI

Enlighted (6016)

NYYRIKKI's picture

20-11-2016, 20:54

Plese see also: MSX tR speedup tools

By AxelStone

Prophet (3189)

AxelStone's picture

20-11-2016, 21:58

Nice project! Wink