6 lines
62 B
NASM
6 lines
62 B
NASM
global interrupt_wrapper
|
|
|
|
section .text
|
|
interrupt_wrapper:
|
|
|
global interrupt_wrapper
|
|
|
|
section .text
|
|
interrupt_wrapper:
|
|
|