Hi, brothers,
Could anyone tell me the head.s file use the AT&T format assemble language
or the INTEL format assemble language?
you should look the code in the file head.s (Line 133)
  .macro kputc,val
  mov r0, \val
  bl putc
  .endm
  .macro kphex,val,len
  mov r0, \val
  mov r1, #\len
  bl phex
  .endm
that looks like its assemble language uses INTEL format? Is it?
But I think it should be the AT&T format, is it right?
-- 
Best Regards!                   zhangshaofeng
[EMAIL PROTECTED]
[EMAIL PROTECTED]
@Xi'an JiaoTong University
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to