mirror of
https://github.com/irmen/prog8.git
synced 2024-11-18 19:12:44 +00:00
just call the asmsub
This commit is contained in:
parent
09bd47f98b
commit
680b2df08a
@ -11,16 +11,7 @@ main {
|
||||
|
||||
sub start() {
|
||||
txt.print("calculating mandelbrot fractal...")
|
||||
|
||||
%asm {{
|
||||
stx P8ZP_SCRATCH_REG
|
||||
; reset the jiffy clock
|
||||
ldx #0
|
||||
ldy #0
|
||||
lda #0
|
||||
jsr c64.SETTIM
|
||||
ldx P8ZP_SCRATCH_REG
|
||||
}}
|
||||
c64.SETTIM(0, 0, 0)
|
||||
|
||||
ubyte pixelx
|
||||
ubyte pixely
|
||||
|
Loading…
Reference in New Issue
Block a user