#ifndef ASM_H
#define ASM_H

! Declare segments (the order is important).

.sect .text
.sect .rom
.sect .data
.sect .bss

.sect .text

#endif