peek_l Function (Macro)

peekpoke.h

#define peek_l(addr) (*((unsigned long*)(long)(addr)))

Fetches a double word from the memory.

peek_l is like peek, but fetches a double word from the memory instead of a byte.