mirror of
https://github.com/irmen/prog8.git
synced 2024-12-24 01:29:28 +00:00
things
This commit is contained in:
parent
82d7179c92
commit
e39a38b0d9
@ -558,7 +558,6 @@ internal class AsmGen(private val program: Program,
|
||||
when(register) {
|
||||
CpuRegister.A -> out(" pha")
|
||||
CpuRegister.X -> {
|
||||
// TODO get rid of REG_X altogether!
|
||||
if (CompilationTarget.instance.machine.cpu == CpuType.CPU65c02) out(" phx")
|
||||
else {
|
||||
val save = makeLabel("saveX")
|
||||
|
@ -3,9 +3,6 @@
|
||||
%import cx16flt
|
||||
%zeropage basicsafe
|
||||
|
||||
; TODO fix this, only black squares output...
|
||||
|
||||
|
||||
main {
|
||||
const uword width = 60
|
||||
const uword height = 50
|
||||
|
Loading…
Reference in New Issue
Block a user