1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
options { flags = 0x100; } sources { hwstub = extern(0); } section(0) { load hwstub > 0; jump 0; }