speek_l Function (Macro)

peekpoke.h

#define speek_l(addr) (*((signed long*)(long)(addr)))

Fetches a signed double word from the memory.

speek_l is like peek_l, but the result is interpreted as a signed double word.