mirror of
https://github.com/KarolS/millfork.git
synced 2025-01-16 00:31:30 +00:00
added 8086
parent
825d436bf3
commit
15b837bc9d
@ -1,14 +1,14 @@
|
|||||||
The following table shows which features are implemented for which CPU architecture.
|
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 | ✔️ | ✔️ | ✔️ | ✔️ | ✔️
|
signed comparisons | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | 🐌
|
||||||
stack variables | ✔️ | ✔️ | ✔️ | 🐌 | 🐌
|
stack variables | ✔️ | ✔️ | ✔️ | 🐌 | 🐌 | ✔️
|
||||||
assembly | ✳️<sup>2</sup> | 🚧<sup>3</sup> | ✔️ | ✔️ | 🚧<sup>4</sup>
|
assembly | ✳️<sup>2</sup> | 🚧<sup>3</sup> | ✔️ | ✔️ | 🚧<sup>4</sup> | ❌
|
||||||
other features | ✔️ | 🐌 | ✔️ | ✔️ | ✔️
|
other features | ✔️ | 🐌 | ✔️ | ✔️ | ✔️ | 🚧
|
||||||
optimization | ✔️ | 🚧<sup>5</sup> | ✔️ | 🚧<sup>6</sup> | 🚧<sup>6</sup>
|
optimization | ✔️ | 🚧<sup>5</sup> | ✔️ | 🚧<sup>6</sup> | 🚧<sup>6</sup> | ❌
|
||||||
assembly syntax colouring | ✔️ | 🚧<sup>5</sup> | ❌ | ❌ | ❌
|
assembly syntax colouring | ✔️ | 🚧<sup>5</sup> | ❌ | ❌ | ❌ | ❌
|
||||||
|
|
||||||
##### Legend:
|
##### Legend:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user