Nikola Ikonic writes:
> I am currently working on modifying FE to "swallow" piece of code
> similar to this one:
>
> _Asm void DoSomething(some_parameters) {
> mov r1, r2
> mov r2, r3
> ... and similar assembler code
> }
>
> The idea is to just take assembler body and parse it
Hello all,
Could anybody please answer me on one question which is related to
_cpp_line_note structure (GCC front end)?
I am currently working on modifying FE to "swallow" piece of code
similar to this one:
_Asm void DoSomething(some_parameters) {
mov r1, r2
mov r2, r3
.