adumont / hrm-cpu

Human Resource Machine - CPU Design #HRM
https://twitter.com/i/moments/1017515777610649601
GNU General Public License v3.0
71 stars 8 forks source link

Assembler: Wrong macro decoding for /A1 #39

Closed adumont closed 4 years ago

adumont commented 4 years ago

https://github.com/adumont/hrm-cpu/blob/bd2f2c0b4b06c1e505b4a78857023d149bdd995a/logisim/prog/assembler#L19

operand /A1 should decode to 0x01 no 0x00:

s/\/A1/\/1/g;