mirror of https://github.com/nmlgc/ReC98.git
13 lines
150 B
NASM
13 lines
150 B
NASM
![]() |
public NULLFUNC_NEAR
|
||
|
nullfunc_near proc near
|
||
|
retn
|
||
|
nullfunc_near endp
|
||
|
even
|
||
|
|
||
|
|
||
|
public NULLFUNC_FAR
|
||
|
nullfunc_far proc far
|
||
|
retf
|
||
|
nullfunc_far endp
|
||
|
even
|