2025-04-27 07:49:33 -04:00

17 lines
467 B
C++

//----------------------------------------------------------------------------
//
// Assemble IA64 machine implementation.
//
// Copyright (C) Microsoft Corporation, 2000-2001.
//
//----------------------------------------------------------------------------
#include "ntsdp.hpp"
void
Ia64MachineInfo::Assemble(PADDR paddr, PSTR pchInput)
{
// Not going to implement assemble command at this time
ErrOut("No assemble support for IA64\n");
}