Add missing file.
This commit is contained in:
parent
6948e7cbe1
commit
f58d7e7d30
13
plat/cpm/libsys/asm.h
Normal file
13
plat/cpm/libsys/asm.h
Normal 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
|
Loading…
Reference in a new issue