windows-nt/Source/XPSP1/NT/sdktools/debuggers/ntsd64/ia64_asm.cpp

17 lines
451 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
//----------------------------------------------------------------------------
//
// 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");
}