Replace C style comments in assembly code with true assembly comments for consistency...
[pub/USBasp.git] / BuildTests / ModuleTest / Dummy.S
1 ;
2 ; LUFA Library
3 ; Copyright (C) Dean Camera, 2012.
4 ;
5 ; dean [at] fourwalledcubicle [dot] com
6 ; www.lufa-lib.org
7 ;
8
9 ; Copyright 2012 Dean Camera (dean [at] fourwalledcubicle [dot] com)
10 ;
11 ; Permission to use, copy, modify, distribute, and sell this
12 ; software and its documentation for any purpose is hereby granted
13 ; without fee, provided that the above copyright notice appear in
14 ; all copies and that both that the copyright notice and this
15 ; permission notice and warranty disclaimer appear in supporting
16 ; documentation, and that the name of the author not be used in
17 ; advertising or publicity pertaining to distribution of the
18 ; software without specific, written prior permission.
19 ;
20 ; The author disclaim all warranties with regard to this
21 ; software, including all implied warranties of merchantability
22 ; and fitness. In no event shall the author be liable for any
23 ; special, indirect or consequential damages or any damages
24 ; whatsoever resulting from loss of use, data or profits, whether
25 ; in an action of contract, negligence or other tortious action,
26 ; arising out of or in connection with the use or performance of
27 ; this software.
28
29 .section .text
30
31
32 # Mandatory entry point for successful compilation and link
33 .global main
34 main:
35
36
37 # Mandatory callback needed for base compile of the USB driver
38 .global CALLBACK_USB_GetDescriptor
39 CALLBACK_USB_GetDescriptor: