Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Some functions can be optimized in assembly to improve the performance of the network protocol stack. An easy candidate is the checksum function. It is used at multiple levels in the stack, and a checksum is generally coded as a long loop.

Code Block
\Micrium
	    \Software
		
        \uC-TCPIP
			\Ports
				\<architecture>
					\<compiler>
						
            \Ports
                \<architecture>
                    \<compiler>
                        \net_util_a.asm

\Micrium

Contains all software components and projects provided by Micrium.

...