xref: /netbsd-src/external/bsd/elftosb/dist/bdfiles/simple.e (revision 993229b6fea628ff8b1fa09146c80b0cfb2768eb)
1options {}
2
3# create a section
4section (0) {
5    load 0 > 0..256K;
6    load "hello world!" > 0x1000;
7}
8
9