Guest User

Untitled

a guest
May 27th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. define region GlobalINT = mem:[from 0x000D8 to 0x00FFF];
  2. define region MyRegion1 = mem:[from 0x02000 to 0x0FFFF];
  3. define region MyRegion2 = mem:[from 0x10000 to 0x1DFFF];
  4.  
  5. "MyGlobalINT": place in GlobalINT {ro section .text object interrupt_reroute.o };
  6. "MyRegion1":place in MyRegion1 {ro section .text object interrupt1.o};
  7. "MyRegion2":place in MyRegion2 {ro section .textf object interrupt2.o};
Add Comment
Please, Sign In to add comment