6 lines
77 B
NASM
6 lines
77 B
NASM
|
.386
|
||
|
.model flat
|
||
|
exception_handler proto
|
||
|
.safeseh exception_handler
|
||
|
end
|