Add missing file.

This commit is contained in:
David Given 2019-06-11 19:40:46 +02:00
parent 6948e7cbe1
commit f58d7e7d30

13
plat/cpm/libsys/asm.h Normal file
View file

@ -0,0 +1,13 @@
#ifndef ASM_H
#define ASM_H
! Declare segments (the order is important).
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
#endif