Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tricore instruction st.da circular addr mode #6456

Merged
merged 1 commit into from May 20, 2024

Commits on Apr 23, 2024

  1. Fix tricore instruction st.da circular addr mode

    At the manual https://www.infineon.com/dgdl/tc_v131_instructionset_v138.pdf?fileId=db3a304412b407950112b409b6dd0352
    It defines word as 32bits, and the instruction define a memory write of word len `(M(EA0, word) = A[a];`, so those are two 4bytes writes and not 2bytes writes
    rbran committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    cf21550 View commit details
    Browse the repository at this point in the history