freezed v1.0 to tags
added version and release date in source comments
added tags directory
validating the MAC address separator (must be a...
MAC address is validated (but not its separators)
explicit mention of byte operand when doing a C...
added comments and optimized one INC AL into IN...
size optimizations in arg-space parsing routine
using lodsb and stosb in lieu of mov ops on [di...
using explicit short jumps for clarity of the code
removed useless pktoff & pktseg variables, also...
merged filling dst mac and sync stream together
documented pkt drv spec v1.10 requirement (no h...
optimized argument parsing
replaced mov di+add di by a shorter lea
scanning interrupts without relying on DL (reus...
argument can be prefixed with a variable number...
use LOOP instead of CX-- + JNZ label
initial import