Closed ncatelli closed 4 years ago
This PR simplifies the AddressMode type and converts the old AddressMode type to an AddressModeWithOperand type. In addition, this PR implements traits to easy the comparison of the two types.
AddressMode
AddressModeWithOperand
relates to #3
Introduction
This PR simplifies the
AddressMode
type and converts the oldAddressMode
type to anAddressModeWithOperand
type. In addition, this PR implements traits to easy the comparison of the two types.Linked Issues
relates to #3
Dependencies
Test
Review
Deployment