4b5a7fee14
backend into shape. It now generates binaries --- no idea whether they work or not.
5 lines
93 B
ArmAsm
5 lines
93 B
ArmAsm
.sect .text ; .sect .rom; .sect .data; .sect .bss
|
|
.define _errno
|
|
.sect .bss
|
|
_errno: .space 2
|