Is there reason why gcc emits $ with constants? I dont think gas requires $. On Thu, Aug 30, 2012 at 4:10 PM, Sam <samueldotj@xxxxxxxxx> wrote: > But it fails because gcc emits the assembly code with $. > Is there a way to instruct gcc to avoid emitting $? > .pushsection .test > .long 0, $1, $2 <<<<<< > .popsection >