* mikeOS 16 bit and amd64 baremetal
[mascara-docs.git] / amd64 / bareMetalOS-0.5.2 / baremetal0.5.2 / os / ipv4 / udp.asm
blobe551ba89a3f4e572c231d468a9a696d4c7f3716f
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