riscv-non-isa / riscv-asm-manual

RISC-V Assembly Programmer's Manual
https://jira.riscv.org/browse/RVG-4
Creative Commons Attribution 4.0 International
1.44k stars 238 forks source link

Fix typo #33

Closed Dahfizz9897 closed 4 years ago

aswaterman commented 4 years ago

Not a typo. .globl and .global do the same thing, with .globl being the more common form used by GCC.

Dahfizz9897 commented 4 years ago

Oh, interesting. I've never seen .globl