Datasheet

ARMulator Reference
ARM DUI0058D Copyright © 1999-2001 ARM Limited. All rights reserved. 4-39
4.8.2 Writing to a specified address
The following functions write the specified word, halfword, or byte at the specified
address. Each function accesses memory without inserting cycles on the bus.
Syntax
void ARMulif_WriteWord(RDIModuleDesc *mdesc, ARMword address, ARMword data)
void ARMulif_WriteHalfword(RDIModuleDesc *mdesc, ARMword address, ARMword data)
void ARMulif_WriteByte(RDIModuleDesc *mdesc, ARMword address, ARMword data)
where:
mdesc
is the handle for the core.
address
is the address in simulated memory to write to.
data
is the word or byte to write.