#pragma codeseg seg2
#include "th02/core/zunerror.h"
void pascal zun_error(zun_error_t err)
{
__asm mov ax, err;
__asm int 0x59
}