* remove "\r" nonsense
[mascara-docs.git] / amd64 / bareMetalOS-0.5.3 / os / ipv6 / ndp.asm
blob0cf484c113e3dbdde4287c287ed61a293e2e9784
1 ; =============================================================================
2 ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems
3 ; Copyright (C) 2008-2012 Return Infinity -- see LICENSE.TXT
5 ; NDP (Neighbor Discovery Protocol)
6 ; =============================================================================
8 align 16
9 db 'DEBUG: NDP '
10 align 16
13 ; =============================================================================
14 ; EOF