1
0
mirror of https://github.com/raphnet/4nes4snes synced 2024-08-13 16:23:46 -04:00
4nes4snes/usbdrv/usbdrvasm.asm

22 lines
608 B
NASM
Raw Normal View History

2007-03-24 22:59:30 -04:00
/* 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
2009-05-02 08:41:40 -04:00
* License: GNU GPL v2 (see License.txt) or proprietary (CommercialLicense.txt)
* This Revision: $Id: usbdrvasm.asm,v 1.2 2009-05-02 12:41:41 cvs Exp $
2007-03-24 22:59:30 -04:00
*/
/*
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