ncatelli / spasm

An experimental multi-target assembler.
Apache License 2.0
4 stars 0 forks source link

Add AddressMode and AddressModeWithOperand types #9

Closed ncatelli closed 4 years ago

ncatelli commented 4 years ago

Introduction

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.

Linked Issues

relates to #3

Dependencies

Test

Review

Deployment