1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-21 09:16:34 +00:00

HuC6280: Full assembly support

This commit is contained in:
Karol Stasiak
2019-11-24 01:30:30 +01:00
parent 7f6a2beb6d
commit 59784ad5f1
18 changed files with 325 additions and 45 deletions
+2 -2
View File
@@ -23,13 +23,13 @@ if a line ends with a backslash character, the value continues to the next line.
* `65sc02` (65SC02)
* `65c02` (Rockwell 65C02; the instructions `BBRn`, `BBSn`, `SMBn`, `RMBn` are not supported yet)
* `65c02` (Rockwell 65C02)
* `w65c02` (WDC 65C02)
* `65ce02` (CSG 65CE02; experimental)
* `huc6280` (Hudson HuC6280; experimental, many instructions are not supported yet)
* `huc6280` (Hudson HuC6280)
* `65816` (WDC 65816/65802; experimental; currently only programs that use only 16-bit addressing are supported)