Assembly Language Programming
-
Is there an Assembler available somewhere? Been poking around but couldn't find a clear answer?
-
@Max-Mitchell If you have installed the cross-compiler tools,
mipsel-openwrt-linux-as
is there alongside withmipsel-openwrt-linux-gcc
which can also compile inline assembler. This definitely works, as I have programmed the Omega2's DSP coprocessor with SIMD assembler instructions