메소드 | 설명 | |
---|---|---|
Clear ( ) : void | ||
Clear ( int address, int length ) : void | ||
MemCopy ( int destinationAddress, int sourceAddress, int count ) : void | ||
MemSet ( int destinationAddress, byte value, int count ) : void | ||
NewBytePointer ( int address ) : RamBytePointer | ||
RamBase ( int size ) : System | ||
Write ( int address, byte bytes ) : void | ||
this ( RamBytePointer pointer ) : byte | ||
this ( int address ) : byte |
public MemCopy ( int destinationAddress, int sourceAddress, int count ) : void | ||
destinationAddress | int | |
sourceAddress | int | |
count | int | |
리턴 | void |
public MemSet ( int destinationAddress, byte value, int count ) : void | ||
destinationAddress | int | |
value | byte | |
count | int | |
리턴 | void |
public NewBytePointer ( int address ) : RamBytePointer | ||
address | int | |
리턴 | RamBytePointer |