* remove "\r" nonsense
[mascara-docs.git] / amd64 / bareMetalOS-0.5.2 / baremetal0.5.2 / os / ipv4 / udp.asm
blob5b7be0bce5e5de989706da4f1d48659f1643d31c
1 ; =============================================================================
2 ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems
3 ; Copyright (C) 2008-2011 Return Infinity -- see LICENSE.TXT
5 ; UDP (User Datagram Protocol)
6 ; =============================================================================
8 align 16
9 db 'DEBUG: IPv4 UDP '
10 align 16
15 ; =============================================================================
16 ; EOF