Assembler in C++
Posted: Tue Jan 05, 2021 3:19 pm
Hi everyone,
I am working on a project on the MOD M7AE70 board, I am trying to implement assembly code in a Netburner project but I can't find an example that can help me in executing this code Has anyone implemented assembly code in a Netburner project (using c ++) ? How can I implement this in my project?
The reason I want to implement this kind of code is because I want to make interrupts in assembler, I have previously reviewed in the Netburner examples the use of IntervalInterruptCallback, however the interruptions I need to do are too fast (500 microseconds) for what I think that the best way is using assembler to carry out this process.
I will appreciate all help.
Thanks Fredy Gutierrez
I am working on a project on the MOD M7AE70 board, I am trying to implement assembly code in a Netburner project but I can't find an example that can help me in executing this code Has anyone implemented assembly code in a Netburner project (using c ++) ? How can I implement this in my project?
The reason I want to implement this kind of code is because I want to make interrupts in assembler, I have previously reviewed in the Netburner examples the use of IntervalInterruptCallback, however the interruptions I need to do are too fast (500 microseconds) for what I think that the best way is using assembler to carry out this process.
I will appreciate all help.
Thanks Fredy Gutierrez