
6.7 Identifier reference
val setByte : word * int * int -> unit
setByte function takes three arguments, Address, Offset, and Value, and sets the value at the address given by (Address + Offset) to Value, where Value is a byte or character.

Generated with Harlequin WebMaker