```
>!py
>>>a = typedVar("Int4B", reg("eip"))
>>>print a
Int4Bat 0x2165718192 Value: 0x6aec8b55 (1793887061)
```
It should be:
Int4B at 0x81163cb0 Value: 0x6aec8b55 (1793887061)
Omitted a space symbol after type name, address output as decimal inspite of 0x prefix
Comments: ** Comment from web user: EreTIk **
>!py
>>>a = typedVar("Int4B", reg("eip"))
>>>print a
Int4Bat 0x2165718192 Value: 0x6aec8b55 (1793887061)
```
It should be:
Int4B at 0x81163cb0 Value: 0x6aec8b55 (1793887061)
Omitted a space symbol after type name, address output as decimal inspite of 0x prefix
Comments: ** Comment from web user: EreTIk **
kdlibcpp dev-branch fixed (changeset/88975)