metrowrap 0.2.0

A mwcc wrapper
Documentation
1
2
3
4
5
6
7
8
9
.set noat
.set noreorder

# This file only defines rodata symbols, no function
.section .rodata
.align 2
dlabel OnlyRodata
    .asciz "This is only rodata, no code"
.size OnlyRodata, . - OnlyRodata