Next: , Previous: , Up: Mapping   [Contents][Index]


17.14.3 Mapping Simple Types

Simple values (i.e. integers, offsets, strings) cannot be mapped. Therefore, if the type specified in the map is a simple type, the resulting value will be a regular non-mapped value. Examples:

(poke) uint<8> @ 0#B
0x7fUB
(poke) string @ 0#B
"ELF"