DEEK - source-solutions/HELP GitHub Wiki
value = DEEK(address)
Returns the 16-bit value of the memory at segment * 16 + address
where segment
is the current segment set with DEF SEG.
address
is a numeric expression in [-32768 to 65535]
. Negative values are
interpreted as their two's complement.