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