From a0b1fddbb55cbab9d482d4f8cffc7ffe87f73864 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sat, 15 Aug 2020 11:38:15 -0700 Subject: add register class constants to allow reasoning about register operands also bump to 0.1.1 --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 3fd659a..944e607 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +## 0.1.1 +* add `long_mode::register_class` and `protected_mode::register_class` where + `RegisterClass` constants for each register class are defined. + - without these, the only way to distinguish register classes would be string compares. bad. sorry! + ## 0.1.0 * port `long_mode` improvements to `protected_mode` decoder - real mode will wait until another day -- cgit v1.1