mirror of
https://github.com/KarolS/millfork.git
synced 2024-12-27 19:30:04 +00:00
added 8086
parent
825d436bf3
commit
15b837bc9d
@ -1,14 +1,14 @@
|
||||
The following table shows which features are implemented for which CPU architecture.
|
||||
|
||||
feature | 6502 | 65816 | Z80 | 8080 | LR35902
|
||||
feature | 6502 | 65816 | Z80 | 8080 | LR35902 | 8086
|
||||
--|--|--|--|--|--
|
||||
`*`, `*=` | ✔️ | ✔️ | ✔️ | ✔️ | ✔️
|
||||
signed comparisons | ✔️ | ✔️ | ✔️ | ✔️ | ✔️
|
||||
stack variables | ✔️ | ✔️ | ✔️ | 🐌 | 🐌
|
||||
assembly | ✳️<sup>2</sup> | 🚧<sup>3</sup> | ✔️ | ✔️ | 🚧<sup>4</sup>
|
||||
other features | ✔️ | 🐌 | ✔️ | ✔️ | ✔️
|
||||
optimization | ✔️ | 🚧<sup>5</sup> | ✔️ | 🚧<sup>6</sup> | 🚧<sup>6</sup>
|
||||
assembly syntax colouring | ✔️ | 🚧<sup>5</sup> | ❌ | ❌ | ❌
|
||||
`*`, `*=` | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | 🐌
|
||||
signed comparisons | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | 🐌
|
||||
stack variables | ✔️ | ✔️ | ✔️ | 🐌 | 🐌 | ✔️
|
||||
assembly | ✳️<sup>2</sup> | 🚧<sup>3</sup> | ✔️ | ✔️ | 🚧<sup>4</sup> | ❌
|
||||
other features | ✔️ | 🐌 | ✔️ | ✔️ | ✔️ | 🚧
|
||||
optimization | ✔️ | 🚧<sup>5</sup> | ✔️ | 🚧<sup>6</sup> | 🚧<sup>6</sup> | ❌
|
||||
assembly syntax colouring | ✔️ | 🚧<sup>5</sup> | ❌ | ❌ | ❌ | ❌
|
||||
|
||||
##### Legend:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user