|
Forum Index : Microcontroller and PC projects : cmm2: peek short returning 32bits instead of 16?
| Author | Message | ||||
| epsilon Senior Member Joined: 30/07/2020 Location: BelgiumPosts: 255 |
Peek short returns a 32bit value instead of a 16bit value. Peek byte works fine. > print hex$(peek(short mm.info(program))) 722F2701 > print hex$(peek(word mm.info(program))) 722F2701 > print hex$(peek(byte mm.info(program))) 1 /Epsilon. Epsilon CMM2 projects |
||||
| matherp Guru Joined: 11/12/2012 Location: United KingdomPosts: 10582 |
Thanks: will be fixed in V5.05.05b10 |
||||
| The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |