mirror of
https://github.com/irmen/prog8.git
synced 2024-11-22 15:33:02 +00:00
slight tweak to 64tass .cpu to enable wdc65c02 variant on cx16 with its extra opcodes
This commit is contained in:
parent
a95677564e
commit
001d01fdaf
@ -96,7 +96,7 @@ internal class AsmGen(private val program: Program,
|
||||
val ourName = this.javaClass.name
|
||||
val cpu = when(compTarget.machine.cpu) {
|
||||
CpuType.CPU6502 -> "6502"
|
||||
CpuType.CPU65c02 -> "65c02"
|
||||
CpuType.CPU65c02 -> "w65c02"
|
||||
else -> "unsupported"
|
||||
}
|
||||
|
||||
|
@ -3,7 +3,6 @@ TODO
|
||||
====
|
||||
|
||||
- rename kernel -> kernal
|
||||
- add sys.halt() that is smart on the 65c02
|
||||
- add sound to the cx16 tehtriz
|
||||
|
||||
- add const arrays and cost strings
|
||||
|
Loading…
Reference in New Issue
Block a user