334
edits
m (→wordArrayRead: fmt) |
(→wordArrayWrite: added from website) |
||
Line 892: | Line 892: | ||
==wordArrayWrite== | ==wordArrayWrite== | ||
'''Encoding''' | |||
''47 arrayp^8'' | |||
'''Stack''' | |||
''( index value : -)'' | |||
'''Operation''' | |||
''arrayp [0, index ] := value'' | |||
Writes value to the array whose resource number is pointed to by ''arrayp'' at offset (0, ''index''). The array can be a byte or word array; when writing to a byte array, value is truncated. | |||
==wordVarDec== | ==wordVarDec== |
edits