Wanted memory writing functions (similar to loadXxx/ptrXxx functions)
Proposal for names:
loadBytes <-> storeBytes
<...>
ptrByte <-> writeByte
<...>
Comments: ** Comment from web user: kernelnet **
Proposal for names:
loadBytes <-> storeBytes
<...>
ptrByte <-> writeByte
<...>
Comments: ** Comment from web user: kernelnet **
ОК, давай с простого начнем.
Только мне не очень нра сигнатруа 'store', все же по смыслу write больше подходит:
loadBytes -> writeBytes
ptrByte -> setByte ( если бы изначально был getByte, вообще было бы логично :), но можно ксати сделать псевдонимы )