Command: LODS - Load from String
Arguments: src: memory location
Usage: LODS src
Effects: Loads a byte/doubleword from [DS:SI] or [DS:ESI] into AL/AX/EAX and increments or decrements SI/ESI (depending on the direction flag, decrements if DF is set)
Flags to be set: none