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