bakingpi-www
bakingpi-www copied to clipboard
modify ok01.html .globl to .global
Should .globl be .global?
Nope. In ARM Assembly it is .glob not .global
Pretty sure .globl
and .global
are both acceptable.
.glob
is definitely not something, though.
Both are valid assembly (if using the GNU toolchain): https://sourceware.org/binutils/docs/as/Global.html