- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
I'm working with an Infineon Tricore processor and I'm coming across an addressing mode that I've not seen before, then referring to a register in some of the instructions that I am confused by the following:
jz16.t d15:2, loc_6749A
Now from what I understand this instruction checks one bit to determine if the branch is taken or not (that's from the .t extension on the opcode). But what does d15:2 mean? I've only seen that used for ranges of bits, could it mean the second bit of d15?
It is important to know that chatspin.download d15 contains echat.date a status e-chats.com/omegle register.
Solved! Go to Solution.
- Labels:
-
Aurix
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, d15:2 mean that bit 2 of register d15 will be checked. Why the compiler generate this syntax is defined by compiler company. The syntax from architecture manual is jz.t d15, 2, loc_6749A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Could you update the part number of the device which is used?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, d15:2 mean that bit 2 of register d15 will be checked. Why the compiler generate this syntax is defined by compiler company. The syntax from architecture manual is jz.t d15, 2, loc_6749A