-
Notifications
You must be signed in to change notification settings - Fork 304
Open
Labels
Description
I would like for GCC generated assembly to be able to be directly compiled (with libc features replaced). A fair number of small features need to be added to make that possible.
.section .rodatashould not have no effect- put it in
.dataat least - maybe add a
.rodatasection
- put it in
- Allow
.align nin.text- should work properly with
n >= 4 n < 4can just be made inton = 4
- should work properly with
- Allow
.type- probably just ignore it for now
- Extra psuedo-instructions
add sp,sp, -32lui a5, %hi(.LC0)addi a0,a5,%lo(.LC0)jr ra
Reactions are currently unavailable