mirror of
https://github.com/raphnet/4nes4snes
synced 2024-11-13 12:35:07 -05:00
22 lines
604 B
NASM
22 lines
604 B
NASM
/* Name: usbdrvasm.asm
|
|
* Project: AVR USB driver
|
|
* Author: Christian Starkjohann
|
|
* Creation Date: 2006-03-01
|
|
* Tabsize: 4
|
|
* Copyright: (c) 2006 by OBJECTIVE DEVELOPMENT Software GmbH
|
|
* License: Proprietary, free under certain conditions. See Documentation.
|
|
* This Revision: $Id: usbdrvasm.asm,v 1.1 2007-03-25 02:59:31 raph Exp $
|
|
*/
|
|
|
|
/*
|
|
General Description:
|
|
The IAR compiler/assembler system prefers assembler files with file extension
|
|
".asm". We simply provide this file as an alias for usbdrvasm.S.
|
|
|
|
Thanks to Oleg Semyonov for his help with the IAR tools port!
|
|
*/
|
|
|
|
#include "usbdrvasm.S"
|
|
|
|
end
|