What is gas ".code" directive?

Rick Mann rmann@latencyzero.com
Fri Oct 26 01:06:00 GMT 2007


In the ARM port of freeRTOS there's some assembly like this:

> 	.extern main
> 	.extern exit
> 	.extern AT91F_LowLevelInit
>
> 	.text
> 	.code 32
>
>
> 	.align  0
>
> 	.extern __stack_end__


I'm not sure what .code 32 is. There's no mention of it in the TOC  
for the gas directives.

TIA,
Rick



More information about the Binutils mailing list