ctxppc / DRAMASimulator

iOS app implementing a rewindable simulator for the abstract DRAMA architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Address interpretation doesn’t always truncate the operand

ctxppc opened this issue · comments

Some commands do not truncate the final operand value to the address space when an address interpretation is specified.

The load command does this correctly, however this behaviour should be encapsulated in Machine so that all commands do this correctly by default.