Closed Dahfizz9897 closed 4 years ago
Not a typo. .globl and .global do the same thing, with .globl being the more common form used by GCC.
.globl
.global
Oh, interesting. I've never seen .globl
Not a typo.
.globl
and.global
do the same thing, with.globl
being the more common form used by GCC.