User Activity

Hi folks,I have an assembly file with 2.5k lines and I'm facing a compiling issue.It seems that the problem is about the syntax -GNU compilation support a specific syntax while arm leagacy syntax is different. In example:name EQU 0xC vs.equ name 0xC ...