10-12-2022, 05:53 AM
(This post was last modified: 10-12-2022, 05:56 AM by mnrvovrfc.
Edit Reason: Dumb typing mistakes
)
(10-11-2022, 04:29 AM)eoredson Wrote: My reasoning is thus:It might be darned confusing, but you could employ "dot-h" files to include into QB64 code. The "dot-h" file could have something like is talked about in section 6.47 of "info gcc" manual: "How to use inline assembly language in C code".
If inline assembly could be injected into 'C' and inline 'C' could be injected (such as Mem.h) into QB64, then why not inject assembly into QB64!?
(I know it doesn't work like that but it is a passing idea)..
https://gcc.gnu.org/onlinedocs/gcc/Using...ith-C.html
It would have to be tested because QB64PE counts on "g++" not on the C compiler of "gcc".
Also @eoredson, it might not be supported by "MinGW" which comes with QB64 v2.0.2 32-bit which you have.