01-10-2023, 02:48 AM
I use FreeBasic which has support for inline asm but I avoid it due to portability and also because inline asm can often interfere with gcc optimization
I think that code readability is priority one and using asm code in the middle of Basic will most likely make it non-portable and hard to understand
I think that code readability is priority one and using asm code in the middle of Basic will most likely make it non-portable and hard to understand