ack/plat/cpm/libsys/asm.h

14 lines
142 B
C
Raw Normal View History

2019-06-11 17:40:46 +00:00
#ifndef ASM_H
#define ASM_H
! Declare segments (the order is important).
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
#endif