speek_w Function (Macro)

peekpoke.h

#define speek_w(addr) (*((signed short*)(long)(addr)))

Fetches a signed word from the memory.

speek_w is like peek_w, but the result is interpreted as a signed word.