-
Notifications
You must be signed in to change notification settings - Fork 0
DOKE
Andrew Owen edited this page May 30, 2023
·
2 revisions
DOKE address, value
Sets the 16-bit value of the memory byte pair at segment * 16 + address
to
value
, where segment
is the current segment set with DEF SEG
.
-
address
is a numeric expression in[0 to 65535]
. Negative values are interpreted as their two's complement. -
value
is a numeric expression in[0 to 65535]
.
-
DEF SEG
is not yet implemented in SE Basic IV.
-
address
orvalue
has a string value: Type mismatch. -
address
is not in[-32768 to 65535]
: Overflow. -
value
is not in[-32768 to 32767]
: Overflow. -
value
is not in[0 to 65535]
: Illegal function call.
- Press
RETURN
to return to this menu. - Enter the name of a
TOPIC
to display it. - Enter
EXIT
to return to BASIC.
Choose from the following topics: