mirror of
https://github.com/KarolS/millfork.git
synced 2024-12-27 19:30:04 +00:00
Updated Feature coverage per architecture (markdown)
parent
b560559cdf
commit
75beca5af4
@ -7,7 +7,7 @@ signed comparisons | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | 🐌 |
|
||||
stack variables | ✔️ | ✔️ | ✔️ | 🐌 | 🐌 | ✔️ | ✔️
|
||||
assembly | ✳️<sup>2</sup> | 🚧<sup>3</sup> | ✔️ | ✔️ | ✔️ | ❌ | ✔️
|
||||
other features | ✔️ | 🐌 | ✔️ | ✔️ | ✔️ | 🚧 | ✔️
|
||||
optimization | ✔️ | 🚧<sup>4</sup> | ✔️ | 🚧<sup>5</sup> | 🚧<sup>5</sup> | ❌ | ❌
|
||||
optimization | ✔️ | 🚧<sup>4</sup> | ✔️ | 🚧<sup>5</sup> | 🚧<sup>5</sup> | ❌ | 🚧
|
||||
assembly syntax colouring | ✔️ | 🚧<sup>4</sup> | ❌ | ❌ | ❌ | ❌ | ❌
|
||||
|
||||
##### Legend:
|
||||
@ -38,6 +38,4 @@ assembly syntax colouring | ✔️ | 🚧<sup>4</sup> | ❌ | ❌ | ❌ | ❌ |
|
||||
|
||||
* 65816 code is quite suboptimal. If you're targeting a 65816 machine only, consider using something else for the time being.
|
||||
|
||||
* 8086 code is simply a dumb translation from 8080 and is therefore very, very suboptimal. If you're targeting a 8086 machine only, consider using something else for the time being.
|
||||
|
||||
* CPU's from the 6809 family might be added in the future.
|
||||
* 8086 code is simply a dumb translation from 8080 and is therefore very, very suboptimal. If you're targeting a 8086 machine only, consider using something else for the time being.
|
Loading…
Reference in New Issue
Block a user