Mar 23, 2020
01:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mar 23, 2020
01:34 AM
1 Reply
Mar 23, 2020
04:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mar 23, 2020
04:11 AM
Hi
for interrupts, u can change the Base Interrupt Vector Table Pointer (BIV) content.

for traps, u can change the Base Trap Vector Table Pointer (BTV) content.

these are normally initialized in the startup code together with the compiler/linker files.
for interrupts, u can change the Base Interrupt Vector Table Pointer (BIV) content.
for traps, u can change the Base Trap Vector Table Pointer (BTV) content.
these are normally initialized in the startup code together with the compiler/linker files.