You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interpreter: de-duplicate code and make it not fail for unions
evaluate_address(byte_extract) and evaluate(byte_extract) had almost the
same implementation. Instead of the duplication, use `evaluate_address`
to implement `evaluate` and just handle the remaining bits in
`evaluate`.
byte_extract still has a number of problems, as the regression test
shows: addressing works at the object level, not at the level of
individual bytes. Thus we can compute the correct address, but still
wouldn't access the right bytes.
0 commit comments