speek Function (Macro)

peekpoke.h

#define speek(addr) (*((signed char*)(long)(addr)))

Fetches a signed byte from the memory.

speek is like peek, but the result is interpreted as a signed byte.