Works as expected:
```
>>>_a = typedVar("UInt4B", 0xFFFFFFFF)
>>>print _a
UInt4B at 0xffffffff Value: ????
```
Set maximum value of address:
```
>>>_a = typedVar("UInt4B", 0xFFFFFFFFFFFFFFFF)
>>>print _a
Traceback (most recent call last):
File "<input>", line 1, in <module>
DbgException: memory accessor range error <<<!!!!!!
```
Comments: ** Comment from web user: EreTIk **
```
>>>_a = typedVar("UInt4B", 0xFFFFFFFF)
>>>print _a
UInt4B at 0xffffffff Value: ????
```
Set maximum value of address:
```
>>>_a = typedVar("UInt4B", 0xFFFFFFFFFFFFFFFF)
>>>print _a
Traceback (most recent call last):
File "<input>", line 1, in <module>
DbgException: memory accessor range error <<<!!!!!!
```
Comments: ** Comment from web user: EreTIk **
fix: changeset 90890