/* copyfunctions base class Copyright (C) 2000 Martin Vogt This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation. For more information look at the file COPYRIGHT in this package */ #include "copyFunctions_asm.h" using namespace std; CopyFunctions_ASM::CopyFunctions_ASM() { } CopyFunctions_ASM::~CopyFunctions_ASM() { } int CopyFunctions_ASM::support() { return false; } void CopyFunctions_ASM::startNOFloatSection() { } void CopyFunctions_ASM::endNOFloatSection() { } void CopyFunctions_ASM::copy8_byte(unsigned char* , unsigned char* ,int ) { cout << "CopyFunctions_ASM::copy8_byte not implemented"<