0 Members and 1 Guest are viewing this topic.
I know it will take more time and I definitely need to go with C/C++ as well (I'm trying to learn it anyways), but assembly attracts me for some reason I like the low-levelness of it.
I have a question though: When I comment out "bl lcd_ingray" in the asm example, the editor promptly closes (crashes ?). Commenting out "lcd_ingray()" in the C example however doesn't crash and the program works fine.