Tamaguino icon indicating copy to clipboard operation
Tamaguino copied to clipboard

Tamaguino on stm32

Open lraton opened this issue 2 years ago • 2 comments

I need to put this game on a stm32 (with stm32duino), but after 4 or 5 float error now i have the last error and is "Error: bad instruction `jmp 0'" and i don't know what i can do, if a remove the line "asm volatile (" jmp 0");" the program compile but don't work

lraton avatar Jan 18 '23 00:01 lraton

did you found a clever solution for this "float" errors? (have the same issues)

ArimoIO avatar Apr 03 '23 06:04 ArimoIO

only putting the variable with errors in float(), and the for the jmp0 i use another instruction that i don't remember, but it compile without running

lraton avatar Apr 04 '23 17:04 lraton