NotificationMon.ƒ/Source/errorDebug.c

void error(Str255 msg, short err)
{
    asm { move.w    err,d0 }
    DebugStr(msg);
}