alojzjakob / Tamaguino

Tamagotchi pet clone for Arduino
https://alojzjakob.github.io/Tamaguino/
GNU General Public License v3.0
164 stars 46 forks source link

Tamaguino on stm32 #6

Open lraton opened 1 year ago

lraton commented 1 year ago

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

ArimoIO commented 1 year ago

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

lraton commented 1 year ago

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