* remove "\r" nonsense
[mascara-docs.git] / amd64 / bareMetalOS-0.5.2 / baremetal0.5.2 / os / ipv4 / tcp.asm
blobb26b38fe997973ab0d920bff7ffcec39df22d019
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 ; TCP (Transmission Control Protocol)
6 ; =============================================================================
8 align 16
9 db 'DEBUG: IPv4 TCP '
10 align 16
15 ; =============================================================================
16 ; EOF