Chris-Johnston / Easier68k

Work In Progress - A Python M68k assembler and simulator.
https://chris-johnston.me/Easier68k/
MIT License
15 stars 6 forks source link

Needs Support for negative Immediate parameters, Utility conversion functions for negative #s #78

Closed Chris-Johnston closed 6 years ago

Chris-Johnston commented 6 years ago

In addition to negative immediate support, need to add conversion functions for negative numbers.

the conversion functions should convert signed integer numbers into their 32 bit, 16 bit and 8 bit representations so that it can be stored in memory

also need to support converting it back

Chris-Johnston commented 6 years ago

Fixed in #88