mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-04-06 15:41:05 +00:00
Re-added meaningful SYM test reference files.
This commit is contained in:
parent
59f6937835
commit
179572d979
@ -2273,7 +2273,7 @@ public class TestPrograms {
|
||||
boolean success = true;
|
||||
ReferenceHelper helper = new ReferenceHelperFolder(refPath);
|
||||
success &= helper.testOutput(fileName, ".asm", program.getAsm().toString(false));
|
||||
success &= helper.testOutput(fileName, ".sym", program.getScope().toString(program));
|
||||
success &= helper.testOutput(fileName, ".sym", program.getScope().toString(program, null));
|
||||
success &= helper.testOutput(fileName, ".cfg", program.getGraph().toString(program));
|
||||
success &= helper.testOutput(fileName, ".log", program.getLog().toString());
|
||||
if(!success) {
|
||||
|
@ -1 +1,16 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte) SZ
|
||||
(const byte) SZ#0 SZ = (byte) $f
|
||||
(byte[SZ#0]) items
|
||||
(const byte[SZ#0]) items#0 items = { fill( SZ#0, 0) }
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@return
|
||||
(byte*) main::cur_item
|
||||
(byte) main::sub
|
||||
(byte) main::sub#1 reg byte x 16.5
|
||||
(byte) main::sub#2 reg byte x 22.0
|
||||
|
||||
reg byte x [ main::sub#2 main::sub#1 ]
|
||||
|
@ -1 +1,31 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte) ITEM_COUNT
|
||||
(const byte) ITEM_COUNT#0 ITEM_COUNT = (byte) 3
|
||||
(byte) ITEM_SIZE
|
||||
(const byte) ITEM_SIZE#0 ITEM_SIZE = (byte) 5
|
||||
(byte[ITEM_COUNT#0*ITEM_SIZE#0]) items
|
||||
(const byte[ITEM_COUNT#0*ITEM_SIZE#0]) items#0 items = { (byte) 0, (byte) 0, (byte) 0, (byte) 0, (byte) 0, (byte) 0, (byte) 0, (byte) 0, (byte) 0, (byte) 0, (byte) 0, (byte) 0, (byte) 0, (byte) 0, (byte) 0 }
|
||||
(void()) main()
|
||||
(byte~) main::$2 reg byte a 202.0
|
||||
(byte~) main::$3 reg byte a 202.0
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@3
|
||||
(label) main::@return
|
||||
(byte*) main::cur_item
|
||||
(byte*) main::cur_item#1 cur_item zp ZP_WORD:2 7.333333333333333
|
||||
(byte*) main::cur_item#4 cur_item zp ZP_WORD:2 17.571428571428573
|
||||
(byte) main::item
|
||||
(byte) main::item#1 reg byte x 16.5
|
||||
(byte) main::item#4 reg byte x 15.375
|
||||
(byte) main::sub
|
||||
(byte) main::sub#1 reg byte y 151.5
|
||||
(byte) main::sub#2 reg byte y 101.0
|
||||
|
||||
reg byte x [ main::item#4 main::item#1 ]
|
||||
zp ZP_WORD:2 [ main::cur_item#4 main::cur_item#1 ]
|
||||
reg byte y [ main::sub#2 main::sub#1 ]
|
||||
reg byte a [ main::$2 ]
|
||||
reg byte a [ main::$3 ]
|
||||
|
@ -1 +1,14 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) SCREEN
|
||||
(const byte*) SCREEN#0 SCREEN = (byte*) 1024
|
||||
(byte[3]) b
|
||||
(const byte[3]) b#0 b = { fill( 3, 0) }
|
||||
(byte[]) c
|
||||
(const byte[]) c#0 c = { (byte) 'c', (byte) 'm', (byte) 'l' }
|
||||
(byte[]) d
|
||||
(const byte[]) d#0 d = (string) "cml"
|
||||
(void()) main()
|
||||
(label) main::@return
|
||||
|
||||
|
@ -1 +1,11 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(void()) main()
|
||||
(label) main::@return
|
||||
(byte) main::a
|
||||
(byte) main::a#2 reg byte a 4.0
|
||||
(byte*) main::screen
|
||||
(const byte*) main::screen#0 screen = (byte*) 1024
|
||||
|
||||
reg byte a [ main::a#2 ]
|
||||
|
@ -1 +1,40 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte) GREEN
|
||||
(const byte) GREEN#0 GREEN = (byte) 5
|
||||
(byte) RED
|
||||
(const byte) RED#0 RED = (byte) 2
|
||||
(byte*) cols
|
||||
(const byte*) cols#0 cols = (byte*) 55296
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@10
|
||||
(label) main::@2
|
||||
(label) main::@3
|
||||
(label) main::@4
|
||||
(label) main::@5
|
||||
(label) main::@6
|
||||
(label) main::@7
|
||||
(label) main::@8
|
||||
(label) main::@9
|
||||
(label) main::@return
|
||||
(byte) main::a
|
||||
(byte) main::i
|
||||
(byte[]) ref
|
||||
(const byte[]) ref#0 ref = { (byte) 3, (byte) 4, (byte) 3, (byte) $12, (byte) 9, (byte) 1, (byte) 4, (byte) 2, (byte) 4, (byte) 5, (byte) 1, (byte) 0 }
|
||||
(byte*) screen1
|
||||
(const byte*) screen1#0 screen1 = (byte*) 1024
|
||||
(byte*) screen2
|
||||
(const byte*) screen2#0 screen2 = (const byte*) screen1#0+(byte) $28
|
||||
(void()) test((byte) test::i , (byte) test::a)
|
||||
(label) test::@1
|
||||
(label) test::@2
|
||||
(label) test::@return
|
||||
(byte) test::a
|
||||
(byte) test::a#11 a zp ZP_BYTE:2 1.3333333333333333
|
||||
(byte) test::i
|
||||
(byte) test::i#11 reg byte x 3.0
|
||||
|
||||
zp ZP_BYTE:2 [ test::a#11 ]
|
||||
reg byte x [ test::i#11 ]
|
||||
|
@ -1 +1,10 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) BGCOL
|
||||
(const byte*) BGCOL#0 BGCOL = (byte*) 53281
|
||||
(byte) BLACK
|
||||
(const byte) BLACK#0 BLACK = (byte) 0
|
||||
(void()) main()
|
||||
(label) main::@return
|
||||
|
||||
|
@ -1 +1,129 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) BGCOL
|
||||
(const byte*) BGCOL#0 BGCOL = (byte*) 53280
|
||||
(byte*) BITMAP
|
||||
(const byte*) BITMAP#0 BITMAP = (byte*) 8192
|
||||
(byte) BMM
|
||||
(const byte) BMM#0 BMM = (byte) $20
|
||||
(byte*) D011
|
||||
(const byte*) D011#0 D011 = (byte*) 53265
|
||||
(byte*) D018
|
||||
(const byte*) D018#0 D018 = (byte*) 53272
|
||||
(byte) DEN
|
||||
(const byte) DEN#0 DEN = (byte) $10
|
||||
(byte*) FGCOL
|
||||
(const byte*) FGCOL#0 FGCOL = (byte*) 53281
|
||||
(byte*) RASTER
|
||||
(const byte*) RASTER#0 RASTER = (byte*) 53266
|
||||
(byte) RSEL
|
||||
(const byte) RSEL#0 RSEL = (byte) 8
|
||||
(byte*) SCREEN
|
||||
(const byte*) SCREEN#0 SCREEN = (byte*) 1024
|
||||
(void()) init_plot_tables()
|
||||
(byte~) init_plot_tables::$0 reg byte a 22.0
|
||||
(byte~) init_plot_tables::$10 $10 zp ZP_BYTE:14 5.5
|
||||
(byte~) init_plot_tables::$7 reg byte a 22.0
|
||||
(byte~) init_plot_tables::$8 reg byte a 22.0
|
||||
(byte~) init_plot_tables::$9 reg byte a 22.0
|
||||
(label) init_plot_tables::@1
|
||||
(label) init_plot_tables::@2
|
||||
(label) init_plot_tables::@3
|
||||
(label) init_plot_tables::@4
|
||||
(label) init_plot_tables::@5
|
||||
(label) init_plot_tables::@6
|
||||
(label) init_plot_tables::@return
|
||||
(byte) init_plot_tables::bits
|
||||
(byte) init_plot_tables::bits#1 reg byte y 11.0
|
||||
(byte) init_plot_tables::bits#3 reg byte y 6.6000000000000005
|
||||
(byte) init_plot_tables::bits#4 reg byte y 7.333333333333333
|
||||
(byte) init_plot_tables::x
|
||||
(byte) init_plot_tables::x#1 reg byte x 16.5
|
||||
(byte) init_plot_tables::x#2 reg byte x 7.333333333333334
|
||||
(byte) init_plot_tables::y
|
||||
(byte) init_plot_tables::y#1 reg byte x 16.5
|
||||
(byte) init_plot_tables::y#2 reg byte x 5.5
|
||||
(byte*) init_plot_tables::yoffs
|
||||
(byte*) init_plot_tables::yoffs#1 yoffs zp ZP_WORD:2 22.0
|
||||
(byte*) init_plot_tables::yoffs#2 yoffs zp ZP_WORD:2 6.875
|
||||
(byte*) init_plot_tables::yoffs#4 yoffs zp ZP_WORD:2 11.0
|
||||
(void()) init_screen()
|
||||
(label) init_screen::@1
|
||||
(label) init_screen::@2
|
||||
(label) init_screen::@return
|
||||
(byte*) init_screen::b
|
||||
(byte*) init_screen::b#1 b zp ZP_WORD:4 16.5
|
||||
(byte*) init_screen::b#2 b zp ZP_WORD:4 16.5
|
||||
(byte*) init_screen::c
|
||||
(byte*) init_screen::c#1 c zp ZP_WORD:6 16.5
|
||||
(byte*) init_screen::c#2 c zp ZP_WORD:6 16.5
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@3
|
||||
(label) main::@4
|
||||
(void()) plot((byte) plot::x , (byte) plot::y)
|
||||
(byte~) plot::$5 reg byte a 4.0
|
||||
(byte~) plot::$6 reg byte a 4.0
|
||||
(byte~) plot::$7 reg byte a 4.0
|
||||
(byte~) plot::$8 reg byte a 4.0
|
||||
(byte~) plot::$9 reg byte a 4.0
|
||||
(label) plot::@return
|
||||
(byte*) plot::plotter
|
||||
(byte*) plot::plotter#0 plotter zp ZP_WORD:10 3.0
|
||||
(byte*) plot::plotter_x
|
||||
(byte*) plot::plotter_x#1 plotter_x zp ZP_WORD:10 2.0
|
||||
(byte*) plot::plotter_x#2 plotter_x zp ZP_WORD:10 0.8
|
||||
(word) plot::plotter_y
|
||||
(word) plot::plotter_y#1 plotter_y zp ZP_WORD:12 2.0
|
||||
(word) plot::plotter_y#2 plotter_y zp ZP_WORD:12 4.0
|
||||
(byte) plot::x
|
||||
(byte) plot::x#0 x zp ZP_BYTE:8 9.727272727272727
|
||||
(byte) plot::y
|
||||
(byte) plot::y#0 y zp ZP_BYTE:9 15.000000000000002
|
||||
(byte[$100]) plot_bit
|
||||
(const byte[$100]) plot_bit#0 plot_bit = { fill( $100, 0) }
|
||||
(byte[$100]) plot_xhi
|
||||
(const byte[$100]) plot_xhi#0 plot_xhi = { fill( $100, 0) }
|
||||
(byte[$100]) plot_xlo
|
||||
(const byte[$100]) plot_xlo#0 plot_xlo = { fill( $100, 0) }
|
||||
(byte[$100]) plot_yhi
|
||||
(const byte[$100]) plot_yhi#0 plot_yhi = { fill( $100, 0) }
|
||||
(byte[$100]) plot_ylo
|
||||
(const byte[$100]) plot_ylo#0 plot_ylo = { fill( $100, 0) }
|
||||
(void()) plots()
|
||||
(label) plots::@1
|
||||
(label) plots::@2
|
||||
(label) plots::@return
|
||||
(byte) plots::i
|
||||
(byte) plots::i#1 reg byte x 151.5
|
||||
(byte) plots::i#2 reg byte x 101.0
|
||||
(byte) plots_cnt
|
||||
(const byte) plots_cnt#0 plots_cnt = (byte) 8
|
||||
(byte[]) plots_x
|
||||
(const byte[]) plots_x#0 plots_x = { (byte) $3c, (byte) $50, (byte) $6e, (byte) $50, (byte) $3c, (byte) $28, (byte) $a, (byte) $28 }
|
||||
(byte[]) plots_y
|
||||
(const byte[]) plots_y#0 plots_y = { (byte) $a, (byte) $28, (byte) $3c, (byte) $50, (byte) $6e, (byte) $50, (byte) $3c, (byte) $28 }
|
||||
|
||||
reg byte x [ plots::i#2 plots::i#1 ]
|
||||
reg byte x [ init_plot_tables::x#2 init_plot_tables::x#1 ]
|
||||
reg byte y [ init_plot_tables::bits#3 init_plot_tables::bits#4 init_plot_tables::bits#1 ]
|
||||
reg byte x [ init_plot_tables::y#2 init_plot_tables::y#1 ]
|
||||
zp ZP_WORD:2 [ init_plot_tables::yoffs#2 init_plot_tables::yoffs#4 init_plot_tables::yoffs#1 ]
|
||||
zp ZP_WORD:4 [ init_screen::b#2 init_screen::b#1 ]
|
||||
zp ZP_WORD:6 [ init_screen::c#2 init_screen::c#1 ]
|
||||
zp ZP_BYTE:8 [ plot::x#0 ]
|
||||
zp ZP_BYTE:9 [ plot::y#0 ]
|
||||
reg byte a [ plot::$6 ]
|
||||
zp ZP_WORD:10 [ plot::plotter_x#1 plot::plotter_x#2 plot::plotter#0 ]
|
||||
reg byte a [ plot::$7 ]
|
||||
reg byte a [ plot::$8 ]
|
||||
zp ZP_WORD:12 [ plot::plotter_y#1 plot::plotter_y#2 ]
|
||||
reg byte a [ plot::$9 ]
|
||||
reg byte a [ plot::$5 ]
|
||||
reg byte a [ init_plot_tables::$0 ]
|
||||
zp ZP_BYTE:14 [ init_plot_tables::$10 ]
|
||||
reg byte a [ init_plot_tables::$7 ]
|
||||
reg byte a [ init_plot_tables::$8 ]
|
||||
reg byte a [ init_plot_tables::$9 ]
|
||||
|
@ -1 +1,15 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(void()) main()
|
||||
(byte~) main::$1 reg byte a 22.0
|
||||
(label) main::@1
|
||||
(label) main::@return
|
||||
(byte*) main::SCREEN
|
||||
(const byte*) main::SCREEN#0 SCREEN = (byte*) 1024
|
||||
(byte) main::c
|
||||
(byte) main::c#1 reg byte x 16.5
|
||||
(byte) main::c#2 reg byte x 14.666666666666666
|
||||
|
||||
reg byte x [ main::c#2 main::c#1 ]
|
||||
reg byte a [ main::$1 ]
|
||||
|
@ -1 +1,25 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) SCREEN
|
||||
(const byte*) SCREEN#0 SCREEN = (byte*) 1024
|
||||
(void()) bool_const_if()
|
||||
(label) bool_const_if::@1
|
||||
(label) bool_const_if::@return
|
||||
(bool) bool_const_if::b
|
||||
(void()) bool_const_inline()
|
||||
(label) bool_const_inline::@1
|
||||
(label) bool_const_inline::@return
|
||||
(byte) bool_const_inline::a
|
||||
(void()) bool_const_vars()
|
||||
(label) bool_const_vars::@1
|
||||
(label) bool_const_vars::@return
|
||||
(byte) bool_const_vars::a
|
||||
(bool) bool_const_vars::b
|
||||
(bool) bool_const_vars::b1
|
||||
(bool) bool_const_vars::b2
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@return
|
||||
|
||||
|
@ -1 +1,38 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(bool()) isSet((byte) isSet::i , (bool) isSet::b)
|
||||
(byte~) isSet::$0 reg byte a 4.0
|
||||
(bool~) isSet::$1 reg byte a 4.0
|
||||
(label) isSet::@return
|
||||
(bool) isSet::b
|
||||
(bool) isSet::b#0 b zp ZP_BOOL:2 3.25
|
||||
(byte) isSet::i
|
||||
(byte) isSet::i#0 reg byte x 13.0
|
||||
(bool) isSet::return
|
||||
(bool) isSet::return#0 reg byte a 22.0
|
||||
(bool) isSet::return#1 reg byte a 4.333333333333333
|
||||
(void()) main()
|
||||
(byte~) main::$0 reg byte a 22.0
|
||||
(bool~) main::$2 reg byte a 22.0
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@3
|
||||
(label) main::@4
|
||||
(label) main::@5
|
||||
(label) main::@return
|
||||
(byte) main::i
|
||||
(byte) main::i#1 reg byte x 16.5
|
||||
(byte) main::i#2 reg byte x 6.6
|
||||
(byte*) main::screen
|
||||
(const byte*) main::screen#0 screen = (byte*) 1024
|
||||
|
||||
reg byte x [ main::i#2 main::i#1 ]
|
||||
reg byte a [ main::$0 ]
|
||||
zp ZP_BOOL:2 [ isSet::b#0 ]
|
||||
reg byte x [ isSet::i#0 ]
|
||||
reg byte a [ isSet::return#0 ]
|
||||
reg byte a [ main::$2 ]
|
||||
reg byte a [ isSet::$0 ]
|
||||
reg byte a [ isSet::$1 ]
|
||||
reg byte a [ isSet::return#1 ]
|
||||
|
@ -1 +1,71 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(void()) bool_and()
|
||||
(byte~) bool_and::$1 reg byte a 11.0
|
||||
(label) bool_and::@1
|
||||
(label) bool_and::@2
|
||||
(label) bool_and::@3
|
||||
(label) bool_and::@4
|
||||
(label) bool_and::@5
|
||||
(label) bool_and::@return
|
||||
(byte) bool_and::i
|
||||
(byte) bool_and::i#1 reg byte x 16.5
|
||||
(byte) bool_and::i#2 reg byte x 11.0
|
||||
(byte*) bool_and::screen
|
||||
(const byte*) bool_and::screen#0 screen = (byte*) 1024
|
||||
(void()) bool_complex()
|
||||
(byte~) bool_complex::$5 reg byte a 8.25
|
||||
(label) bool_complex::@1
|
||||
(label) bool_complex::@2
|
||||
(label) bool_complex::@3
|
||||
(label) bool_complex::@4
|
||||
(label) bool_complex::@5
|
||||
(label) bool_complex::@6
|
||||
(label) bool_complex::@7
|
||||
(label) bool_complex::@return
|
||||
(byte) bool_complex::i
|
||||
(byte) bool_complex::i#1 reg byte x 16.5
|
||||
(byte) bool_complex::i#2 reg byte x 9.625
|
||||
(byte*) bool_complex::screen
|
||||
(const byte*) bool_complex::screen#0 screen = (byte*) 1144
|
||||
(void()) bool_not()
|
||||
(byte~) bool_not::$1 reg byte a 11.0
|
||||
(label) bool_not::@1
|
||||
(label) bool_not::@2
|
||||
(label) bool_not::@3
|
||||
(label) bool_not::@4
|
||||
(label) bool_not::@5
|
||||
(label) bool_not::@return
|
||||
(byte) bool_not::i
|
||||
(byte) bool_not::i#1 reg byte x 16.5
|
||||
(byte) bool_not::i#2 reg byte x 11.0
|
||||
(byte*) bool_not::screen
|
||||
(const byte*) bool_not::screen#0 screen = (byte*) 1104
|
||||
(void()) bool_or()
|
||||
(byte~) bool_or::$1 reg byte a 11.0
|
||||
(label) bool_or::@1
|
||||
(label) bool_or::@2
|
||||
(label) bool_or::@3
|
||||
(label) bool_or::@4
|
||||
(label) bool_or::@5
|
||||
(label) bool_or::@return
|
||||
(byte) bool_or::i
|
||||
(byte) bool_or::i#1 reg byte x 16.5
|
||||
(byte) bool_or::i#2 reg byte x 11.0
|
||||
(byte*) bool_or::screen
|
||||
(const byte*) bool_or::screen#0 screen = (byte*) 1064
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@3
|
||||
(label) main::@return
|
||||
|
||||
reg byte x [ bool_complex::i#2 bool_complex::i#1 ]
|
||||
reg byte x [ bool_not::i#2 bool_not::i#1 ]
|
||||
reg byte x [ bool_or::i#2 bool_or::i#1 ]
|
||||
reg byte x [ bool_and::i#2 bool_and::i#1 ]
|
||||
reg byte a [ bool_complex::$5 ]
|
||||
reg byte a [ bool_not::$1 ]
|
||||
reg byte a [ bool_or::$1 ]
|
||||
reg byte a [ bool_and::$1 ]
|
||||
|
@ -1 +1,10 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(bool) framedone
|
||||
(bool) framedone#2 reg byte a 50.5
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
|
||||
reg byte a [ framedone#2 ]
|
||||
|
@ -1 +1,8 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@return
|
||||
(bool*) main::bscreen
|
||||
|
||||
|
@ -1 +1,89 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(void()) bool_and()
|
||||
(byte~) bool_and::$1 reg byte a 11.0
|
||||
(label) bool_and::@1
|
||||
(label) bool_and::@2
|
||||
(label) bool_and::@3
|
||||
(label) bool_and::@4
|
||||
(label) bool_and::@5
|
||||
(label) bool_and::@return
|
||||
(byte) bool_and::i
|
||||
(byte) bool_and::i#1 reg byte x 16.5
|
||||
(byte) bool_and::i#2 reg byte x 11.0
|
||||
(bool) bool_and::o1
|
||||
(bool) bool_and::o2
|
||||
(bool) bool_and::o3
|
||||
(byte*) bool_and::screen
|
||||
(const byte*) bool_and::screen#0 screen = (byte*) 1024
|
||||
(void()) bool_complex()
|
||||
(byte~) bool_complex::$1 reg byte a 22.0
|
||||
(label) bool_complex::@1
|
||||
(label) bool_complex::@2
|
||||
(label) bool_complex::@3
|
||||
(label) bool_complex::@4
|
||||
(label) bool_complex::@5
|
||||
(label) bool_complex::@6
|
||||
(label) bool_complex::@7
|
||||
(label) bool_complex::@return
|
||||
(byte) bool_complex::i
|
||||
(byte) bool_complex::i#1 reg byte x 16.5
|
||||
(byte) bool_complex::i#2 reg byte x 6.6
|
||||
(bool) bool_complex::o1
|
||||
(bool) bool_complex::o1#0 o1 zp ZP_BOOL:2 6.6000000000000005
|
||||
(bool) bool_complex::o2
|
||||
(bool) bool_complex::o2#0 o2 zp ZP_BOOL:3 8.25
|
||||
(bool) bool_complex::o3
|
||||
(bool) bool_complex::o4
|
||||
(bool) bool_complex::o5
|
||||
(byte*) bool_complex::screen
|
||||
(const byte*) bool_complex::screen#0 screen = (byte*) 1144
|
||||
(void()) bool_not()
|
||||
(byte~) bool_not::$1 reg byte a 11.0
|
||||
(label) bool_not::@1
|
||||
(label) bool_not::@2
|
||||
(label) bool_not::@3
|
||||
(label) bool_not::@4
|
||||
(label) bool_not::@5
|
||||
(label) bool_not::@return
|
||||
(byte) bool_not::i
|
||||
(byte) bool_not::i#1 reg byte x 16.5
|
||||
(byte) bool_not::i#2 reg byte x 11.0
|
||||
(bool) bool_not::o1
|
||||
(bool) bool_not::o2
|
||||
(bool) bool_not::o3
|
||||
(byte*) bool_not::screen
|
||||
(const byte*) bool_not::screen#0 screen = (byte*) 1104
|
||||
(void()) bool_or()
|
||||
(byte~) bool_or::$1 reg byte a 11.0
|
||||
(label) bool_or::@1
|
||||
(label) bool_or::@2
|
||||
(label) bool_or::@3
|
||||
(label) bool_or::@4
|
||||
(label) bool_or::@5
|
||||
(label) bool_or::@return
|
||||
(byte) bool_or::i
|
||||
(byte) bool_or::i#1 reg byte x 16.5
|
||||
(byte) bool_or::i#2 reg byte x 11.0
|
||||
(bool) bool_or::o1
|
||||
(bool) bool_or::o2
|
||||
(bool) bool_or::o3
|
||||
(byte*) bool_or::screen
|
||||
(const byte*) bool_or::screen#0 screen = (byte*) 1064
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@3
|
||||
(label) main::@return
|
||||
|
||||
reg byte x [ bool_complex::i#2 bool_complex::i#1 ]
|
||||
reg byte x [ bool_not::i#2 bool_not::i#1 ]
|
||||
reg byte x [ bool_or::i#2 bool_or::i#1 ]
|
||||
reg byte x [ bool_and::i#2 bool_and::i#1 ]
|
||||
zp ZP_BOOL:2 [ bool_complex::o1#0 ]
|
||||
reg byte a [ bool_complex::$1 ]
|
||||
zp ZP_BOOL:3 [ bool_complex::o2#0 ]
|
||||
reg byte a [ bool_not::$1 ]
|
||||
reg byte a [ bool_or::$1 ]
|
||||
reg byte a [ bool_and::$1 ]
|
||||
|
@ -1 +1,46 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte[$28*$19]) SCREEN
|
||||
(const byte[$28*$19]) SCREEN#0 SCREEN = (byte*) 1024
|
||||
(byte) STAR
|
||||
(const byte) STAR#0 STAR = (byte) $51
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@3
|
||||
(label) main::@return
|
||||
(byte*) main::cursor
|
||||
(byte*) main::cursor#1 cursor zp ZP_WORD:2 8.25
|
||||
(byte*) main::cursor#2 cursor zp ZP_WORD:2 11.0
|
||||
(byte*) main::cursor#3 cursor zp ZP_WORD:2 11.0
|
||||
(byte*) main::cursor#5 cursor zp ZP_WORD:2 16.5
|
||||
(byte) main::e
|
||||
(byte) main::e#1 reg byte x 11.0
|
||||
(byte) main::e#2 reg byte x 22.0
|
||||
(byte) main::e#3 reg byte x 5.5
|
||||
(byte) main::e#5 reg byte x 16.5
|
||||
(byte) main::x
|
||||
(byte) main::x#1 x zp ZP_BYTE:4 3.666666666666667
|
||||
(byte) main::x#2 x zp ZP_BYTE:4 11.0
|
||||
(byte) main::x0
|
||||
(const byte) main::x0#0 x0 = (byte) 4
|
||||
(byte) main::x1
|
||||
(const byte) main::x1#0 x1 = (byte) $27
|
||||
(byte) main::xd
|
||||
(const byte) main::xd#0 xd = (const byte) main::x1#0-(const byte) main::x0#0
|
||||
(byte) main::y
|
||||
(byte) main::y#1 y zp ZP_BYTE:5 7.333333333333333
|
||||
(byte) main::y#2 y zp ZP_BYTE:5 5.5
|
||||
(byte) main::y#4 y zp ZP_BYTE:5 16.5
|
||||
(byte) main::y0
|
||||
(const byte) main::y0#0 y0 = (byte) 4
|
||||
(byte) main::y1
|
||||
(const byte) main::y1#0 y1 = (byte) $18
|
||||
(byte) main::yd
|
||||
(const byte) main::yd#0 yd = (const byte) main::y1#0-(const byte) main::y0#0
|
||||
|
||||
zp ZP_WORD:2 [ main::cursor#3 main::cursor#5 main::cursor#1 main::cursor#2 ]
|
||||
zp ZP_BYTE:4 [ main::x#2 main::x#1 ]
|
||||
reg byte x [ main::e#3 main::e#5 main::e#1 main::e#2 ]
|
||||
zp ZP_BYTE:5 [ main::y#2 main::y#4 main::y#1 ]
|
||||
|
@ -1 +1,46 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(void()) main()
|
||||
(byte*~) main::$16 $16 zp ZP_WORD:6 22.0
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@3
|
||||
(label) main::@return
|
||||
(byte) main::STAR
|
||||
(const byte) main::STAR#0 STAR = (byte) $51
|
||||
(byte) main::e
|
||||
(byte) main::e#1 reg byte x 11.0
|
||||
(byte) main::e#2 reg byte x 22.0
|
||||
(byte) main::e#3 reg byte x 4.4
|
||||
(byte) main::e#5 reg byte x 16.5
|
||||
(word) main::idx
|
||||
(word) main::idx#1 idx zp ZP_WORD:2 8.25
|
||||
(word) main::idx#2 idx zp ZP_WORD:2 11.0
|
||||
(word) main::idx#3 idx zp ZP_WORD:2 8.25
|
||||
(word) main::idx#5 idx zp ZP_WORD:2 16.5
|
||||
(byte[$28*$19]) main::screen
|
||||
(const byte[$28*$19]) main::screen#0 screen = (byte*) 1024
|
||||
(byte) main::x
|
||||
(byte) main::x#1 x zp ZP_BYTE:4 3.666666666666667
|
||||
(byte) main::x#2 x zp ZP_BYTE:4 7.333333333333333
|
||||
(byte) main::x0
|
||||
(const byte) main::x0#0 x0 = (byte) 0
|
||||
(byte) main::x1
|
||||
(const byte) main::x1#0 x1 = (byte) $27
|
||||
(byte) main::xd
|
||||
(byte) main::y
|
||||
(byte) main::y#1 y zp ZP_BYTE:5 7.333333333333333
|
||||
(byte) main::y#2 y zp ZP_BYTE:5 4.714285714285714
|
||||
(byte) main::y#4 y zp ZP_BYTE:5 16.5
|
||||
(byte) main::y0
|
||||
(const byte) main::y0#0 y0 = (byte) 0
|
||||
(byte) main::y1
|
||||
(const byte) main::y1#0 y1 = (byte) $18
|
||||
(byte) main::yd
|
||||
|
||||
zp ZP_WORD:2 [ main::idx#3 main::idx#5 main::idx#1 main::idx#2 ]
|
||||
zp ZP_BYTE:4 [ main::x#2 main::x#1 ]
|
||||
reg byte x [ main::e#3 main::e#5 main::e#1 main::e#2 ]
|
||||
zp ZP_BYTE:5 [ main::y#2 main::y#4 main::y#1 ]
|
||||
zp ZP_WORD:6 [ main::$16 ]
|
||||
|
@ -1 +1,175 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@3
|
||||
(label) main::@4
|
||||
(label) main::@return
|
||||
(void()) print_byte((byte) print_byte::b)
|
||||
(byte~) print_byte::$0 reg byte a 4.0
|
||||
(byte~) print_byte::$2 reg byte x 4.0
|
||||
(label) print_byte::@1
|
||||
(label) print_byte::@return
|
||||
(byte) print_byte::b
|
||||
(byte) print_byte::b#1 reg byte x 4.0
|
||||
(byte) print_byte::b#2 reg byte x 4.0
|
||||
(byte) print_byte::b#4 reg byte x 2.5
|
||||
(byte~) print_byte::b#6 reg byte x 4.0
|
||||
(void()) print_char((byte) print_char::ch)
|
||||
(label) print_char::@return
|
||||
(byte) print_char::ch
|
||||
(byte) print_char::ch#14 reg byte a 6.0
|
||||
(byte) print_char::ch#4 reg byte a 4.0
|
||||
(byte) print_char::ch#5 reg byte a 4.0
|
||||
(byte*) print_char_cursor
|
||||
(byte*) print_char_cursor#1 print_char_cursor zp ZP_WORD:10 11.0
|
||||
(byte*) print_char_cursor#132 print_char_cursor zp ZP_WORD:10 3.583333333333333
|
||||
(byte*) print_char_cursor#139 print_char_cursor zp ZP_WORD:10 6.0
|
||||
(byte*) print_char_cursor#140 print_char_cursor zp ZP_WORD:10 3.0
|
||||
(byte*) print_char_cursor#143 print_char_cursor zp ZP_WORD:10 3.333333333333333
|
||||
(byte*) print_char_cursor#150 print_char_cursor zp ZP_WORD:10 8.0
|
||||
(byte*~) print_char_cursor#155 print_char_cursor zp ZP_WORD:10 4.0
|
||||
(byte*~) print_char_cursor#156 print_char_cursor zp ZP_WORD:10 4.0
|
||||
(byte*~) print_char_cursor#157 print_char_cursor zp ZP_WORD:10 4.0
|
||||
(byte*) print_char_cursor#24 print_char_cursor zp ZP_WORD:10 0.5568181818181817
|
||||
(byte*) print_char_cursor#90 print_char_cursor zp ZP_WORD:10 16.0
|
||||
(void()) print_cls()
|
||||
(label) print_cls::@1
|
||||
(label) print_cls::@return
|
||||
(byte*) print_cls::sc
|
||||
(byte*) print_cls::sc#1 sc zp ZP_WORD:14 16.5
|
||||
(byte*) print_cls::sc#2 sc zp ZP_WORD:14 16.5
|
||||
(void()) print_dword((dword) print_dword::dw)
|
||||
(label) print_dword::@1
|
||||
(label) print_dword::@return
|
||||
(dword) print_dword::dw
|
||||
(dword) print_dword::dw#0 dw zp ZP_DWORD:4 4.0
|
||||
(dword) print_dword::dw#2 dw zp ZP_DWORD:4 2.0
|
||||
(byte[]) print_hextab
|
||||
(const byte[]) print_hextab#0 print_hextab = (string) "0123456789abcdef"
|
||||
(byte*) print_line_cursor
|
||||
(byte*) print_line_cursor#1 print_line_cursor zp ZP_WORD:2 0.8333333333333333
|
||||
(byte*) print_line_cursor#20 print_line_cursor zp ZP_WORD:2 24.0
|
||||
(byte*) print_line_cursor#39 print_line_cursor zp ZP_WORD:2 8.0
|
||||
(void()) print_ln()
|
||||
(label) print_ln::@1
|
||||
(label) print_ln::@return
|
||||
(void()) print_sbyte((signed byte) print_sbyte::b)
|
||||
(label) print_sbyte::@1
|
||||
(label) print_sbyte::@2
|
||||
(label) print_sbyte::@3
|
||||
(label) print_sbyte::@4
|
||||
(label) print_sbyte::@return
|
||||
(signed byte) print_sbyte::b
|
||||
(signed byte) print_sbyte::b#0 reg byte x 4.0
|
||||
(signed byte) print_sbyte::b#3 reg byte x 1.0
|
||||
(signed byte) print_sbyte::b#5 reg byte x 4.0
|
||||
(byte*) print_screen
|
||||
(void()) print_sdword((signed dword) print_sdword::dw)
|
||||
(label) print_sdword::@1
|
||||
(label) print_sdword::@2
|
||||
(label) print_sdword::@3
|
||||
(label) print_sdword::@return
|
||||
(signed dword) print_sdword::dw
|
||||
(signed dword) print_sdword::dw#0 dw zp ZP_DWORD:4 4.0
|
||||
(signed dword) print_sdword::dw#3 dw zp ZP_DWORD:4 1.5
|
||||
(signed dword) print_sdword::dw#4 dw zp ZP_DWORD:4 4.0
|
||||
(void()) print_str((byte*) print_str::str)
|
||||
(label) print_str::@1
|
||||
(label) print_str::@2
|
||||
(label) print_str::@return
|
||||
(byte*) print_str::str
|
||||
(byte*) print_str::str#0 str zp ZP_WORD:12 22.0
|
||||
(byte*) print_str::str#5 str zp ZP_WORD:12 11.5
|
||||
(byte*) print_str::str#7 str zp ZP_WORD:12 2.0
|
||||
(void()) print_sword((signed word) print_sword::w)
|
||||
(label) print_sword::@1
|
||||
(label) print_sword::@2
|
||||
(label) print_sword::@3
|
||||
(label) print_sword::@return
|
||||
(signed word) print_sword::w
|
||||
(signed word) print_sword::w#0 w zp ZP_WORD:8 4.0
|
||||
(signed word) print_sword::w#5 w zp ZP_WORD:8 1.5
|
||||
(signed word) print_sword::w#6 w zp ZP_WORD:8 4.0
|
||||
(void()) print_word((word) print_word::w)
|
||||
(label) print_word::@1
|
||||
(label) print_word::@return
|
||||
(word) print_word::w
|
||||
(word) print_word::w#1 w zp ZP_WORD:8 4.0
|
||||
(word) print_word::w#2 w zp ZP_WORD:8 4.0
|
||||
(word) print_word::w#5 w zp ZP_WORD:8 3.333333333333333
|
||||
(word~) print_word::w#9 w zp ZP_WORD:8 4.0
|
||||
(void()) testChar()
|
||||
(label) testChar::@1
|
||||
(label) testChar::@2
|
||||
(label) testChar::@3
|
||||
(label) testChar::@4
|
||||
(label) testChar::@5
|
||||
(label) testChar::@6
|
||||
(label) testChar::@return
|
||||
(signed byte) testChar::n
|
||||
(const signed byte) testChar::n#0 n = (signed byte) -$e
|
||||
(signed byte) testChar::s
|
||||
(const signed byte) testChar::s#0 s = (signed byte) -$e
|
||||
(const string) testChar::str str = (string) "char: @"
|
||||
(byte) testChar::u
|
||||
(const byte) testChar::u#0 u = (byte) $e
|
||||
(void()) testInt()
|
||||
(label) testInt::@1
|
||||
(label) testInt::@2
|
||||
(label) testInt::@3
|
||||
(label) testInt::@4
|
||||
(label) testInt::@5
|
||||
(label) testInt::@6
|
||||
(label) testInt::@return
|
||||
(signed word) testInt::n
|
||||
(const signed word) testInt::n#0 n = (signed word) -$578
|
||||
(signed word) testInt::s
|
||||
(const signed word) testInt::s#0 s = (signed word) -$578
|
||||
(const string) testInt::str str = (string) "int: @"
|
||||
(word) testInt::u
|
||||
(const word) testInt::u#0 u = (word) $578
|
||||
(void()) testLong()
|
||||
(label) testLong::@1
|
||||
(label) testLong::@2
|
||||
(label) testLong::@3
|
||||
(label) testLong::@4
|
||||
(label) testLong::@5
|
||||
(label) testLong::@6
|
||||
(label) testLong::@return
|
||||
(signed dword) testLong::n
|
||||
(const signed dword) testLong::n#0 n = (signed dword) -$222e0
|
||||
(signed dword) testLong::s
|
||||
(const signed dword) testLong::s#0 s = (signed dword) -$222e0
|
||||
(const string) testLong::str str = (string) "long: @"
|
||||
(dword) testLong::u
|
||||
(const dword) testLong::u#0 u = (dword) $222e0
|
||||
(void()) testShort()
|
||||
(label) testShort::@1
|
||||
(label) testShort::@2
|
||||
(label) testShort::@3
|
||||
(label) testShort::@4
|
||||
(label) testShort::@5
|
||||
(label) testShort::@6
|
||||
(label) testShort::@return
|
||||
(signed word) testShort::n
|
||||
(const signed word) testShort::n#0 n = (signed word) -$578
|
||||
(signed word) testShort::s
|
||||
(const signed word) testShort::s#0 s = (signed word) -$578
|
||||
(const string) testShort::str str = (string) "short: @"
|
||||
(word) testShort::u
|
||||
(const word) testShort::u#0 u = (word) $578
|
||||
|
||||
zp ZP_WORD:2 [ print_line_cursor#20 print_line_cursor#39 print_line_cursor#1 ]
|
||||
zp ZP_DWORD:4 [ print_sdword::dw#4 print_sdword::dw#3 print_sdword::dw#0 print_dword::dw#2 print_dword::dw#0 ]
|
||||
zp ZP_WORD:8 [ print_word::w#5 print_word::w#1 print_word::w#2 print_word::w#9 print_sword::w#6 print_sword::w#5 print_sword::w#0 ]
|
||||
reg byte x [ print_byte::b#4 print_byte::b#6 print_byte::b#1 print_byte::b#2 ]
|
||||
reg byte a [ print_char::ch#14 print_char::ch#4 print_char::ch#5 ]
|
||||
zp ZP_WORD:10 [ print_char_cursor#90 print_char_cursor#143 print_char_cursor#139 print_char_cursor#140 print_char_cursor#24 print_char_cursor#132 print_char_cursor#150 print_char_cursor#155 print_char_cursor#156 print_char_cursor#157 print_char_cursor#1 ]
|
||||
zp ZP_WORD:12 [ print_str::str#5 print_str::str#7 print_str::str#0 ]
|
||||
reg byte x [ print_sbyte::b#5 print_sbyte::b#0 print_sbyte::b#3 ]
|
||||
zp ZP_WORD:14 [ print_cls::sc#2 print_cls::sc#1 ]
|
||||
reg byte a [ print_byte::$0 ]
|
||||
reg byte x [ print_byte::$2 ]
|
||||
|
@ -1 +1,193 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) BORDERCOL
|
||||
(const byte*) BORDERCOL#0 BORDERCOL = (byte*) 53280
|
||||
(byte*) CHARGEN
|
||||
(const byte*) CHARGEN#0 CHARGEN = (byte*) 53248
|
||||
(byte*) CHARSET8
|
||||
(const byte*) CHARSET8#0 CHARSET8 = (byte*) 32768
|
||||
(byte*) CIA2_PORT_A
|
||||
(const byte*) CIA2_PORT_A#0 CIA2_PORT_A = (byte*) 56576
|
||||
(byte*) CIA2_PORT_A_DDR
|
||||
(const byte*) CIA2_PORT_A_DDR#0 CIA2_PORT_A_DDR = (byte*) 56578
|
||||
(byte) DTV_BADLINE_OFF
|
||||
(const byte) DTV_BADLINE_OFF#0 DTV_BADLINE_OFF = (byte) $20
|
||||
(byte) DTV_CHUNKY
|
||||
(const byte) DTV_CHUNKY#0 DTV_CHUNKY = (byte) $40
|
||||
(byte*) DTV_CONTROL
|
||||
(const byte*) DTV_CONTROL#0 DTV_CONTROL = (byte*) 53308
|
||||
(byte*) DTV_FEATURE
|
||||
(const byte*) DTV_FEATURE#0 DTV_FEATURE = (byte*) 53311
|
||||
(byte) DTV_FEATURE_ENABLE
|
||||
(const byte) DTV_FEATURE_ENABLE#0 DTV_FEATURE_ENABLE = (byte) 1
|
||||
(byte) DTV_HIGHCOLOR
|
||||
(const byte) DTV_HIGHCOLOR#0 DTV_HIGHCOLOR = (byte) 4
|
||||
(byte) DTV_LINEAR
|
||||
(const byte) DTV_LINEAR#0 DTV_LINEAR = (byte) 1
|
||||
(byte*) DTV_PALETTE
|
||||
(const byte*) DTV_PALETTE#0 DTV_PALETTE = (byte*) 53760
|
||||
(byte*) DTV_PLANEA_MODULO_HI
|
||||
(const byte*) DTV_PLANEA_MODULO_HI#0 DTV_PLANEA_MODULO_HI = (byte*) 53305
|
||||
(byte*) DTV_PLANEA_MODULO_LO
|
||||
(const byte*) DTV_PLANEA_MODULO_LO#0 DTV_PLANEA_MODULO_LO = (byte*) 53304
|
||||
(byte*) DTV_PLANEA_START_HI
|
||||
(const byte*) DTV_PLANEA_START_HI#0 DTV_PLANEA_START_HI = (byte*) 53317
|
||||
(byte*) DTV_PLANEA_START_LO
|
||||
(const byte*) DTV_PLANEA_START_LO#0 DTV_PLANEA_START_LO = (byte*) 53306
|
||||
(byte*) DTV_PLANEA_START_MI
|
||||
(const byte*) DTV_PLANEA_START_MI#0 DTV_PLANEA_START_MI = (byte*) 53307
|
||||
(byte*) DTV_PLANEA_STEP
|
||||
(const byte*) DTV_PLANEA_STEP#0 DTV_PLANEA_STEP = (byte*) 53318
|
||||
(byte*) DTV_PLANEB_MODULO_HI
|
||||
(const byte*) DTV_PLANEB_MODULO_HI#0 DTV_PLANEB_MODULO_HI = (byte*) 53320
|
||||
(byte*) DTV_PLANEB_MODULO_LO
|
||||
(const byte*) DTV_PLANEB_MODULO_LO#0 DTV_PLANEB_MODULO_LO = (byte*) 53319
|
||||
(byte*) DTV_PLANEB_START_HI
|
||||
(const byte*) DTV_PLANEB_START_HI#0 DTV_PLANEB_START_HI = (byte*) 53323
|
||||
(byte*) DTV_PLANEB_START_LO
|
||||
(const byte*) DTV_PLANEB_START_LO#0 DTV_PLANEB_START_LO = (byte*) 53321
|
||||
(byte*) DTV_PLANEB_START_MI
|
||||
(const byte*) DTV_PLANEB_START_MI#0 DTV_PLANEB_START_MI = (byte*) 53322
|
||||
(byte*) DTV_PLANEB_STEP
|
||||
(const byte*) DTV_PLANEB_STEP#0 DTV_PLANEB_STEP = (byte*) 53324
|
||||
(byte*) PROCPORT
|
||||
(const byte*) PROCPORT#0 PROCPORT = (byte*) 1
|
||||
(byte*) PROCPORT_DDR
|
||||
(const byte*) PROCPORT_DDR#0 PROCPORT_DDR = (byte*) 0
|
||||
(byte) PROCPORT_DDR_MEMORY_MASK
|
||||
(const byte) PROCPORT_DDR_MEMORY_MASK#0 PROCPORT_DDR_MEMORY_MASK = (byte) 7
|
||||
(byte) PROCPORT_RAM_CHARROM
|
||||
(const byte) PROCPORT_RAM_CHARROM#0 PROCPORT_RAM_CHARROM = (byte) $31
|
||||
(byte) PROCPORT_RAM_IO
|
||||
(const byte) PROCPORT_RAM_IO#0 PROCPORT_RAM_IO = (byte) $35
|
||||
(byte*) RASTER
|
||||
(const byte*) RASTER#0 RASTER = (byte*) 53266
|
||||
(byte*) SCREEN
|
||||
(const byte*) SCREEN#0 SCREEN = (byte*) 31744
|
||||
(byte*) VIC_CONTROL
|
||||
(const byte*) VIC_CONTROL#0 VIC_CONTROL = (byte*) 53265
|
||||
(byte*) VIC_CONTROL2
|
||||
(const byte*) VIC_CONTROL2#0 VIC_CONTROL2 = (byte*) 53270
|
||||
(byte) VIC_CSEL
|
||||
(const byte) VIC_CSEL#0 VIC_CSEL = (byte) 8
|
||||
(byte) VIC_DEN
|
||||
(const byte) VIC_DEN#0 VIC_DEN = (byte) $10
|
||||
(byte) VIC_ECM
|
||||
(const byte) VIC_ECM#0 VIC_ECM = (byte) $40
|
||||
(byte) VIC_MCM
|
||||
(const byte) VIC_MCM#0 VIC_MCM = (byte) $10
|
||||
(byte*) VIC_MEMORY
|
||||
(const byte*) VIC_MEMORY#0 VIC_MEMORY = (byte*) 53272
|
||||
(byte) VIC_RSEL
|
||||
(const byte) VIC_RSEL#0 VIC_RSEL = (byte) 8
|
||||
(void()) dtvSetCpuBankSegment1((byte) dtvSetCpuBankSegment1::cpuBankIdx)
|
||||
(label) dtvSetCpuBankSegment1::@return
|
||||
(byte*) dtvSetCpuBankSegment1::cpuBank
|
||||
(const byte*) dtvSetCpuBankSegment1::cpuBank#0 cpuBank = (byte*) 255
|
||||
(byte) dtvSetCpuBankSegment1::cpuBankIdx
|
||||
(byte) dtvSetCpuBankSegment1::cpuBankIdx#2 reg byte a 2.0
|
||||
(void()) gfx_init()
|
||||
(label) gfx_init::@1
|
||||
(label) gfx_init::@return
|
||||
(void()) gfx_init_plane_charset8()
|
||||
(byte~) gfx_init_plane_charset8::$10 reg byte a 2002.0
|
||||
(label) gfx_init_plane_charset8::@1
|
||||
(label) gfx_init_plane_charset8::@2
|
||||
(label) gfx_init_plane_charset8::@3
|
||||
(label) gfx_init_plane_charset8::@4
|
||||
(label) gfx_init_plane_charset8::@5
|
||||
(label) gfx_init_plane_charset8::@6
|
||||
(label) gfx_init_plane_charset8::@7
|
||||
(label) gfx_init_plane_charset8::@8
|
||||
(label) gfx_init_plane_charset8::@9
|
||||
(label) gfx_init_plane_charset8::@return
|
||||
(byte) gfx_init_plane_charset8::bits
|
||||
(byte) gfx_init_plane_charset8::bits#0 bits zp ZP_BYTE:6 101.0
|
||||
(byte) gfx_init_plane_charset8::bits#1 bits zp ZP_BYTE:6 500.5
|
||||
(byte) gfx_init_plane_charset8::bits#2 bits zp ZP_BYTE:6 443.42857142857144
|
||||
(byte) gfx_init_plane_charset8::c
|
||||
(byte) gfx_init_plane_charset8::c#2 reg byte a 2002.0
|
||||
(byte~) gfx_init_plane_charset8::c#3 reg byte a 2002.0
|
||||
(byte) gfx_init_plane_charset8::ch
|
||||
(byte) gfx_init_plane_charset8::ch#1 ch zp ZP_BYTE:2 16.5
|
||||
(byte) gfx_init_plane_charset8::ch#8 ch zp ZP_BYTE:2 1.2941176470588236
|
||||
(byte*) gfx_init_plane_charset8::chargen
|
||||
(byte*) gfx_init_plane_charset8::chargen#1 chargen zp ZP_WORD:3 13.3125
|
||||
(byte*) gfx_init_plane_charset8::chargen#2 chargen zp ZP_WORD:3 157.0
|
||||
(byte*) gfx_init_plane_charset8::chargen#3 chargen zp ZP_WORD:3 22.0
|
||||
(byte) gfx_init_plane_charset8::col
|
||||
(byte) gfx_init_plane_charset8::col#1 col zp ZP_BYTE:9 302.0
|
||||
(byte) gfx_init_plane_charset8::col#2 col zp ZP_BYTE:9 388.0
|
||||
(byte) gfx_init_plane_charset8::col#5 col zp ZP_BYTE:9 71.0
|
||||
(byte) gfx_init_plane_charset8::col#6 col zp ZP_BYTE:9 22.0
|
||||
(byte) gfx_init_plane_charset8::cp
|
||||
(byte) gfx_init_plane_charset8::cp#1 reg byte x 1501.5
|
||||
(byte) gfx_init_plane_charset8::cp#2 reg byte x 222.44444444444446
|
||||
(byte) gfx_init_plane_charset8::cr
|
||||
(byte) gfx_init_plane_charset8::cr#1 cr zp ZP_BYTE:5 151.5
|
||||
(byte) gfx_init_plane_charset8::cr#6 cr zp ZP_BYTE:5 14.428571428571429
|
||||
(byte*) gfx_init_plane_charset8::gfxa
|
||||
(byte*) gfx_init_plane_charset8::gfxa#1 gfxa zp ZP_WORD:7 234.8888888888889
|
||||
(byte*) gfx_init_plane_charset8::gfxa#2 gfxa zp ZP_WORD:7 517.3333333333334
|
||||
(byte*) gfx_init_plane_charset8::gfxa#5 gfxa zp ZP_WORD:7 71.0
|
||||
(byte*) gfx_init_plane_charset8::gfxa#6 gfxa zp ZP_WORD:7 22.0
|
||||
(byte) gfx_init_plane_charset8::gfxbCpuBank
|
||||
(const byte) gfx_init_plane_charset8::gfxbCpuBank#0 gfxbCpuBank = (byte)(const byte*) CHARSET8#0/(word) $4000
|
||||
(void()) gfx_init_screen0()
|
||||
(byte~) gfx_init_screen0::$0 reg byte a 202.0
|
||||
(byte~) gfx_init_screen0::$1 $1 zp ZP_BYTE:13 101.0
|
||||
(byte~) gfx_init_screen0::$2 reg byte a 202.0
|
||||
(byte~) gfx_init_screen0::$3 reg byte a 202.0
|
||||
(label) gfx_init_screen0::@1
|
||||
(label) gfx_init_screen0::@2
|
||||
(label) gfx_init_screen0::@3
|
||||
(label) gfx_init_screen0::@return
|
||||
(byte*) gfx_init_screen0::ch
|
||||
(byte*) gfx_init_screen0::ch#1 ch zp ZP_WORD:11 42.599999999999994
|
||||
(byte*) gfx_init_screen0::ch#2 ch zp ZP_WORD:11 52.33333333333333
|
||||
(byte*) gfx_init_screen0::ch#3 ch zp ZP_WORD:11 22.0
|
||||
(byte) gfx_init_screen0::cx
|
||||
(byte) gfx_init_screen0::cx#1 reg byte x 151.5
|
||||
(byte) gfx_init_screen0::cx#2 reg byte x 43.285714285714285
|
||||
(byte) gfx_init_screen0::cy
|
||||
(byte) gfx_init_screen0::cy#1 cy zp ZP_BYTE:10 16.5
|
||||
(byte) gfx_init_screen0::cy#4 cy zp ZP_BYTE:10 12.299999999999999
|
||||
(void()) main()
|
||||
(byte~) main::$32 reg byte a 202.0
|
||||
(byte~) main::$33 reg byte a 202.0
|
||||
(byte~) main::$34 reg byte a 202.0
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@3
|
||||
(label) main::@4
|
||||
(label) main::@5
|
||||
(label) main::@6
|
||||
(byte) main::j
|
||||
(byte) main::j#1 reg byte x 16.5
|
||||
(byte) main::j#2 reg byte x 22.0
|
||||
(byte) main::rst
|
||||
(byte) main::rst#1 reg byte x 57.714285714285715
|
||||
|
||||
reg byte x [ main::j#2 main::j#1 ]
|
||||
zp ZP_BYTE:2 [ gfx_init_plane_charset8::ch#8 gfx_init_plane_charset8::ch#1 ]
|
||||
zp ZP_WORD:3 [ gfx_init_plane_charset8::chargen#2 gfx_init_plane_charset8::chargen#3 gfx_init_plane_charset8::chargen#1 ]
|
||||
zp ZP_BYTE:5 [ gfx_init_plane_charset8::cr#6 gfx_init_plane_charset8::cr#1 ]
|
||||
zp ZP_BYTE:6 [ gfx_init_plane_charset8::bits#2 gfx_init_plane_charset8::bits#0 gfx_init_plane_charset8::bits#1 ]
|
||||
zp ZP_WORD:7 [ gfx_init_plane_charset8::gfxa#2 gfx_init_plane_charset8::gfxa#5 gfx_init_plane_charset8::gfxa#6 gfx_init_plane_charset8::gfxa#1 ]
|
||||
zp ZP_BYTE:9 [ gfx_init_plane_charset8::col#2 gfx_init_plane_charset8::col#5 gfx_init_plane_charset8::col#6 gfx_init_plane_charset8::col#1 ]
|
||||
reg byte x [ gfx_init_plane_charset8::cp#2 gfx_init_plane_charset8::cp#1 ]
|
||||
reg byte a [ gfx_init_plane_charset8::c#2 gfx_init_plane_charset8::c#3 ]
|
||||
reg byte a [ dtvSetCpuBankSegment1::cpuBankIdx#2 ]
|
||||
zp ZP_BYTE:10 [ gfx_init_screen0::cy#4 gfx_init_screen0::cy#1 ]
|
||||
reg byte x [ gfx_init_screen0::cx#2 gfx_init_screen0::cx#1 ]
|
||||
zp ZP_WORD:11 [ gfx_init_screen0::ch#2 gfx_init_screen0::ch#3 gfx_init_screen0::ch#1 ]
|
||||
reg byte x [ main::rst#1 ]
|
||||
reg byte a [ main::$32 ]
|
||||
reg byte a [ main::$33 ]
|
||||
reg byte a [ main::$34 ]
|
||||
reg byte a [ gfx_init_plane_charset8::$10 ]
|
||||
reg byte a [ gfx_init_screen0::$0 ]
|
||||
zp ZP_BYTE:13 [ gfx_init_screen0::$1 ]
|
||||
reg byte a [ gfx_init_screen0::$2 ]
|
||||
reg byte a [ gfx_init_screen0::$3 ]
|
||||
|
@ -1 +1,130 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) BORDERCOL
|
||||
(const byte*) BORDERCOL#0 BORDERCOL = (byte*) 53280
|
||||
(byte*) CHUNKY
|
||||
(const byte*) CHUNKY#0 CHUNKY = (byte*) 32768
|
||||
(byte*) CIA2_PORT_A
|
||||
(const byte*) CIA2_PORT_A#0 CIA2_PORT_A = (byte*) 56576
|
||||
(byte*) CIA2_PORT_A_DDR
|
||||
(const byte*) CIA2_PORT_A_DDR#0 CIA2_PORT_A_DDR = (byte*) 56578
|
||||
(byte) DTV_BADLINE_OFF
|
||||
(const byte) DTV_BADLINE_OFF#0 DTV_BADLINE_OFF = (byte) $20
|
||||
(byte) DTV_CHUNKY
|
||||
(const byte) DTV_CHUNKY#0 DTV_CHUNKY = (byte) $40
|
||||
(byte) DTV_COLORRAM_OFF
|
||||
(const byte) DTV_COLORRAM_OFF#0 DTV_COLORRAM_OFF = (byte) $10
|
||||
(byte*) DTV_CONTROL
|
||||
(const byte*) DTV_CONTROL#0 DTV_CONTROL = (byte*) 53308
|
||||
(byte*) DTV_FEATURE
|
||||
(const byte*) DTV_FEATURE#0 DTV_FEATURE = (byte*) 53311
|
||||
(byte) DTV_FEATURE_ENABLE
|
||||
(const byte) DTV_FEATURE_ENABLE#0 DTV_FEATURE_ENABLE = (byte) 1
|
||||
(byte) DTV_HIGHCOLOR
|
||||
(const byte) DTV_HIGHCOLOR#0 DTV_HIGHCOLOR = (byte) 4
|
||||
(byte) DTV_LINEAR
|
||||
(const byte) DTV_LINEAR#0 DTV_LINEAR = (byte) 1
|
||||
(byte*) DTV_PALETTE
|
||||
(const byte*) DTV_PALETTE#0 DTV_PALETTE = (byte*) 53760
|
||||
(byte*) DTV_PLANEB_MODULO_HI
|
||||
(const byte*) DTV_PLANEB_MODULO_HI#0 DTV_PLANEB_MODULO_HI = (byte*) 53320
|
||||
(byte*) DTV_PLANEB_MODULO_LO
|
||||
(const byte*) DTV_PLANEB_MODULO_LO#0 DTV_PLANEB_MODULO_LO = (byte*) 53319
|
||||
(byte*) DTV_PLANEB_START_HI
|
||||
(const byte*) DTV_PLANEB_START_HI#0 DTV_PLANEB_START_HI = (byte*) 53323
|
||||
(byte*) DTV_PLANEB_START_LO
|
||||
(const byte*) DTV_PLANEB_START_LO#0 DTV_PLANEB_START_LO = (byte*) 53321
|
||||
(byte*) DTV_PLANEB_START_MI
|
||||
(const byte*) DTV_PLANEB_START_MI#0 DTV_PLANEB_START_MI = (byte*) 53322
|
||||
(byte*) DTV_PLANEB_STEP
|
||||
(const byte*) DTV_PLANEB_STEP#0 DTV_PLANEB_STEP = (byte*) 53324
|
||||
(byte*) PROCPORT
|
||||
(const byte*) PROCPORT#0 PROCPORT = (byte*) 1
|
||||
(byte*) PROCPORT_DDR
|
||||
(const byte*) PROCPORT_DDR#0 PROCPORT_DDR = (byte*) 0
|
||||
(byte) PROCPORT_DDR_MEMORY_MASK
|
||||
(const byte) PROCPORT_DDR_MEMORY_MASK#0 PROCPORT_DDR_MEMORY_MASK = (byte) 7
|
||||
(byte) PROCPORT_RAM_IO
|
||||
(const byte) PROCPORT_RAM_IO#0 PROCPORT_RAM_IO = (byte) $35
|
||||
(byte*) RASTER
|
||||
(const byte*) RASTER#0 RASTER = (byte*) 53266
|
||||
(byte*) VIC_CONTROL
|
||||
(const byte*) VIC_CONTROL#0 VIC_CONTROL = (byte*) 53265
|
||||
(byte*) VIC_CONTROL2
|
||||
(const byte*) VIC_CONTROL2#0 VIC_CONTROL2 = (byte*) 53270
|
||||
(byte) VIC_CSEL
|
||||
(const byte) VIC_CSEL#0 VIC_CSEL = (byte) 8
|
||||
(byte) VIC_DEN
|
||||
(const byte) VIC_DEN#0 VIC_DEN = (byte) $10
|
||||
(byte) VIC_ECM
|
||||
(const byte) VIC_ECM#0 VIC_ECM = (byte) $40
|
||||
(byte) VIC_MCM
|
||||
(const byte) VIC_MCM#0 VIC_MCM = (byte) $10
|
||||
(byte*) VIC_MEMORY
|
||||
(const byte*) VIC_MEMORY#0 VIC_MEMORY = (byte*) 53272
|
||||
(byte) VIC_RSEL
|
||||
(const byte) VIC_RSEL#0 VIC_RSEL = (byte) 8
|
||||
(void()) dtvSetCpuBankSegment1((byte) dtvSetCpuBankSegment1::cpuBankIdx)
|
||||
(label) dtvSetCpuBankSegment1::@return
|
||||
(byte*) dtvSetCpuBankSegment1::cpuBank
|
||||
(const byte*) dtvSetCpuBankSegment1::cpuBank#0 cpuBank = (byte*) 255
|
||||
(byte) dtvSetCpuBankSegment1::cpuBankIdx
|
||||
(byte) dtvSetCpuBankSegment1::cpuBankIdx#1 reg byte a 202.0
|
||||
(byte) dtvSetCpuBankSegment1::cpuBankIdx#3 reg byte a 103.0
|
||||
(void()) gfx_init_chunky()
|
||||
(word~) gfx_init_chunky::$9 $9 zp ZP_WORD:7 101.0
|
||||
(label) gfx_init_chunky::@1
|
||||
(label) gfx_init_chunky::@2
|
||||
(label) gfx_init_chunky::@3
|
||||
(label) gfx_init_chunky::@4
|
||||
(label) gfx_init_chunky::@5
|
||||
(label) gfx_init_chunky::@6
|
||||
(label) gfx_init_chunky::@7
|
||||
(label) gfx_init_chunky::@return
|
||||
(byte) gfx_init_chunky::c
|
||||
(byte) gfx_init_chunky::c#0 reg byte a 202.0
|
||||
(byte*) gfx_init_chunky::gfxb
|
||||
(byte*) gfx_init_chunky::gfxb#1 gfxb zp ZP_WORD:5 42.599999999999994
|
||||
(byte*) gfx_init_chunky::gfxb#3 gfxb zp ZP_WORD:5 157.0
|
||||
(byte*) gfx_init_chunky::gfxb#4 gfxb zp ZP_WORD:5 75.75
|
||||
(byte*) gfx_init_chunky::gfxb#5 gfxb zp ZP_WORD:5 22.0
|
||||
(byte) gfx_init_chunky::gfxbCpuBank
|
||||
(byte) gfx_init_chunky::gfxbCpuBank#2 reg byte x 202.0
|
||||
(byte) gfx_init_chunky::gfxbCpuBank#4 reg byte x 103.75
|
||||
(byte) gfx_init_chunky::gfxbCpuBank#7 reg byte x 22.0
|
||||
(byte) gfx_init_chunky::gfxbCpuBank#8 reg byte x 34.888888888888886
|
||||
(word) gfx_init_chunky::x
|
||||
(word) gfx_init_chunky::x#1 x zp ZP_WORD:3 151.5
|
||||
(word) gfx_init_chunky::x#2 x zp ZP_WORD:3 30.299999999999997
|
||||
(byte) gfx_init_chunky::y
|
||||
(byte) gfx_init_chunky::y#1 y zp ZP_BYTE:2 16.5
|
||||
(byte) gfx_init_chunky::y#6 y zp ZP_BYTE:2 9.461538461538462
|
||||
(void()) main()
|
||||
(byte~) main::$31 reg byte a 202.0
|
||||
(byte~) main::$32 reg byte a 202.0
|
||||
(byte~) main::$33 reg byte a 202.0
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@3
|
||||
(label) main::@4
|
||||
(label) main::@5
|
||||
(label) main::@6
|
||||
(byte) main::j
|
||||
(byte) main::j#1 reg byte x 16.5
|
||||
(byte) main::j#2 reg byte x 22.0
|
||||
(byte) main::rst
|
||||
(byte) main::rst#1 reg byte x 57.714285714285715
|
||||
|
||||
reg byte x [ main::j#2 main::j#1 ]
|
||||
zp ZP_BYTE:2 [ gfx_init_chunky::y#6 gfx_init_chunky::y#1 ]
|
||||
zp ZP_WORD:3 [ gfx_init_chunky::x#2 gfx_init_chunky::x#1 ]
|
||||
reg byte x [ gfx_init_chunky::gfxbCpuBank#4 gfx_init_chunky::gfxbCpuBank#7 gfx_init_chunky::gfxbCpuBank#8 gfx_init_chunky::gfxbCpuBank#2 ]
|
||||
zp ZP_WORD:5 [ gfx_init_chunky::gfxb#4 gfx_init_chunky::gfxb#3 gfx_init_chunky::gfxb#5 gfx_init_chunky::gfxb#1 ]
|
||||
reg byte a [ dtvSetCpuBankSegment1::cpuBankIdx#3 dtvSetCpuBankSegment1::cpuBankIdx#1 ]
|
||||
reg byte x [ main::rst#1 ]
|
||||
reg byte a [ main::$31 ]
|
||||
reg byte a [ main::$32 ]
|
||||
reg byte a [ main::$33 ]
|
||||
zp ZP_WORD:7 [ gfx_init_chunky::$9 ]
|
||||
reg byte a [ gfx_init_chunky::c#0 ]
|
||||
|
@ -1 +1,97 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) DTV_BLITTER_ALU
|
||||
(const byte*) DTV_BLITTER_ALU#0 DTV_BLITTER_ALU = (byte*) 54078
|
||||
(byte*) DTV_BLITTER_CONTROL
|
||||
(const byte*) DTV_BLITTER_CONTROL#0 DTV_BLITTER_CONTROL = (byte*) 54074
|
||||
(byte*) DTV_BLITTER_CONTROL2
|
||||
(const byte*) DTV_BLITTER_CONTROL2#0 DTV_BLITTER_CONTROL2 = (byte*) 54079
|
||||
(byte*) DTV_BLITTER_DEST_HI
|
||||
(const byte*) DTV_BLITTER_DEST_HI#0 DTV_BLITTER_DEST_HI = (byte*) 54066
|
||||
(byte*) DTV_BLITTER_DEST_LIN_HI
|
||||
(const byte*) DTV_BLITTER_DEST_LIN_HI#0 DTV_BLITTER_DEST_LIN_HI = (byte*) 54070
|
||||
(byte*) DTV_BLITTER_DEST_LIN_LO
|
||||
(const byte*) DTV_BLITTER_DEST_LIN_LO#0 DTV_BLITTER_DEST_LIN_LO = (byte*) 54069
|
||||
(byte*) DTV_BLITTER_DEST_LO
|
||||
(const byte*) DTV_BLITTER_DEST_LO#0 DTV_BLITTER_DEST_LO = (byte*) 54064
|
||||
(byte*) DTV_BLITTER_DEST_MI
|
||||
(const byte*) DTV_BLITTER_DEST_MI#0 DTV_BLITTER_DEST_MI = (byte*) 54065
|
||||
(byte*) DTV_BLITTER_DEST_MOD_HI
|
||||
(const byte*) DTV_BLITTER_DEST_MOD_HI#0 DTV_BLITTER_DEST_MOD_HI = (byte*) 54068
|
||||
(byte*) DTV_BLITTER_DEST_MOD_LO
|
||||
(const byte*) DTV_BLITTER_DEST_MOD_LO#0 DTV_BLITTER_DEST_MOD_LO = (byte*) 54067
|
||||
(byte*) DTV_BLITTER_DEST_STEP
|
||||
(const byte*) DTV_BLITTER_DEST_STEP#0 DTV_BLITTER_DEST_STEP = (byte*) 54071
|
||||
(byte*) DTV_BLITTER_LEN_HI
|
||||
(const byte*) DTV_BLITTER_LEN_HI#0 DTV_BLITTER_LEN_HI = (byte*) 54073
|
||||
(byte*) DTV_BLITTER_LEN_LO
|
||||
(const byte*) DTV_BLITTER_LEN_LO#0 DTV_BLITTER_LEN_LO = (byte*) 54072
|
||||
(byte*) DTV_BLITTER_SRCA_HI
|
||||
(const byte*) DTV_BLITTER_SRCA_HI#0 DTV_BLITTER_SRCA_HI = (byte*) 54050
|
||||
(byte*) DTV_BLITTER_SRCA_LIN_HI
|
||||
(const byte*) DTV_BLITTER_SRCA_LIN_HI#0 DTV_BLITTER_SRCA_LIN_HI = (byte*) 54054
|
||||
(byte*) DTV_BLITTER_SRCA_LIN_LO
|
||||
(const byte*) DTV_BLITTER_SRCA_LIN_LO#0 DTV_BLITTER_SRCA_LIN_LO = (byte*) 54053
|
||||
(byte*) DTV_BLITTER_SRCA_LO
|
||||
(const byte*) DTV_BLITTER_SRCA_LO#0 DTV_BLITTER_SRCA_LO = (byte*) 54048
|
||||
(byte*) DTV_BLITTER_SRCA_MI
|
||||
(const byte*) DTV_BLITTER_SRCA_MI#0 DTV_BLITTER_SRCA_MI = (byte*) 54049
|
||||
(byte*) DTV_BLITTER_SRCA_MOD_HI
|
||||
(const byte*) DTV_BLITTER_SRCA_MOD_HI#0 DTV_BLITTER_SRCA_MOD_HI = (byte*) 54052
|
||||
(byte*) DTV_BLITTER_SRCA_MOD_LO
|
||||
(const byte*) DTV_BLITTER_SRCA_MOD_LO#0 DTV_BLITTER_SRCA_MOD_LO = (byte*) 54051
|
||||
(byte*) DTV_BLITTER_SRCA_STEP
|
||||
(const byte*) DTV_BLITTER_SRCA_STEP#0 DTV_BLITTER_SRCA_STEP = (byte*) 54055
|
||||
(byte*) DTV_BLITTER_SRCB_HI
|
||||
(const byte*) DTV_BLITTER_SRCB_HI#0 DTV_BLITTER_SRCB_HI = (byte*) 54058
|
||||
(byte*) DTV_BLITTER_SRCB_LIN_HI
|
||||
(const byte*) DTV_BLITTER_SRCB_LIN_HI#0 DTV_BLITTER_SRCB_LIN_HI = (byte*) 54062
|
||||
(byte*) DTV_BLITTER_SRCB_LIN_LO
|
||||
(const byte*) DTV_BLITTER_SRCB_LIN_LO#0 DTV_BLITTER_SRCB_LIN_LO = (byte*) 54061
|
||||
(byte*) DTV_BLITTER_SRCB_LO
|
||||
(const byte*) DTV_BLITTER_SRCB_LO#0 DTV_BLITTER_SRCB_LO = (byte*) 54056
|
||||
(byte*) DTV_BLITTER_SRCB_MI
|
||||
(const byte*) DTV_BLITTER_SRCB_MI#0 DTV_BLITTER_SRCB_MI = (byte*) 54057
|
||||
(byte*) DTV_BLITTER_SRCB_MOD_HI
|
||||
(const byte*) DTV_BLITTER_SRCB_MOD_HI#0 DTV_BLITTER_SRCB_MOD_HI = (byte*) 54060
|
||||
(byte*) DTV_BLITTER_SRCB_MOD_LO
|
||||
(const byte*) DTV_BLITTER_SRCB_MOD_LO#0 DTV_BLITTER_SRCB_MOD_LO = (byte*) 54059
|
||||
(byte*) DTV_BLITTER_SRCB_STEP
|
||||
(const byte*) DTV_BLITTER_SRCB_STEP#0 DTV_BLITTER_SRCB_STEP = (byte*) 54063
|
||||
(byte*) DTV_BLITTER_TRANSPARANCY
|
||||
(const byte*) DTV_BLITTER_TRANSPARANCY#0 DTV_BLITTER_TRANSPARANCY = (byte*) 54075
|
||||
(byte) DTV_BLIT_ADD
|
||||
(const byte) DTV_BLIT_ADD#0 DTV_BLIT_ADD = (byte) $30
|
||||
(byte) DTV_BLIT_CLEAR_IRQ
|
||||
(const byte) DTV_BLIT_CLEAR_IRQ#0 DTV_BLIT_CLEAR_IRQ = (byte) 1
|
||||
(byte) DTV_BLIT_DEST_CONT
|
||||
(const byte) DTV_BLIT_DEST_CONT#0 DTV_BLIT_DEST_CONT = (byte) 8
|
||||
(byte) DTV_BLIT_DEST_FWD
|
||||
(const byte) DTV_BLIT_DEST_FWD#0 DTV_BLIT_DEST_FWD = (byte) 8
|
||||
(byte) DTV_BLIT_FORCE_START
|
||||
(const byte) DTV_BLIT_FORCE_START#0 DTV_BLIT_FORCE_START = (byte) 1
|
||||
(byte) DTV_BLIT_SRCA_FWD
|
||||
(const byte) DTV_BLIT_SRCA_FWD#0 DTV_BLIT_SRCA_FWD = (byte) 2
|
||||
(byte) DTV_BLIT_SRCB_FWD
|
||||
(const byte) DTV_BLIT_SRCB_FWD#0 DTV_BLIT_SRCB_FWD = (byte) 4
|
||||
(byte) DTV_BLIT_STATUS_BUSY
|
||||
(const byte) DTV_BLIT_STATUS_BUSY#0 DTV_BLIT_STATUS_BUSY = (byte) 1
|
||||
(byte) DTV_BLIT_TRANSPARANCY_NONE
|
||||
(const byte) DTV_BLIT_TRANSPARANCY_NONE#0 DTV_BLIT_TRANSPARANCY_NONE = (byte) 0
|
||||
(byte*) DTV_FEATURE
|
||||
(const byte*) DTV_FEATURE#0 DTV_FEATURE = (byte*) 53311
|
||||
(byte) DTV_FEATURE_ENABLE
|
||||
(const byte) DTV_FEATURE_ENABLE#0 DTV_FEATURE_ENABLE = (byte) 1
|
||||
(byte*) SCREEN
|
||||
(const byte*) SCREEN#0 SCREEN = (byte*) 1024
|
||||
(byte[]) SRCA
|
||||
(const byte[]) SRCA#0 SRCA = (string) "camelot rules!@"
|
||||
(byte[]) SRCB
|
||||
(const byte[]) SRCB#0 SRCB = { (byte) $80 }
|
||||
(void()) main()
|
||||
(byte~) main::$25 reg byte a 22.0
|
||||
(label) main::@1
|
||||
(label) main::@return
|
||||
|
||||
reg byte a [ main::$25 ]
|
||||
|
@ -1 +1,104 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) DTV_BLITTER_ALU
|
||||
(const byte*) DTV_BLITTER_ALU#0 DTV_BLITTER_ALU = (byte*) 54078
|
||||
(byte*) DTV_BLITTER_CONTROL
|
||||
(const byte*) DTV_BLITTER_CONTROL#0 DTV_BLITTER_CONTROL = (byte*) 54074
|
||||
(byte*) DTV_BLITTER_CONTROL2
|
||||
(const byte*) DTV_BLITTER_CONTROL2#0 DTV_BLITTER_CONTROL2 = (byte*) 54079
|
||||
(byte*) DTV_BLITTER_DEST_HI
|
||||
(const byte*) DTV_BLITTER_DEST_HI#0 DTV_BLITTER_DEST_HI = (byte*) 54066
|
||||
(byte*) DTV_BLITTER_DEST_LIN_HI
|
||||
(const byte*) DTV_BLITTER_DEST_LIN_HI#0 DTV_BLITTER_DEST_LIN_HI = (byte*) 54070
|
||||
(byte*) DTV_BLITTER_DEST_LIN_LO
|
||||
(const byte*) DTV_BLITTER_DEST_LIN_LO#0 DTV_BLITTER_DEST_LIN_LO = (byte*) 54069
|
||||
(byte*) DTV_BLITTER_DEST_LO
|
||||
(const byte*) DTV_BLITTER_DEST_LO#0 DTV_BLITTER_DEST_LO = (byte*) 54064
|
||||
(byte*) DTV_BLITTER_DEST_MI
|
||||
(const byte*) DTV_BLITTER_DEST_MI#0 DTV_BLITTER_DEST_MI = (byte*) 54065
|
||||
(byte*) DTV_BLITTER_DEST_MOD_HI
|
||||
(const byte*) DTV_BLITTER_DEST_MOD_HI#0 DTV_BLITTER_DEST_MOD_HI = (byte*) 54068
|
||||
(byte*) DTV_BLITTER_DEST_MOD_LO
|
||||
(const byte*) DTV_BLITTER_DEST_MOD_LO#0 DTV_BLITTER_DEST_MOD_LO = (byte*) 54067
|
||||
(byte*) DTV_BLITTER_DEST_STEP
|
||||
(const byte*) DTV_BLITTER_DEST_STEP#0 DTV_BLITTER_DEST_STEP = (byte*) 54071
|
||||
(byte*) DTV_BLITTER_LEN_HI
|
||||
(const byte*) DTV_BLITTER_LEN_HI#0 DTV_BLITTER_LEN_HI = (byte*) 54073
|
||||
(byte*) DTV_BLITTER_LEN_LO
|
||||
(const byte*) DTV_BLITTER_LEN_LO#0 DTV_BLITTER_LEN_LO = (byte*) 54072
|
||||
(byte*) DTV_BLITTER_SRCA_HI
|
||||
(const byte*) DTV_BLITTER_SRCA_HI#0 DTV_BLITTER_SRCA_HI = (byte*) 54050
|
||||
(byte*) DTV_BLITTER_SRCA_LIN_HI
|
||||
(const byte*) DTV_BLITTER_SRCA_LIN_HI#0 DTV_BLITTER_SRCA_LIN_HI = (byte*) 54054
|
||||
(byte*) DTV_BLITTER_SRCA_LIN_LO
|
||||
(const byte*) DTV_BLITTER_SRCA_LIN_LO#0 DTV_BLITTER_SRCA_LIN_LO = (byte*) 54053
|
||||
(byte*) DTV_BLITTER_SRCA_LO
|
||||
(const byte*) DTV_BLITTER_SRCA_LO#0 DTV_BLITTER_SRCA_LO = (byte*) 54048
|
||||
(byte*) DTV_BLITTER_SRCA_MI
|
||||
(const byte*) DTV_BLITTER_SRCA_MI#0 DTV_BLITTER_SRCA_MI = (byte*) 54049
|
||||
(byte*) DTV_BLITTER_SRCA_MOD_HI
|
||||
(const byte*) DTV_BLITTER_SRCA_MOD_HI#0 DTV_BLITTER_SRCA_MOD_HI = (byte*) 54052
|
||||
(byte*) DTV_BLITTER_SRCA_MOD_LO
|
||||
(const byte*) DTV_BLITTER_SRCA_MOD_LO#0 DTV_BLITTER_SRCA_MOD_LO = (byte*) 54051
|
||||
(byte*) DTV_BLITTER_SRCA_STEP
|
||||
(const byte*) DTV_BLITTER_SRCA_STEP#0 DTV_BLITTER_SRCA_STEP = (byte*) 54055
|
||||
(byte*) DTV_BLITTER_SRCB_HI
|
||||
(const byte*) DTV_BLITTER_SRCB_HI#0 DTV_BLITTER_SRCB_HI = (byte*) 54058
|
||||
(byte*) DTV_BLITTER_SRCB_LIN_HI
|
||||
(const byte*) DTV_BLITTER_SRCB_LIN_HI#0 DTV_BLITTER_SRCB_LIN_HI = (byte*) 54062
|
||||
(byte*) DTV_BLITTER_SRCB_LIN_LO
|
||||
(const byte*) DTV_BLITTER_SRCB_LIN_LO#0 DTV_BLITTER_SRCB_LIN_LO = (byte*) 54061
|
||||
(byte*) DTV_BLITTER_SRCB_LO
|
||||
(const byte*) DTV_BLITTER_SRCB_LO#0 DTV_BLITTER_SRCB_LO = (byte*) 54056
|
||||
(byte*) DTV_BLITTER_SRCB_MI
|
||||
(const byte*) DTV_BLITTER_SRCB_MI#0 DTV_BLITTER_SRCB_MI = (byte*) 54057
|
||||
(byte*) DTV_BLITTER_SRCB_MOD_HI
|
||||
(const byte*) DTV_BLITTER_SRCB_MOD_HI#0 DTV_BLITTER_SRCB_MOD_HI = (byte*) 54060
|
||||
(byte*) DTV_BLITTER_SRCB_MOD_LO
|
||||
(const byte*) DTV_BLITTER_SRCB_MOD_LO#0 DTV_BLITTER_SRCB_MOD_LO = (byte*) 54059
|
||||
(byte*) DTV_BLITTER_SRCB_STEP
|
||||
(const byte*) DTV_BLITTER_SRCB_STEP#0 DTV_BLITTER_SRCB_STEP = (byte*) 54063
|
||||
(byte*) DTV_BLITTER_TRANSPARANCY
|
||||
(const byte*) DTV_BLITTER_TRANSPARANCY#0 DTV_BLITTER_TRANSPARANCY = (byte*) 54075
|
||||
(byte) DTV_BLIT_ADD
|
||||
(const byte) DTV_BLIT_ADD#0 DTV_BLIT_ADD = (byte) $30
|
||||
(byte) DTV_BLIT_CLEAR_IRQ
|
||||
(const byte) DTV_BLIT_CLEAR_IRQ#0 DTV_BLIT_CLEAR_IRQ = (byte) 1
|
||||
(byte) DTV_BLIT_DEST_CONT
|
||||
(const byte) DTV_BLIT_DEST_CONT#0 DTV_BLIT_DEST_CONT = (byte) 8
|
||||
(byte) DTV_BLIT_DEST_FWD
|
||||
(const byte) DTV_BLIT_DEST_FWD#0 DTV_BLIT_DEST_FWD = (byte) 8
|
||||
(byte) DTV_BLIT_FORCE_START
|
||||
(const byte) DTV_BLIT_FORCE_START#0 DTV_BLIT_FORCE_START = (byte) 1
|
||||
(byte) DTV_BLIT_SRCA_FWD
|
||||
(const byte) DTV_BLIT_SRCA_FWD#0 DTV_BLIT_SRCA_FWD = (byte) 2
|
||||
(byte) DTV_BLIT_SRCB_FWD
|
||||
(const byte) DTV_BLIT_SRCB_FWD#0 DTV_BLIT_SRCB_FWD = (byte) 4
|
||||
(byte) DTV_BLIT_STATUS_BUSY
|
||||
(const byte) DTV_BLIT_STATUS_BUSY#0 DTV_BLIT_STATUS_BUSY = (byte) 1
|
||||
(byte) DTV_BLIT_TRANSPARANCY_NONE
|
||||
(const byte) DTV_BLIT_TRANSPARANCY_NONE#0 DTV_BLIT_TRANSPARANCY_NONE = (byte) 0
|
||||
(byte*) DTV_FEATURE
|
||||
(const byte*) DTV_FEATURE#0 DTV_FEATURE = (byte*) 53311
|
||||
(byte) DTV_FEATURE_ENABLE
|
||||
(const byte) DTV_FEATURE_ENABLE#0 DTV_FEATURE_ENABLE = (byte) 1
|
||||
(byte*) SCREEN
|
||||
(const byte*) SCREEN#0 SCREEN = (byte*) 1024
|
||||
(byte[]) SRCA
|
||||
(const byte[]) SRCA#0 SRCA = { (byte) 'c', (byte) 'a', (byte) 'm', (byte) 'e', (byte) 'l', (byte) 'o', (byte) 't', (byte) '!', (byte) ' ' }
|
||||
(byte) SRCA_LEN
|
||||
(const byte) SRCA_LEN#0 SRCA_LEN = (byte) 9
|
||||
(byte[]) SRCB
|
||||
(const byte[]) SRCB#0 SRCB = { (byte) $80 }
|
||||
(void()) main()
|
||||
(byte~) main::$15 reg byte a 202.0
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@return
|
||||
(byte) main::r
|
||||
(byte) main::r#1 reg byte x 16.5
|
||||
(byte) main::r#2 reg byte x 5.5
|
||||
|
||||
reg byte x [ main::r#2 main::r#1 ]
|
||||
reg byte a [ main::$15 ]
|
||||
|
@ -1 +1,37 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) BGCOL
|
||||
(const byte*) BGCOL#0 BGCOL = (byte*) 53281
|
||||
(byte) DTV_BADLINE_OFF
|
||||
(const byte) DTV_BADLINE_OFF#0 DTV_BADLINE_OFF = (byte) $20
|
||||
(byte) DTV_BORDER_OFF
|
||||
(const byte) DTV_BORDER_OFF#0 DTV_BORDER_OFF = (byte) 2
|
||||
(byte*) DTV_CONTROL
|
||||
(const byte*) DTV_CONTROL#0 DTV_CONTROL = (byte*) 53308
|
||||
(byte*) DTV_FEATURE
|
||||
(const byte*) DTV_FEATURE#0 DTV_FEATURE = (byte*) 53311
|
||||
(byte) DTV_FEATURE_ENABLE
|
||||
(const byte) DTV_FEATURE_ENABLE#0 DTV_FEATURE_ENABLE = (byte) 1
|
||||
(byte) DTV_HIGHCOLOR
|
||||
(const byte) DTV_HIGHCOLOR#0 DTV_HIGHCOLOR = (byte) 4
|
||||
(byte*) DTV_PALETTE
|
||||
(const byte*) DTV_PALETTE#0 DTV_PALETTE = (byte*) 53760
|
||||
(byte*) RASTER
|
||||
(const byte*) RASTER#0 RASTER = (byte*) 53266
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@3
|
||||
(label) main::@4
|
||||
(byte) main::c
|
||||
(byte) main::c#1 reg byte x 151.5
|
||||
(byte) main::c#2 reg byte x 201.99999999999997
|
||||
(byte[$10]) main::palette
|
||||
(const byte[$10]) main::palette#0 palette = { (byte) 0, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte) 8, (byte) 9, (byte) $a, (byte) $b, (byte) $c, (byte) $d, (byte) $e, (byte) $f }
|
||||
(byte) main::r
|
||||
(byte) main::r#1 reg byte x 151.5
|
||||
(byte) main::r#2 reg byte x 67.33333333333333
|
||||
|
||||
reg byte x [ main::r#2 main::r#1 ]
|
||||
reg byte x [ main::c#2 main::c#1 ]
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1 +1,24 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(void()) line((byte) line::x0 , (byte) line::x1)
|
||||
(label) line::@1
|
||||
(label) line::@return
|
||||
(byte) line::x
|
||||
(byte) line::x#0 reg byte x 2.0
|
||||
(byte) line::x#1 reg byte x 16.5
|
||||
(byte) line::x#2 reg byte x 11.666666666666666
|
||||
(byte) line::x0
|
||||
(byte) line::x1
|
||||
(byte) line::x1#3 x1 zp ZP_BYTE:2 1.8333333333333333
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@return
|
||||
(byte*) screen
|
||||
(byte*) screen#10 screen zp ZP_WORD:3 17.5
|
||||
(byte*) screen#11 screen zp ZP_WORD:3 4.0
|
||||
(byte*) screen#14 screen zp ZP_WORD:3 4.0
|
||||
|
||||
zp ZP_BYTE:2 [ line::x1#3 ]
|
||||
reg byte x [ line::x#2 line::x#0 line::x#1 ]
|
||||
zp ZP_WORD:3 [ screen#10 screen#14 screen#11 ]
|
||||
|
@ -1 +1,15 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@return
|
||||
(byte*) main::SCREEN
|
||||
(const byte*) main::SCREEN#0 SCREEN = (byte*) 1024
|
||||
(byte) main::i
|
||||
(byte) main::i#1 reg byte x 16.5
|
||||
(byte) main::i#2 reg byte x 16.5
|
||||
(signed byte[]) main::sbs
|
||||
(const signed byte[]) main::sbs#0 sbs = { (signed byte) -1, (signed byte) -2, (signed byte) -3, (signed byte) -4 }
|
||||
|
||||
reg byte x [ main::i#2 main::i#1 ]
|
||||
|
@ -1 +1,22 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@return
|
||||
(label) main::getScreen1
|
||||
(byte~) main::getScreen1_$0
|
||||
(byte) main::getScreen1_id
|
||||
(byte*) main::getScreen1_return
|
||||
(byte*) main::getScreen1_return#0 getScreen1_return zp ZP_WORD:2 4.0
|
||||
(byte*) main::screen
|
||||
(label) main::spritePtr1
|
||||
(byte*~) main::spritePtr1_$0
|
||||
(byte*~) main::spritePtr1_$1
|
||||
(byte*) main::spritePtr1_return
|
||||
(byte*) main::spritePtr1_return#0 spritePtr1_return zp ZP_WORD:2 4.0
|
||||
(byte*) main::spritePtr1_screen
|
||||
(byte*[]) screens
|
||||
(const byte*[]) screens#0 screens = { (byte*) 1024, (byte*) 5120 }
|
||||
|
||||
zp ZP_WORD:2 [ main::getScreen1_return#0 main::spritePtr1_return#0 ]
|
||||
|
@ -1 +1,25 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@return
|
||||
(byte*) main::DSP
|
||||
(const byte*) main::DSP#0 DSP = (byte*) 1024
|
||||
(label) main::getScreen1
|
||||
(byte~) main::getScreen1_$0
|
||||
(byte) main::getScreen1_id
|
||||
(byte*) main::getScreen1_return
|
||||
(byte*) main::getScreen1_return#0 getScreen1_return zp ZP_WORD:2 4.0
|
||||
(label) main::spritePtr1
|
||||
(byte*~) main::spritePtr1_$0
|
||||
(byte*~) main::spritePtr1_$0#0 spritePtr1_$0 zp ZP_WORD:2 4.0
|
||||
(byte~) main::spritePtr1_$1
|
||||
(byte) main::spritePtr1_return
|
||||
(byte) main::spritePtr1_return#0 reg byte a 4.0
|
||||
(byte*) main::spritePtr1_screen
|
||||
(byte*[]) screens
|
||||
(const byte*[]) screens#0 screens = { (byte*) 1024, (byte*) 5120 }
|
||||
|
||||
zp ZP_WORD:2 [ main::getScreen1_return#0 main::spritePtr1_$0#0 ]
|
||||
reg byte a [ main::spritePtr1_return#0 ]
|
||||
|
@ -1 +1,12 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) SCREEN
|
||||
(const byte*) SCREEN#0 SCREEN = (byte*) 17408
|
||||
(void()) main()
|
||||
(label) main::@return
|
||||
(byte*) main::sprite_ptr
|
||||
(const byte*) main::sprite_ptr#0 sprite_ptr = (const byte*) SCREEN#0+(word) $378
|
||||
(byte*) sprite
|
||||
(const byte*) sprite#0 sprite = (byte*) 20480
|
||||
|
||||
|
@ -1 +1,24 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@return
|
||||
(byte*) main::BGCOL
|
||||
(const byte*) main::BGCOL#0 BGCOL = (byte*) 53281
|
||||
(byte*) main::SCREEN
|
||||
(const byte*) main::SCREEN#0 SCREEN = (byte*) 1024
|
||||
(byte) main::max
|
||||
(const byte) main::max#0 max = (byte) $c8
|
||||
(byte) main::midb
|
||||
(const byte) main::midb#0 midb = (const byte) main::sumb#0>>(byte) 1+(byte) 1
|
||||
(byte) main::midw
|
||||
(const byte) main::midw#0 midw = (byte)(const word) main::sumw#0>>(byte) 1+(byte) 1
|
||||
(byte) main::min
|
||||
(const byte) main::min#0 min = (byte) $a
|
||||
(byte) main::sumb
|
||||
(const byte) main::sumb#0 sumb = (const byte) main::min#0+(const byte) main::max#0
|
||||
(word) main::sumw
|
||||
(const word) main::sumw#0 sumw = (const byte) main::min#0+(const byte) main::max#0
|
||||
|
||||
|
@ -1 +1,42 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) SCREEN
|
||||
(const byte*) SCREEN#0 SCREEN = (byte*) 1024
|
||||
(byte*) SCREEN2
|
||||
(const byte*) SCREEN2#0 SCREEN2 = (const byte*) SCREEN#0+(byte)(number) $28*(number) 3
|
||||
(byte*) SCREEN3
|
||||
(const byte*) SCREEN3#0 SCREEN3 = (const byte*) SCREEN#0+(byte)(number) $28*(number) 6
|
||||
(byte*) SCREEN4
|
||||
(const byte*) SCREEN4#0 SCREEN4 = (const byte*) SCREEN#0+(word)(number) $28*(number) 9
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@return
|
||||
(byte) main::b
|
||||
(byte) main::b#1 reg byte x 16.5
|
||||
(byte) main::b#2 reg byte x 11.0
|
||||
(byte) main::b2
|
||||
(byte) main::b2#0 reg byte a 22.0
|
||||
(signed byte) main::sb
|
||||
(signed byte) main::sb#0 reg byte a 11.0
|
||||
(void()) w()
|
||||
(label) w::@1
|
||||
(label) w::@return
|
||||
(byte) w::b
|
||||
(const byte) w::b#0 b = (byte)(const word) w::w1#0-(const word) w::w2#0
|
||||
(byte) w::b2
|
||||
(byte) w::b2#0 reg byte x 11.0
|
||||
(byte) w::i
|
||||
(byte) w::i#1 reg byte y 16.5
|
||||
(byte) w::i#2 reg byte y 13.75
|
||||
(word) w::w1
|
||||
(const word) w::w1#0 w1 = (word) $514
|
||||
(word) w::w2
|
||||
(const word) w::w2#0 w2 = (word) $4e2
|
||||
|
||||
reg byte x [ main::b#2 main::b#1 ]
|
||||
reg byte y [ w::i#2 w::i#1 ]
|
||||
reg byte a [ main::b2#0 ]
|
||||
reg byte a [ main::sb#0 ]
|
||||
reg byte x [ w::b2#0 ]
|
||||
|
@ -1 +1,44 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) CHARGEN
|
||||
(const byte*) CHARGEN#0 CHARGEN = (byte*) 53248
|
||||
(byte*) PROCPORT
|
||||
(const byte*) PROCPORT#0 PROCPORT = (byte*) 1
|
||||
(byte*) SCREEN
|
||||
(const byte*) SCREEN#0 SCREEN = (byte*) 1024
|
||||
(void()) main()
|
||||
(byte~) main::$1 reg byte a 202.0
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@3
|
||||
(label) main::@4
|
||||
(label) main::@5
|
||||
(label) main::@6
|
||||
(label) main::@return
|
||||
(byte*) main::CHAR_A
|
||||
(const byte*) main::CHAR_A#0 CHAR_A = (const byte*) CHARGEN#0+(byte) 8
|
||||
(byte) main::bits
|
||||
(byte) main::bits#0 bits zp ZP_BYTE:3 22.0
|
||||
(byte) main::bits#1 bits zp ZP_BYTE:3 67.33333333333333
|
||||
(byte) main::bits#2 bits zp ZP_BYTE:3 44.85714285714286
|
||||
(byte) main::c
|
||||
(byte) main::c#2 reg byte a 101.0
|
||||
(byte*) main::sc
|
||||
(byte*) main::sc#1 sc zp ZP_WORD:4 53.25
|
||||
(byte*) main::sc#2 sc zp ZP_WORD:4 7.333333333333333
|
||||
(byte*) main::sc#3 sc zp ZP_WORD:4 52.33333333333333
|
||||
(byte*) main::sc#7 sc zp ZP_WORD:4 11.0
|
||||
(byte) main::x
|
||||
(byte) main::x#1 reg byte x 151.5
|
||||
(byte) main::x#2 reg byte x 25.25
|
||||
(byte) main::y
|
||||
(byte) main::y#1 y zp ZP_BYTE:2 16.5
|
||||
(byte) main::y#2 y zp ZP_BYTE:2 2.5384615384615383
|
||||
|
||||
zp ZP_BYTE:2 [ main::y#2 main::y#1 ]
|
||||
zp ZP_BYTE:3 [ main::bits#2 main::bits#0 main::bits#1 ]
|
||||
zp ZP_WORD:4 [ main::sc#3 main::sc#7 main::sc#2 main::sc#1 ]
|
||||
reg byte x [ main::x#2 main::x#1 ]
|
||||
reg byte a [ main::c#2 ]
|
||||
reg byte a [ main::$1 ]
|
||||
|
@ -1 +1,31 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@3
|
||||
(label) main::@return
|
||||
(byte) main::color
|
||||
(byte) main::color#1 reg byte x 71.0
|
||||
(byte) main::color#2 reg byte x 4.4
|
||||
(byte) main::color#3 reg byte x 104.66666666666666
|
||||
(byte) main::color#5 reg byte x 22.0
|
||||
(byte*) main::colors
|
||||
(byte*) main::colors#1 colors zp ZP_WORD:4 7.333333333333333
|
||||
(byte*) main::colors#4 colors zp ZP_WORD:4 13.666666666666664
|
||||
(byte) main::column
|
||||
(byte) main::column#1 reg byte y 151.5
|
||||
(byte) main::column#2 reg byte y 101.0
|
||||
(byte) main::row
|
||||
(byte) main::row#1 row zp ZP_BYTE:6 16.5
|
||||
(byte) main::row#4 row zp ZP_BYTE:6 2.2
|
||||
(byte*) main::screen
|
||||
(byte*) main::screen#1 screen zp ZP_WORD:2 5.5
|
||||
(byte*) main::screen#4 screen zp ZP_WORD:2 15.375
|
||||
|
||||
zp ZP_WORD:2 [ main::screen#4 main::screen#1 ]
|
||||
zp ZP_WORD:4 [ main::colors#4 main::colors#1 ]
|
||||
zp ZP_BYTE:6 [ main::row#4 main::row#1 ]
|
||||
reg byte y [ main::column#2 main::column#1 ]
|
||||
reg byte x [ main::color#3 main::color#5 main::color#2 main::color#1 ]
|
||||
|
@ -1 +1,32 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @2
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte) BLACK
|
||||
(const byte) BLACK#0 BLACK = (byte) 0
|
||||
(byte*) BORDERCOL
|
||||
(const byte*) BORDERCOL#0 BORDERCOL = (byte*) 53280
|
||||
(byte) DARK_GREY
|
||||
(const byte) DARK_GREY#0 DARK_GREY = (byte) $b
|
||||
(void()**) KERNEL_IRQ
|
||||
(const void()**) KERNEL_IRQ#0 KERNEL_IRQ = (void()**) 788
|
||||
(byte*) RASTER
|
||||
(const byte*) RASTER#0 RASTER = (byte*) 53266
|
||||
interrupt(HARDWARE_CLOBBER)(void()) irq()
|
||||
(byte~) irq::$0 reg byte a 4.0
|
||||
(label) irq::@1
|
||||
(label) irq::@2
|
||||
(label) irq::@return
|
||||
(byte) irq::raster_next
|
||||
(byte) irq::raster_next#0 reg byte x 2.6666666666666665
|
||||
(byte) irq::raster_next#1 reg byte x 4.0
|
||||
(byte) irq::raster_next#2 reg byte x 6.0
|
||||
(byte) irq_raster_next
|
||||
(byte) irq_raster_next#0 irq_raster_next zp ZP_BYTE:2 4.0
|
||||
(byte) irq_raster_next#1 irq_raster_next zp ZP_BYTE:2 4.0
|
||||
(void()) main()
|
||||
(label) main::@return
|
||||
|
||||
reg byte x [ irq::raster_next#2 irq::raster_next#0 irq::raster_next#1 ]
|
||||
zp ZP_BYTE:2 [ irq_raster_next#0 irq_raster_next#1 ]
|
||||
reg byte a [ irq::$0 ]
|
||||
|
@ -1 +1,17 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@return
|
||||
(byte*) main::SCREEN
|
||||
(const byte*) main::SCREEN#0 SCREEN = (byte*) 1024
|
||||
(byte) main::i
|
||||
(byte) main::i#1 reg byte x 11.0
|
||||
(byte) main::i#2 reg byte x 16.5
|
||||
(byte) main::j
|
||||
(byte) main::j#1 reg byte a 11.0
|
||||
(byte) main::j#2 reg byte a 11.0
|
||||
|
||||
reg byte a [ main::j#2 main::j#1 ]
|
||||
reg byte x [ main::i#2 main::i#1 ]
|
||||
|
@ -1 +1,14 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(void()) main()
|
||||
(label) main::@return
|
||||
(byte*) main::SCREEN
|
||||
(const byte*) main::SCREEN#0 SCREEN = (byte*) 1024
|
||||
(byte) main::b
|
||||
(const byte) main::b#0 b = (byte) 'c'
|
||||
(byte) main::c
|
||||
(const byte) main::c#0 c = (const byte) main::b#0+(byte) 1
|
||||
(byte) main::d
|
||||
(const byte) main::d#0 d = (const byte) main::c#0+(byte) 1
|
||||
|
||||
|
@ -1 +1,12 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(void()) main()
|
||||
(label) main::@return
|
||||
(byte*) main::SCREEN
|
||||
(const byte*) main::SCREEN#0 SCREEN = (byte*) 1024
|
||||
(byte) main::b
|
||||
(const byte) main::b#0 b = (byte) 3
|
||||
(byte) main::c
|
||||
(const byte) main::c#0 c = (const byte) main::b#0+(byte) 1
|
||||
|
||||
|
@ -1 +1,10 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(void()) main()
|
||||
(label) main::@return
|
||||
(byte*) main::SCREEN
|
||||
(const byte*) main::SCREEN#0 SCREEN = (byte*) 1024
|
||||
(byte) main::c
|
||||
(const byte) main::c#1 c = (number) 1+(number) 3
|
||||
|
||||
|
@ -1 +1,17 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@return
|
||||
(byte*) main::SCREEN
|
||||
(const byte*) main::SCREEN#0 SCREEN = (byte*) 1024
|
||||
(byte) main::i
|
||||
(byte) main::i#1 reg byte x 11.0
|
||||
(byte) main::i#2 reg byte x 16.5
|
||||
(byte) main::j
|
||||
(byte) main::j#1 reg byte a 11.0
|
||||
(byte) main::j#2 reg byte a 11.0
|
||||
|
||||
reg byte a [ main::j#2 main::j#1 ]
|
||||
reg byte x [ main::i#2 main::i#1 ]
|
||||
|
@ -1 +1,20 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@return
|
||||
(byte*) main::cc
|
||||
(byte*) main::cc#1 cc zp ZP_WORD:4 16.5
|
||||
(byte*) main::cc#2 cc zp ZP_WORD:4 16.5
|
||||
(byte*) main::cols
|
||||
(const byte*) main::cols#0 cols = (byte*) 55296
|
||||
(byte*) main::sc
|
||||
(byte*) main::sc#1 sc zp ZP_WORD:2 16.5
|
||||
(byte*) main::sc#2 sc zp ZP_WORD:2 16.5
|
||||
(byte*) main::screen
|
||||
(const byte*) main::screen#0 screen = (byte*) 1024
|
||||
|
||||
zp ZP_WORD:2 [ main::sc#2 main::sc#1 ]
|
||||
zp ZP_WORD:4 [ main::cc#2 main::cc#1 ]
|
||||
|
@ -1 +1,39 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(void()) main()
|
||||
(byte~) main::$3 reg byte a 22.0
|
||||
(label) main::@1
|
||||
(label) main::@10
|
||||
(label) main::@11
|
||||
(label) main::@12
|
||||
(label) main::@13
|
||||
(label) main::@2
|
||||
(label) main::@3
|
||||
(label) main::@4
|
||||
(label) main::@5
|
||||
(label) main::@6
|
||||
(label) main::@7
|
||||
(label) main::@8
|
||||
(label) main::@9
|
||||
(label) main::@return
|
||||
(byte[]) main::header
|
||||
(const byte[]) main::header#0 header = (string) " < <= == >= >@"
|
||||
(byte) main::i
|
||||
(byte) main::i#1 reg byte x 16.5
|
||||
(byte) main::i#2 reg byte x 22.0
|
||||
(byte) main::i1
|
||||
(byte) main::i1#1 reg byte x 16.5
|
||||
(byte) main::i1#10 reg byte x 6.285714285714286
|
||||
(byte*) main::sc
|
||||
(byte*) main::sc#1 sc zp ZP_WORD:2 16.5
|
||||
(byte*) main::sc#2 sc zp ZP_WORD:2 16.5
|
||||
(byte*) main::screen
|
||||
(byte*) main::screen#1 screen zp ZP_WORD:4 5.866666666666666
|
||||
(byte*) main::screen#4 screen zp ZP_WORD:4 22.0
|
||||
|
||||
zp ZP_WORD:2 [ main::sc#2 main::sc#1 ]
|
||||
reg byte x [ main::i#2 main::i#1 ]
|
||||
zp ZP_WORD:4 [ main::screen#4 main::screen#1 ]
|
||||
reg byte x [ main::i1#10 main::i1#1 ]
|
||||
reg byte a [ main::$3 ]
|
||||
|
@ -1 +1,17 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) RASTER
|
||||
(const byte*) RASTER#0 RASTER = (byte*) 53266
|
||||
(byte*) SCREEN
|
||||
(const byte*) SCREEN#0 SCREEN = (byte*) 1024
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@3
|
||||
(label) main::@4
|
||||
(byte) main::key
|
||||
(byte) main::key#0 reg byte a 11.0
|
||||
(byte) main::key#2 reg byte a 22.0
|
||||
|
||||
reg byte a [ main::key#2 main::key#0 ]
|
||||
|
@ -1 +1,244 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @2
|
||||
(label) @3
|
||||
(label) @4
|
||||
(label) @5
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte) BLACK
|
||||
(const byte) BLACK#0 BLACK = (byte) 0
|
||||
(byte*) CIA1_INTERRUPT
|
||||
(const byte*) CIA1_INTERRUPT#0 CIA1_INTERRUPT = (byte*) 56333
|
||||
(byte*) CIA2_PORT_A
|
||||
(const byte*) CIA2_PORT_A#0 CIA2_PORT_A = (byte*) 56576
|
||||
(byte*) CIA2_PORT_A_DDR
|
||||
(const byte*) CIA2_PORT_A_DDR#0 CIA2_PORT_A_DDR = (byte*) 56578
|
||||
(byte) CIA_INTERRUPT_CLEAR
|
||||
(const byte) CIA_INTERRUPT_CLEAR#0 CIA_INTERRUPT_CLEAR = (byte) $7f
|
||||
(byte*) D018
|
||||
(const byte*) D018#0 D018 = (byte*) 53272
|
||||
(void()**) HARDWARE_IRQ
|
||||
(const void()**) HARDWARE_IRQ#0 HARDWARE_IRQ = (void()**) 65534
|
||||
(byte*) IRQ_ENABLE
|
||||
(const byte*) IRQ_ENABLE#0 IRQ_ENABLE = (byte*) 53274
|
||||
(byte) IRQ_RASTER
|
||||
(const byte) IRQ_RASTER#0 IRQ_RASTER = (byte) 1
|
||||
(byte) IRQ_RASTER_FIRST
|
||||
(const byte) IRQ_RASTER_FIRST#0 IRQ_RASTER_FIRST = (const byte) SPRITES_FIRST_YPOS#0+(byte) $13
|
||||
(byte*) IRQ_STATUS
|
||||
(const byte*) IRQ_STATUS#0 IRQ_STATUS = (byte*) 53273
|
||||
(byte*) PLAYFIELD_CHARSET
|
||||
(const byte*) PLAYFIELD_CHARSET#0 PLAYFIELD_CHARSET = (byte*) 10240
|
||||
(byte*) PLAYFIELD_SCREEN_1
|
||||
(const byte*) PLAYFIELD_SCREEN_1#0 PLAYFIELD_SCREEN_1 = (byte*) 1024
|
||||
(byte*) PLAYFIELD_SCREEN_2
|
||||
(const byte*) PLAYFIELD_SCREEN_2#0 PLAYFIELD_SCREEN_2 = (byte*) 11264
|
||||
(byte*) PLAYFIELD_SPRITES
|
||||
(const byte*) PLAYFIELD_SPRITES#0 PLAYFIELD_SPRITES = (byte*) 8192
|
||||
(byte*) PLAYFIELD_SPRITE_PTRS_1
|
||||
(const byte*) PLAYFIELD_SPRITE_PTRS_1#0 PLAYFIELD_SPRITE_PTRS_1 = (const byte*) PLAYFIELD_SCREEN_1#0+(const word) SPRITE_PTRS#0
|
||||
(byte*) PLAYFIELD_SPRITE_PTRS_2
|
||||
(const byte*) PLAYFIELD_SPRITE_PTRS_2#0 PLAYFIELD_SPRITE_PTRS_2 = (const byte*) PLAYFIELD_SCREEN_2#0+(const word) SPRITE_PTRS#0
|
||||
(byte*) PROCPORT
|
||||
(const byte*) PROCPORT#0 PROCPORT = (byte*) 1
|
||||
(byte*) PROCPORT_DDR
|
||||
(const byte*) PROCPORT_DDR#0 PROCPORT_DDR = (byte*) 0
|
||||
(byte) PROCPORT_DDR_MEMORY_MASK
|
||||
(const byte) PROCPORT_DDR_MEMORY_MASK#0 PROCPORT_DDR_MEMORY_MASK = (byte) 7
|
||||
(byte) PROCPORT_RAM_IO
|
||||
(const byte) PROCPORT_RAM_IO#0 PROCPORT_RAM_IO = (byte) $35
|
||||
(byte*) RASTER
|
||||
(const byte*) RASTER#0 RASTER = (byte*) 53266
|
||||
(byte*) SIN
|
||||
(const byte*) SIN#0 SIN = (byte*) 5120
|
||||
(byte*) SIN_SPRITE
|
||||
(const byte*) SIN_SPRITE#0 SIN_SPRITE = (byte*) 10240
|
||||
(byte*) SPRITES_COLS
|
||||
(const byte*) SPRITES_COLS#0 SPRITES_COLS = (byte*) 53287
|
||||
(byte*) SPRITES_ENABLE
|
||||
(const byte*) SPRITES_ENABLE#0 SPRITES_ENABLE = (byte*) 53269
|
||||
(byte*) SPRITES_EXPAND_X
|
||||
(const byte*) SPRITES_EXPAND_X#0 SPRITES_EXPAND_X = (byte*) 53277
|
||||
(byte*) SPRITES_EXPAND_Y
|
||||
(const byte*) SPRITES_EXPAND_Y#0 SPRITES_EXPAND_Y = (byte*) 53271
|
||||
(byte) SPRITES_FIRST_YPOS
|
||||
(const byte) SPRITES_FIRST_YPOS#0 SPRITES_FIRST_YPOS = (byte) $31
|
||||
(byte*) SPRITES_MC
|
||||
(const byte*) SPRITES_MC#0 SPRITES_MC = (byte*) 53276
|
||||
(byte*) SPRITES_XPOS
|
||||
(const byte*) SPRITES_XPOS#0 SPRITES_XPOS = (byte*) 53248
|
||||
(byte*) SPRITES_YPOS
|
||||
(const byte*) SPRITES_YPOS#0 SPRITES_YPOS = (byte*) 53249
|
||||
(word) SPRITE_PTRS
|
||||
(const word) SPRITE_PTRS#0 SPRITE_PTRS = (word) $3f8
|
||||
(byte*) VIC_CONTROL
|
||||
(const byte*) VIC_CONTROL#0 VIC_CONTROL = (byte*) 53265
|
||||
(byte) irq_cnt
|
||||
(byte) irq_cnt#0 irq_cnt zp ZP_BYTE:12 0.17391304347826086
|
||||
(byte) irq_cnt#1 irq_cnt zp ZP_BYTE:12 3.0
|
||||
(byte) irq_cnt#2 irq_cnt zp ZP_BYTE:12 20.0
|
||||
(byte) irq_raster_next
|
||||
(byte) irq_raster_next#0 irq_raster_next zp ZP_BYTE:9 0.3076923076923077
|
||||
(byte) irq_raster_next#1 irq_raster_next zp ZP_BYTE:9 1.0
|
||||
(byte) irq_raster_next#2 irq_raster_next zp ZP_BYTE:9 1.3333333333333333
|
||||
(byte) irq_raster_next#3 irq_raster_next zp ZP_BYTE:9 1.3333333333333333
|
||||
(byte) irq_raster_next#4 irq_raster_next zp ZP_BYTE:9 8.0
|
||||
(byte) irq_sprite_ptr
|
||||
(byte) irq_sprite_ptr#0 irq_sprite_ptr zp ZP_BYTE:11 0.25806451612903225
|
||||
(byte) irq_sprite_ptr#1 irq_sprite_ptr zp ZP_BYTE:11 20.0
|
||||
(byte) irq_sprite_ptr#2 irq_sprite_ptr zp ZP_BYTE:11 20.0
|
||||
(byte) irq_sprite_ptr#3 irq_sprite_ptr zp ZP_BYTE:11 20.0
|
||||
(byte) irq_sprite_ypos
|
||||
(byte) irq_sprite_ypos#0 irq_sprite_ypos zp ZP_BYTE:10 0.27586206896551724
|
||||
(byte) irq_sprite_ypos#1 irq_sprite_ypos zp ZP_BYTE:10 20.0
|
||||
(byte) irq_sprite_ypos#2 irq_sprite_ypos zp ZP_BYTE:10 20.0
|
||||
(byte) irq_sprite_ypos#3 irq_sprite_ypos zp ZP_BYTE:10 20.0
|
||||
(void()) loop()
|
||||
(byte~) loop::$1 reg byte a 202.0
|
||||
(label) loop::@1
|
||||
(label) loop::@2
|
||||
(label) loop::@3
|
||||
(label) loop::@4
|
||||
(label) loop::@5
|
||||
(byte) loop::idx
|
||||
(byte) loop::idx#0 reg byte x 22.0
|
||||
(byte) loop::idx#1 reg byte x 67.33333333333333
|
||||
(byte) loop::idx#2 reg byte x 104.66666666666666
|
||||
(byte) loop::s
|
||||
(byte) loop::s#1 s zp ZP_BYTE:5 151.5
|
||||
(byte) loop::s#2 s zp ZP_BYTE:5 75.75
|
||||
(void()) main()
|
||||
(byte~) main::$6 reg byte a 22.0
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@3
|
||||
(label) main::@4
|
||||
(label) main::@5
|
||||
(label) main::@6
|
||||
(label) main::@return
|
||||
(byte) main::s
|
||||
(byte) main::s#1 reg byte y 16.5
|
||||
(byte) main::s#2 reg byte y 6.6
|
||||
(byte) main::s2
|
||||
(byte) main::s2#0 reg byte x 16.5
|
||||
(label) main::toD0181
|
||||
(word~) main::toD0181_$0
|
||||
(number~) main::toD0181_$1
|
||||
(number~) main::toD0181_$2
|
||||
(number~) main::toD0181_$3
|
||||
(word~) main::toD0181_$4
|
||||
(byte~) main::toD0181_$5
|
||||
(number~) main::toD0181_$6
|
||||
(number~) main::toD0181_$7
|
||||
(number~) main::toD0181_$8
|
||||
(byte*) main::toD0181_gfx
|
||||
(byte) main::toD0181_return
|
||||
(const byte) main::toD0181_return#0 toD0181_return = >(word)(const byte*) PLAYFIELD_SCREEN_1#0&(word) $3fff*(byte) 4|>(word)(const byte*) PLAYFIELD_CHARSET#0/(byte) 4&(byte) $f
|
||||
(byte*) main::toD0181_screen
|
||||
(label) main::toSpritePtr2
|
||||
(word~) main::toSpritePtr2_$0
|
||||
(number~) main::toSpritePtr2_$1
|
||||
(byte~) main::toSpritePtr2_$2
|
||||
(byte) main::toSpritePtr2_return
|
||||
(const byte) main::toSpritePtr2_return#0 toSpritePtr2_return = (byte)(word)(const byte*) SIN_SPRITE#0/(byte) $40
|
||||
(byte*) main::toSpritePtr2_sprite
|
||||
(label) main::vicSelectGfxBank1
|
||||
(byte~) main::vicSelectGfxBank1_$0
|
||||
(label) main::vicSelectGfxBank1_@1
|
||||
(byte*) main::vicSelectGfxBank1_gfx
|
||||
(label) main::vicSelectGfxBank1_toDd001
|
||||
(word~) main::vicSelectGfxBank1_toDd001_$0
|
||||
(byte~) main::vicSelectGfxBank1_toDd001_$1
|
||||
(number~) main::vicSelectGfxBank1_toDd001_$2
|
||||
(number~) main::vicSelectGfxBank1_toDd001_$3
|
||||
(byte*) main::vicSelectGfxBank1_toDd001_gfx
|
||||
(byte) main::vicSelectGfxBank1_toDd001_return
|
||||
(const byte) main::vicSelectGfxBank1_toDd001_return#0 vicSelectGfxBank1_toDd001_return = (byte) 3
|
||||
(byte) main::xpos
|
||||
(byte) main::xpos#1 xpos zp ZP_BYTE:2 5.5
|
||||
(byte) main::xpos#2 xpos zp ZP_BYTE:2 4.125
|
||||
(byte) main::ypos
|
||||
(byte) main::ypos#1 ypos zp ZP_BYTE:3 7.333333333333333
|
||||
(byte) main::ypos#2 ypos zp ZP_BYTE:3 3.666666666666667
|
||||
(byte) render_screen_showing
|
||||
(byte) render_screen_showing#0 render_screen_showing zp ZP_BYTE:8 0.4
|
||||
(byte) sin_idx
|
||||
(byte) sin_idx#10 sin_idx zp ZP_BYTE:4 3.666666666666667
|
||||
(byte) sin_idx#3 sin_idx zp ZP_BYTE:4 22.0
|
||||
(void()) sprites_init()
|
||||
(label) sprites_init::@1
|
||||
(label) sprites_init::@return
|
||||
(byte) sprites_init::s
|
||||
(byte) sprites_init::s#1 reg byte y 16.5
|
||||
(byte) sprites_init::s#2 reg byte y 8.8
|
||||
(byte) sprites_init::s2
|
||||
(byte) sprites_init::s2#0 reg byte x 22.0
|
||||
(byte) sprites_init::xpos
|
||||
(byte) sprites_init::xpos#1 xpos zp ZP_BYTE:6 7.333333333333333
|
||||
(byte) sprites_init::xpos#2 xpos zp ZP_BYTE:6 8.25
|
||||
interrupt(HARDWARE_CLOBBER)(void()) sprites_irq()
|
||||
(byte~) sprites_irq::$0 reg byte x 4.0
|
||||
(label) sprites_irq::@1
|
||||
(label) sprites_irq::@10
|
||||
(label) sprites_irq::@11
|
||||
(label) sprites_irq::@2
|
||||
(label) sprites_irq::@3
|
||||
(label) sprites_irq::@4
|
||||
(label) sprites_irq::@5
|
||||
(label) sprites_irq::@6
|
||||
(label) sprites_irq::@7
|
||||
(label) sprites_irq::@8
|
||||
(label) sprites_irq::@9
|
||||
(label) sprites_irq::@return
|
||||
(byte) sprites_irq::ptr
|
||||
(byte) sprites_irq::ptr#0 reg byte x 2.5
|
||||
(byte) sprites_irq::ptr#1 reg byte x 2.6666666666666665
|
||||
(byte) sprites_irq::ptr#2 reg byte a 4.0
|
||||
(byte) sprites_irq::ptr#3 reg byte a 2.6666666666666665
|
||||
(byte) sprites_irq::ptr#4 reg byte a 4.0
|
||||
(byte) sprites_irq::raster_sprite_gfx_modify
|
||||
(byte) sprites_irq::raster_sprite_gfx_modify#0 raster_sprite_gfx_modify zp ZP_BYTE:7 6.5
|
||||
(label) sprites_irq::toSpritePtr2
|
||||
(word~) sprites_irq::toSpritePtr2_$0
|
||||
(number~) sprites_irq::toSpritePtr2_$1
|
||||
(byte~) sprites_irq::toSpritePtr2_$2
|
||||
(byte) sprites_irq::toSpritePtr2_return
|
||||
(const byte) sprites_irq::toSpritePtr2_return#0 toSpritePtr2_return = (byte)(word)(const byte*) PLAYFIELD_SPRITES#0/(byte) $40
|
||||
(byte*) sprites_irq::toSpritePtr2_sprite
|
||||
(byte) sprites_irq::ypos
|
||||
(byte) sprites_irq::ypos#0 reg byte a 2.5
|
||||
(void()) sprites_irq_init()
|
||||
(label) sprites_irq_init::@return
|
||||
(label) toSpritePtr1
|
||||
(word~) toSpritePtr1_$0
|
||||
(number~) toSpritePtr1_$1
|
||||
(byte~) toSpritePtr1_$2
|
||||
(byte) toSpritePtr1_return
|
||||
(const byte) toSpritePtr1_return#0 toSpritePtr1_return = (byte)(word)(const byte*) PLAYFIELD_SPRITES#0/(byte) $40
|
||||
(byte*) toSpritePtr1_sprite
|
||||
|
||||
reg byte y [ main::s#2 main::s#1 ]
|
||||
zp ZP_BYTE:2 [ main::xpos#2 main::xpos#1 ]
|
||||
zp ZP_BYTE:3 [ main::ypos#2 main::ypos#1 ]
|
||||
zp ZP_BYTE:4 [ sin_idx#10 sin_idx#3 ]
|
||||
zp ZP_BYTE:5 [ loop::s#2 loop::s#1 ]
|
||||
reg byte x [ loop::idx#2 loop::idx#0 loop::idx#1 ]
|
||||
reg byte y [ sprites_init::s#2 sprites_init::s#1 ]
|
||||
zp ZP_BYTE:6 [ sprites_init::xpos#2 sprites_init::xpos#1 ]
|
||||
zp ZP_BYTE:7 [ sprites_irq::raster_sprite_gfx_modify#0 ]
|
||||
zp ZP_BYTE:8 [ render_screen_showing#0 ]
|
||||
zp ZP_BYTE:9 [ irq_raster_next#0 irq_raster_next#4 irq_raster_next#1 irq_raster_next#2 irq_raster_next#3 ]
|
||||
zp ZP_BYTE:10 [ irq_sprite_ypos#0 irq_sprite_ypos#1 irq_sprite_ypos#2 irq_sprite_ypos#3 ]
|
||||
zp ZP_BYTE:11 [ irq_sprite_ptr#0 irq_sprite_ptr#1 irq_sprite_ptr#2 irq_sprite_ptr#3 ]
|
||||
zp ZP_BYTE:12 [ irq_cnt#0 irq_cnt#1 irq_cnt#2 ]
|
||||
reg byte x [ main::s2#0 ]
|
||||
reg byte a [ main::$6 ]
|
||||
reg byte a [ loop::$1 ]
|
||||
reg byte x [ sprites_init::s2#0 ]
|
||||
reg byte a [ sprites_irq::ypos#0 ]
|
||||
reg byte x [ sprites_irq::$0 ]
|
||||
reg byte x [ sprites_irq::ptr#0 ]
|
||||
reg byte a [ sprites_irq::ptr#3 ]
|
||||
reg byte a [ sprites_irq::ptr#4 ]
|
||||
reg byte x [ sprites_irq::ptr#1 ]
|
||||
reg byte a [ sprites_irq::ptr#2 ]
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1 +1,35 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) SCREEN
|
||||
(const byte*) SCREEN#0 SCREEN = (byte*) 1024
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@3
|
||||
(label) main::@4
|
||||
(label) main::@5
|
||||
(label) main::@6
|
||||
(label) main::@7
|
||||
(label) main::@8
|
||||
(label) main::@9
|
||||
(label) main::@return
|
||||
(byte) main::i
|
||||
(byte) main::i#1 reg byte x 16.5
|
||||
(byte) main::i#2 reg byte x 6.6000000000000005
|
||||
(word) main::i1
|
||||
(word) main::i1#1 i1 zp ZP_WORD:2 16.5
|
||||
(word) main::i1#2 i1 zp ZP_WORD:2 6.6000000000000005
|
||||
(byte) main::idx
|
||||
(byte) main::idx#10 reg byte y 14.666666666666666
|
||||
(byte) main::idx#11 reg byte y 9.25
|
||||
(byte) main::idx#12 reg byte y 15.333333333333332
|
||||
(byte) main::idx#17 reg byte y 11.0
|
||||
(byte) main::idx#4 reg byte y 22.0
|
||||
(byte) main::idx#5 reg byte y 4.0
|
||||
(byte) main::idx#6 reg byte y 22.0
|
||||
|
||||
reg byte x [ main::i#2 main::i#1 ]
|
||||
reg byte y [ main::idx#10 main::idx#11 main::idx#4 ]
|
||||
zp ZP_WORD:2 [ main::i1#2 main::i1#1 ]
|
||||
reg byte y [ main::idx#12 main::idx#17 main::idx#5 main::idx#6 ]
|
||||
|
@ -1 +1,35 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) SCREEN
|
||||
(const byte*) SCREEN#0 SCREEN = (byte*) 1024
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@3
|
||||
(label) main::@4
|
||||
(label) main::@5
|
||||
(label) main::@6
|
||||
(label) main::@7
|
||||
(label) main::@8
|
||||
(label) main::@9
|
||||
(label) main::@return
|
||||
(byte) main::i
|
||||
(byte) main::i#1 reg byte x 16.5
|
||||
(byte) main::i#2 reg byte x 6.6000000000000005
|
||||
(word) main::i1
|
||||
(word) main::i1#1 i1 zp ZP_WORD:2 16.5
|
||||
(word) main::i1#2 i1 zp ZP_WORD:2 6.6000000000000005
|
||||
(byte) main::idx
|
||||
(byte) main::idx#10 reg byte y 14.666666666666666
|
||||
(byte) main::idx#11 reg byte y 9.25
|
||||
(byte) main::idx#12 reg byte y 15.333333333333332
|
||||
(byte) main::idx#17 reg byte y 11.0
|
||||
(byte) main::idx#4 reg byte y 22.0
|
||||
(byte) main::idx#5 reg byte y 4.0
|
||||
(byte) main::idx#6 reg byte y 22.0
|
||||
|
||||
reg byte x [ main::i#2 main::i#1 ]
|
||||
reg byte y [ main::idx#10 main::idx#11 main::idx#4 ]
|
||||
zp ZP_WORD:2 [ main::i1#2 main::i1#1 ]
|
||||
reg byte y [ main::idx#12 main::idx#17 main::idx#5 main::idx#6 ]
|
||||
|
@ -1 +1,38 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) SCREEN
|
||||
(const byte*) SCREEN#0 SCREEN = (byte*) 1024
|
||||
(byte) idx
|
||||
(byte) idx#1 reg byte y 6.5
|
||||
(byte) idx#10 reg byte y 7.8
|
||||
(byte) idx#12 reg byte y 17.5
|
||||
(byte) idx#13 reg byte y 7.333333333333333
|
||||
(byte) idx#2 reg byte y 4.0
|
||||
(byte) idx#3 reg byte y 22.0
|
||||
(byte) idx#4 reg byte y 4.0
|
||||
(byte) idx#8 reg byte y 16.5
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@3
|
||||
(label) main::@4
|
||||
(label) main::@5
|
||||
(label) main::@6
|
||||
(label) main::@return
|
||||
(byte) main::i
|
||||
(byte) main::i#1 reg byte x 16.5
|
||||
(byte) main::i#2 reg byte x 11.0
|
||||
(byte) main::j
|
||||
(byte) main::j#1 reg byte a 11.0
|
||||
(byte) main::j#2 reg byte a 22.0
|
||||
(byte) main::k
|
||||
(byte) main::k#1 reg byte a 16.5
|
||||
(byte) main::k#2 reg byte a 11.0
|
||||
|
||||
reg byte x [ main::i#2 main::i#1 ]
|
||||
reg byte y [ idx#8 idx#1 ]
|
||||
reg byte a [ main::j#2 main::j#1 ]
|
||||
reg byte y [ idx#10 idx#2 idx#3 ]
|
||||
reg byte a [ main::k#2 main::k#1 ]
|
||||
reg byte y [ idx#12 idx#4 idx#13 ]
|
||||
|
@ -1 +1,22 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) SCREEN
|
||||
(const byte*) SCREEN#0 SCREEN = (byte*) 1024
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@3
|
||||
(label) main::@return
|
||||
(signed byte) main::i
|
||||
(signed byte) main::i#1 reg byte y 16.5
|
||||
(signed byte) main::i#2 reg byte y 5.5
|
||||
(byte) main::idx
|
||||
(byte) main::idx#1 reg byte x 7.333333333333333
|
||||
(byte) main::idx#2 reg byte x 6.6000000000000005
|
||||
(byte) main::j
|
||||
(byte) main::j#0 reg byte a 11.0
|
||||
|
||||
reg byte y [ main::i#2 main::i#1 ]
|
||||
reg byte x [ main::idx#2 main::idx#1 ]
|
||||
reg byte a [ main::j#0 ]
|
||||
|
@ -1 +1,39 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) SCREEN
|
||||
(const byte*) SCREEN#0 SCREEN = (byte*) 1024
|
||||
(void()) main()
|
||||
(byte~) main::$0 reg byte a 22.0
|
||||
(byte~) main::$14 $14 zp ZP_BYTE:4 11.0
|
||||
(byte~) main::$15 $15 zp ZP_BYTE:5 11.0
|
||||
(byte~) main::$4 reg byte a 22.0
|
||||
(byte~) main::$8 $8 zp ZP_BYTE:2 11.0
|
||||
(byte~) main::$9 $9 zp ZP_BYTE:3 11.0
|
||||
(label) main::@1
|
||||
(label) main::@10
|
||||
(label) main::@11
|
||||
(label) main::@2
|
||||
(label) main::@3
|
||||
(label) main::@4
|
||||
(label) main::@5
|
||||
(label) main::@6
|
||||
(label) main::@7
|
||||
(label) main::@8
|
||||
(label) main::@9
|
||||
(label) main::@return
|
||||
(byte) main::i
|
||||
(byte) main::i#1 reg byte y 16.5
|
||||
(byte) main::i#10 reg byte y 4.888888888888889
|
||||
(byte) main::idx
|
||||
(byte) main::idx#1 reg byte x 7.333333333333333
|
||||
(byte) main::idx#10 reg byte x 3.8823529411764706
|
||||
|
||||
reg byte y [ main::i#10 main::i#1 ]
|
||||
reg byte x [ main::idx#10 main::idx#1 ]
|
||||
reg byte a [ main::$0 ]
|
||||
reg byte a [ main::$4 ]
|
||||
zp ZP_BYTE:2 [ main::$8 ]
|
||||
zp ZP_BYTE:3 [ main::$9 ]
|
||||
zp ZP_BYTE:4 [ main::$14 ]
|
||||
zp ZP_BYTE:5 [ main::$15 ]
|
||||
|
@ -1 +1,10 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@return
|
||||
(byte) main::b
|
||||
(byte*) main::screen
|
||||
(const byte*) main::screen#0 screen = (byte*) 1024
|
||||
|
||||
|
@ -1 +1,20 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@return
|
||||
(byte) main::BLACK
|
||||
(const byte) main::BLACK#0 BLACK = (byte) 0
|
||||
(byte*) main::cols
|
||||
(const byte*) main::cols#0 cols = (byte*) 55296
|
||||
(byte*) main::screen
|
||||
(const byte*) main::screen#0 screen = (byte*) 1024
|
||||
(byte) main::x
|
||||
(byte) main::x#1 reg byte y 16.5
|
||||
(byte) main::x#2 reg byte y 8.25
|
||||
(byte) main::y
|
||||
(byte) main::y#0 reg byte x 16.5
|
||||
|
||||
reg byte y [ main::x#2 main::x#1 ]
|
||||
reg byte x [ main::y#0 ]
|
||||
|
@ -1 +1,11 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@1_1
|
||||
(label) main::@return
|
||||
(byte) main::j
|
||||
(byte*) screen
|
||||
(const byte*) screen#0 screen = (byte*) 1024
|
||||
|
||||
|
@ -1 +1,9 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@return
|
||||
(byte*) main::SCREEN
|
||||
(const byte*) main::SCREEN#0 SCREEN = (byte*) 1024
|
||||
|
||||
|
@ -1 +1,22 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte) A
|
||||
(byte) A#0 A zp ZP_BYTE:2 1.0
|
||||
(byte*) SCREEN
|
||||
(const byte*) SCREEN#0 SCREEN = (byte*) 1024
|
||||
(void()) main()
|
||||
(label) main::@return
|
||||
(byte) main::B
|
||||
(const byte) main::B#0 B = (byte) 'b'
|
||||
(byte*) main::addrA
|
||||
(const byte*) main::addrA#0 addrA = &(byte) A#0
|
||||
(void()) sub()
|
||||
(label) sub::@return
|
||||
(byte) sub::C
|
||||
(const byte) sub::C#0 C = (byte) 'c'
|
||||
(byte) sub::D
|
||||
(byte) sub::D#0 reg byte x 4.0
|
||||
|
||||
zp ZP_BYTE:2 [ A#0 ]
|
||||
reg byte x [ sub::D#0 ]
|
||||
|
@ -1 +1,37 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) SCREEN
|
||||
(const byte*) SCREEN#0 SCREEN = (byte*) 1024
|
||||
(void()) line((byte) line::x0 , (byte) line::x1)
|
||||
(label) line::@1
|
||||
(label) line::@2
|
||||
(label) line::@return
|
||||
(byte) line::x
|
||||
(byte) line::x#1 reg byte y 151.5
|
||||
(byte) line::x#2 reg byte y 101.0
|
||||
(byte) line::x0
|
||||
(const byte) line::x0#0 x0 = (byte) 0
|
||||
(byte) line::x1
|
||||
(const byte) line::x1#0 x1 = (byte) $a
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(byte) main::i
|
||||
(byte) main::i#1 reg byte x 16.5
|
||||
(byte) main::i#2 reg byte x 18.333333333333332
|
||||
(void()) plot((byte) plot::x)
|
||||
(byte~) plot::$0 reg byte a 4.0
|
||||
(label) plot::@return
|
||||
(byte) plot::idx
|
||||
(byte) plot::idx#0 reg byte x 3.0
|
||||
(byte) plot::x
|
||||
(byte) plot::x#1 reg byte y 103.0
|
||||
(byte*) plots
|
||||
(const byte*) plots#0 plots = (byte*) 4096
|
||||
|
||||
reg byte x [ main::i#2 main::i#1 ]
|
||||
reg byte y [ line::x#2 line::x#1 ]
|
||||
reg byte y [ plot::x#1 ]
|
||||
reg byte x [ plot::idx#0 ]
|
||||
reg byte a [ plot::$0 ]
|
||||
|
@ -1 +1,10 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) SCREEN
|
||||
(const byte*) SCREEN#0 SCREEN = (byte*) 1024
|
||||
(byte) cc
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@return
|
||||
|
||||
|
@ -1 +1,15 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) SCREEN
|
||||
(const byte*) SCREEN#0 SCREEN = (byte*) 1024
|
||||
(void()) main()
|
||||
(byte~) main::$0 reg byte a 22.0
|
||||
(label) main::@1
|
||||
(label) main::@return
|
||||
(byte) main::i
|
||||
(byte) main::i#1 reg byte x 16.5
|
||||
(byte) main::i#2 reg byte x 14.666666666666666
|
||||
|
||||
reg byte x [ main::i#2 main::i#1 ]
|
||||
reg byte a [ main::$0 ]
|
||||
|
@ -1 +1,10 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(void()) main()
|
||||
(label) main::@return
|
||||
(byte) main::b
|
||||
(const byte) main::b#0 b = (number) 6*(number) $e/(number) 3+(number) $16%(number) 3
|
||||
(byte*) main::screen
|
||||
(const byte*) main::screen#0 screen = (byte*) 1024
|
||||
|
||||
|
@ -1 +1,34 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(void()) main()
|
||||
(byte~) main::$0 reg byte a 4.0
|
||||
(byte~) main::$1 reg byte a 4.0
|
||||
(byte~) main::$2 reg byte a 4.0
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@3
|
||||
(label) main::@return
|
||||
(byte) main::reverse
|
||||
(const byte) main::reverse#0 reverse = (byte) $80
|
||||
(byte*) main::screen
|
||||
(const byte*) main::screen#0 screen = (byte*) 1024
|
||||
(byte()) sum((byte) sum::a , (byte) sum::b)
|
||||
(label) sum::@return
|
||||
(byte) sum::a
|
||||
(byte) sum::b
|
||||
(byte) sum::b#3 reg byte a 2.0
|
||||
(byte) sum::return
|
||||
(byte) sum::return#0 reg byte a 4.0
|
||||
(byte) sum::return#1 reg byte a 4.0
|
||||
(byte) sum::return#2 reg byte a 4.0
|
||||
(byte) sum::return#3 reg byte a 1.6
|
||||
|
||||
reg byte a [ sum::b#3 ]
|
||||
reg byte a [ sum::return#0 ]
|
||||
reg byte a [ main::$0 ]
|
||||
reg byte a [ sum::return#1 ]
|
||||
reg byte a [ main::$1 ]
|
||||
reg byte a [ sum::return#2 ]
|
||||
reg byte a [ main::$2 ]
|
||||
reg byte a [ sum::return#3 ]
|
||||
|
@ -1 +1,11 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@return
|
||||
(byte*) main::NULL
|
||||
(byte*) main::rem
|
||||
(byte*) main::screen
|
||||
(const byte*) main::screen#0 screen = (byte*) 1024
|
||||
|
||||
|
@ -1 +1,18 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(void()) main()
|
||||
(byte~) main::$1 reg byte a 22.0
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@return
|
||||
(byte) main::i
|
||||
(byte) main::i#1 reg byte x 16.5
|
||||
(byte) main::i#2 reg byte x 11.0
|
||||
(signed word*) main::screen
|
||||
(const signed word*) main::screen#0 screen = (signed word*) 1024
|
||||
(signed word[3]) world
|
||||
(const signed word[3]) world#0 world = { fill( 3, 0) }
|
||||
|
||||
reg byte x [ main::i#2 main::i#1 ]
|
||||
reg byte a [ main::$1 ]
|
||||
|
@ -1 +1,21 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(void()) main()
|
||||
(byte~) main::$1 reg byte a 4.0
|
||||
(byte~) main::$2 reg byte a 4.0
|
||||
(byte~) main::$3 reg byte a 4.0
|
||||
(byte~) main::$4 reg byte a 4.0
|
||||
(label) main::@return
|
||||
(byte*) main::screen
|
||||
(const byte*) main::screen#0 screen = (byte*) 1024
|
||||
(word) main::w
|
||||
(word) main::w#0 w zp ZP_WORD:2 20.0
|
||||
(word*) main::wp
|
||||
(const word*) main::wp#0 wp = &(word) main::w#0
|
||||
|
||||
zp ZP_WORD:2 [ main::w#0 ]
|
||||
reg byte a [ main::$1 ]
|
||||
reg byte a [ main::$2 ]
|
||||
reg byte a [ main::$3 ]
|
||||
reg byte a [ main::$4 ]
|
||||
|
@ -1 +1,8 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) SCREEN
|
||||
(const byte*) SCREEN#0 SCREEN = (byte*) 1024
|
||||
(void()) main()
|
||||
(label) main::@return
|
||||
|
||||
|
@ -1 +1,15 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@return
|
||||
(byte*) main::SCREEN
|
||||
(const byte*) main::SCREEN#0 SCREEN = (byte*) 1024
|
||||
(byte) main::i
|
||||
(byte) main::i#1 reg byte x 16.5
|
||||
(byte) main::i#2 reg byte x 22.0
|
||||
(byte[]) main::msg
|
||||
(const byte[]) main::msg#0 msg = (string) "camelot@"
|
||||
|
||||
reg byte x [ main::i#2 main::i#1 ]
|
||||
|
@ -1 +1,15 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@return
|
||||
(byte*) main::SCREEN
|
||||
(const byte*) main::SCREEN#0 SCREEN = (byte*) 1024
|
||||
(byte) main::i
|
||||
(byte) main::i#1 reg byte x 16.5
|
||||
(byte) main::i#2 reg byte x 22.0
|
||||
(byte[]) main::s
|
||||
(const byte[]) main::s#0 s = (string) "camelot@"
|
||||
|
||||
reg byte x [ main::i#2 main::i#1 ]
|
||||
|
@ -1 +1,20 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) BGCOL
|
||||
(byte) RED
|
||||
(const byte) RED#0 RED = (byte) 2
|
||||
(byte*) SCREEN
|
||||
(const byte*) SCREEN#0 SCREEN = (byte*) 1024
|
||||
(byte) STAR
|
||||
(const byte) STAR#0 STAR = (byte) $51
|
||||
(byte*) VIC
|
||||
(const byte*) VIC#0 VIC = (byte*) 53248
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@return
|
||||
(byte) main::i
|
||||
(byte) main::i#1 reg byte x 16.5
|
||||
(byte) main::i#2 reg byte x 16.5
|
||||
|
||||
reg byte x [ main::i#2 main::i#1 ]
|
||||
|
@ -1 +1,116 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) BGCOL
|
||||
(const byte*) BGCOL#0 BGCOL = (byte*) 53281
|
||||
(byte) GREEN
|
||||
(const byte) GREEN#0 GREEN = (byte) 5
|
||||
(byte) RED
|
||||
(const byte) RED#0 RED = (byte) 2
|
||||
(void()) assert_byte((byte*) assert_byte::msg , (byte) assert_byte::b , (byte) assert_byte::c)
|
||||
(label) assert_byte::@1
|
||||
(label) assert_byte::@2
|
||||
(label) assert_byte::@3
|
||||
(label) assert_byte::@4
|
||||
(label) assert_byte::@5
|
||||
(label) assert_byte::@return
|
||||
(byte) assert_byte::b
|
||||
(byte) assert_byte::b#3 reg byte x 0.4
|
||||
(byte) assert_byte::c
|
||||
(byte) assert_byte::c#3 c zp ZP_BYTE:9 0.4
|
||||
(byte*) assert_byte::msg
|
||||
(byte*) assert_byte::msg#3 msg zp ZP_WORD:2 2.0
|
||||
(void()) assert_sbyte((byte*) assert_sbyte::msg , (signed byte) assert_sbyte::b , (signed byte) assert_sbyte::c)
|
||||
(label) assert_sbyte::@1
|
||||
(label) assert_sbyte::@2
|
||||
(label) assert_sbyte::@3
|
||||
(label) assert_sbyte::@4
|
||||
(label) assert_sbyte::@5
|
||||
(label) assert_sbyte::@return
|
||||
(signed byte) assert_sbyte::b
|
||||
(signed byte) assert_sbyte::b#5 reg byte x 0.3333333333333333
|
||||
(signed byte) assert_sbyte::c
|
||||
(signed byte) assert_sbyte::c#5 c zp ZP_BYTE:4 0.3333333333333333
|
||||
(byte*) assert_sbyte::msg
|
||||
(byte*) assert_sbyte::msg#5 msg zp ZP_WORD:2 2.0
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@return
|
||||
(const string) msg msg = (string) "0=0@"
|
||||
(const string) msg1 msg1 = (string) "0+2=2@"
|
||||
(byte*) print_char_cursor
|
||||
(byte*) print_char_cursor#1 print_char_cursor zp ZP_WORD:5 11.0
|
||||
(byte*) print_char_cursor#2 print_char_cursor zp ZP_WORD:5 2.230769230769231
|
||||
(byte*) print_char_cursor#70 print_char_cursor zp ZP_WORD:5 3.0
|
||||
(byte*) print_char_cursor#80 print_char_cursor zp ZP_WORD:5 18.0
|
||||
(byte*~) print_char_cursor#86 print_char_cursor zp ZP_WORD:5 4.0
|
||||
(byte*~) print_char_cursor#92 print_char_cursor zp ZP_WORD:5 4.0
|
||||
(byte*~) print_char_cursor#93 print_char_cursor zp ZP_WORD:5 4.0
|
||||
(void()) print_cls()
|
||||
(label) print_cls::@1
|
||||
(label) print_cls::@return
|
||||
(byte*) print_cls::sc
|
||||
(byte*) print_cls::sc#1 sc zp ZP_WORD:10 16.5
|
||||
(byte*) print_cls::sc#2 sc zp ZP_WORD:10 16.5
|
||||
(byte*) print_line_cursor
|
||||
(byte*) print_line_cursor#1 print_line_cursor zp ZP_WORD:7 1.2500000000000002
|
||||
(byte*) print_line_cursor#24 print_line_cursor zp ZP_WORD:7 24.0
|
||||
(byte*) print_line_cursor#47 print_line_cursor zp ZP_WORD:7 6.0
|
||||
(byte*) print_line_cursor#50 print_line_cursor zp ZP_WORD:7 0.5454545454545454
|
||||
(void()) print_ln()
|
||||
(label) print_ln::@1
|
||||
(label) print_ln::@return
|
||||
(byte*) print_screen
|
||||
(void()) print_str((byte*) print_str::str)
|
||||
(label) print_str::@1
|
||||
(label) print_str::@2
|
||||
(label) print_str::@return
|
||||
(byte*) print_str::str
|
||||
(byte*) print_str::str#0 str zp ZP_WORD:2 22.0
|
||||
(byte*) print_str::str#1 str zp ZP_WORD:2 4.0
|
||||
(byte*) print_str::str#10 str zp ZP_WORD:2 11.5
|
||||
(byte*) print_str::str#11 str zp ZP_WORD:2 6.0
|
||||
(byte*) print_str::str#5 str zp ZP_WORD:2 2.0
|
||||
(const string) str str = (string) " @"
|
||||
(const string) str1 str1 = (string) "fail!@"
|
||||
(const string) str2 str2 = (string) "ok@"
|
||||
(void()) test_bytes()
|
||||
(label) test_bytes::@1
|
||||
(label) test_bytes::@2
|
||||
(label) test_bytes::@return
|
||||
(byte) test_bytes::bb
|
||||
(const byte) test_bytes::bb#0 bb = (byte) 0
|
||||
(byte) test_bytes::bc
|
||||
(const byte) test_bytes::bc#0 bc = (byte) 2
|
||||
(byte) test_bytes::bd
|
||||
(const byte) test_bytes::bd#0 bd = (byte)(signed byte)(const byte) test_bytes::bc#0-(signed byte) 4
|
||||
(const string) test_bytes::msg2 msg2 = (string) "0+2-4=254@"
|
||||
(void()) test_sbytes()
|
||||
(label) test_sbytes::@1
|
||||
(label) test_sbytes::@2
|
||||
(label) test_sbytes::@3
|
||||
(label) test_sbytes::@4
|
||||
(label) test_sbytes::@return
|
||||
(signed byte) test_sbytes::bb
|
||||
(const signed byte) test_sbytes::bb#0 bb = (signed byte) 0
|
||||
(signed byte) test_sbytes::bc
|
||||
(const signed byte) test_sbytes::bc#0 bc = (signed byte) 2
|
||||
(signed byte) test_sbytes::bd
|
||||
(const signed byte) test_sbytes::bd#0 bd = (const signed byte) test_sbytes::bc#0-(signed byte) 4
|
||||
(signed byte) test_sbytes::be
|
||||
(const signed byte) test_sbytes::be#0 be = -(const signed byte) test_sbytes::bd#0
|
||||
(signed byte) test_sbytes::bf
|
||||
(const signed byte) test_sbytes::bf#0 bf = (signed byte)(number) -$7f-(number) $7f
|
||||
(const string) test_sbytes::msg2 msg2 = (string) "0+2-4=-2@"
|
||||
(const string) test_sbytes::msg3 msg3 = (string) "-(0+2-4)=2@"
|
||||
(const string) test_sbytes::msg4 msg4 = (string) "-127-127=2@"
|
||||
|
||||
zp ZP_WORD:2 [ assert_sbyte::msg#5 print_str::str#10 print_str::str#11 print_str::str#1 print_str::str#5 print_str::str#0 assert_byte::msg#3 ]
|
||||
reg byte x [ assert_sbyte::b#5 ]
|
||||
zp ZP_BYTE:4 [ assert_sbyte::c#5 ]
|
||||
zp ZP_WORD:5 [ print_char_cursor#80 print_char_cursor#70 print_char_cursor#2 print_char_cursor#86 print_char_cursor#1 print_char_cursor#92 print_char_cursor#93 ]
|
||||
zp ZP_WORD:7 [ print_line_cursor#24 print_line_cursor#47 print_line_cursor#50 print_line_cursor#1 ]
|
||||
reg byte x [ assert_byte::b#3 ]
|
||||
zp ZP_BYTE:9 [ assert_byte::c#3 ]
|
||||
zp ZP_WORD:10 [ print_cls::sc#2 print_cls::sc#1 ]
|
||||
|
@ -1 +1,508 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte()) f1((byte) f1::x)
|
||||
(label) f1::@return
|
||||
(byte) f1::return
|
||||
(const byte) f1::return#1 return = (const byte) f2::return#1+(byte) 1
|
||||
(byte) f1::x
|
||||
(byte()) f10((byte) f10::x)
|
||||
(label) f10::@return
|
||||
(byte) f10::return
|
||||
(const byte) f10::return#1 return = (const byte) f11::return#1+(byte) 1
|
||||
(byte) f10::x
|
||||
(byte()) f100((byte) f100::x)
|
||||
(label) f100::@return
|
||||
(byte) f100::return
|
||||
(byte) f100::x
|
||||
(byte()) f11((byte) f11::x)
|
||||
(label) f11::@return
|
||||
(byte) f11::return
|
||||
(const byte) f11::return#1 return = (const byte) f12::return#1+(byte) 1
|
||||
(byte) f11::x
|
||||
(byte()) f12((byte) f12::x)
|
||||
(label) f12::@return
|
||||
(byte) f12::return
|
||||
(const byte) f12::return#1 return = (const byte) f13::return#1+(byte) 1
|
||||
(byte) f12::x
|
||||
(byte()) f13((byte) f13::x)
|
||||
(label) f13::@return
|
||||
(byte) f13::return
|
||||
(const byte) f13::return#1 return = (const byte) f14::return#1+(byte) 1
|
||||
(byte) f13::x
|
||||
(byte()) f14((byte) f14::x)
|
||||
(label) f14::@return
|
||||
(byte) f14::return
|
||||
(const byte) f14::return#1 return = (const byte) f15::return#1+(byte) 1
|
||||
(byte) f14::x
|
||||
(byte()) f15((byte) f15::x)
|
||||
(label) f15::@return
|
||||
(byte) f15::return
|
||||
(const byte) f15::return#1 return = (const byte) f16::return#1+(byte) 1
|
||||
(byte) f15::x
|
||||
(byte()) f16((byte) f16::x)
|
||||
(label) f16::@return
|
||||
(byte) f16::return
|
||||
(const byte) f16::return#1 return = (const byte) f17::return#1+(byte) 1
|
||||
(byte) f16::x
|
||||
(byte()) f17((byte) f17::x)
|
||||
(label) f17::@return
|
||||
(byte) f17::return
|
||||
(const byte) f17::return#1 return = (const byte) f18::return#1+(byte) 1
|
||||
(byte) f17::x
|
||||
(byte()) f18((byte) f18::x)
|
||||
(label) f18::@return
|
||||
(byte) f18::return
|
||||
(const byte) f18::return#1 return = (const byte) f19::return#1+(byte) 1
|
||||
(byte) f18::x
|
||||
(byte()) f19((byte) f19::x)
|
||||
(label) f19::@return
|
||||
(byte) f19::return
|
||||
(const byte) f19::return#1 return = (const byte) f20::return#1+(byte) 1
|
||||
(byte) f19::x
|
||||
(byte()) f2((byte) f2::x)
|
||||
(label) f2::@return
|
||||
(byte) f2::return
|
||||
(const byte) f2::return#1 return = (const byte) f3::return#1+(byte) 1
|
||||
(byte) f2::x
|
||||
(byte()) f20((byte) f20::x)
|
||||
(label) f20::@return
|
||||
(byte) f20::return
|
||||
(const byte) f20::return#1 return = (const byte) f21::return#1+(byte) 1
|
||||
(byte) f20::x
|
||||
(byte()) f21((byte) f21::x)
|
||||
(label) f21::@return
|
||||
(byte) f21::return
|
||||
(const byte) f21::return#1 return = (const byte) f22::return#1+(byte) 1
|
||||
(byte) f21::x
|
||||
(byte()) f22((byte) f22::x)
|
||||
(label) f22::@return
|
||||
(byte) f22::return
|
||||
(const byte) f22::return#1 return = (const byte) f23::return#1+(byte) 1
|
||||
(byte) f22::x
|
||||
(byte()) f23((byte) f23::x)
|
||||
(label) f23::@return
|
||||
(byte) f23::return
|
||||
(const byte) f23::return#1 return = (const byte) f24::return#1+(byte) 1
|
||||
(byte) f23::x
|
||||
(byte()) f24((byte) f24::x)
|
||||
(label) f24::@return
|
||||
(byte) f24::return
|
||||
(const byte) f24::return#1 return = (const byte) f25::return#1+(byte) 1
|
||||
(byte) f24::x
|
||||
(byte()) f25((byte) f25::x)
|
||||
(label) f25::@return
|
||||
(byte) f25::return
|
||||
(const byte) f25::return#1 return = (const byte) f26::return#1+(byte) 1
|
||||
(byte) f25::x
|
||||
(byte()) f26((byte) f26::x)
|
||||
(label) f26::@return
|
||||
(byte) f26::return
|
||||
(const byte) f26::return#1 return = (const byte) f27::return#1+(byte) 1
|
||||
(byte) f26::x
|
||||
(byte()) f27((byte) f27::x)
|
||||
(label) f27::@return
|
||||
(byte) f27::return
|
||||
(const byte) f27::return#1 return = (const byte) f28::return#1+(byte) 1
|
||||
(byte) f27::x
|
||||
(byte()) f28((byte) f28::x)
|
||||
(label) f28::@return
|
||||
(byte) f28::return
|
||||
(const byte) f28::return#1 return = (const byte) f29::return#1+(byte) 1
|
||||
(byte) f28::x
|
||||
(byte()) f29((byte) f29::x)
|
||||
(label) f29::@return
|
||||
(byte) f29::return
|
||||
(const byte) f29::return#1 return = (const byte) f30::return#1+(byte) 1
|
||||
(byte) f29::x
|
||||
(byte()) f3((byte) f3::x)
|
||||
(label) f3::@return
|
||||
(byte) f3::return
|
||||
(const byte) f3::return#1 return = (const byte) f4::return#1+(byte) 1
|
||||
(byte) f3::x
|
||||
(byte()) f30((byte) f30::x)
|
||||
(label) f30::@return
|
||||
(byte) f30::return
|
||||
(const byte) f30::return#1 return = (const byte) f31::return#1+(byte) 1
|
||||
(byte) f30::x
|
||||
(byte()) f31((byte) f31::x)
|
||||
(label) f31::@return
|
||||
(byte) f31::return
|
||||
(const byte) f31::return#1 return = (const byte) f32::return#1+(byte) 1
|
||||
(byte) f31::x
|
||||
(byte()) f32((byte) f32::x)
|
||||
(label) f32::@return
|
||||
(byte) f32::return
|
||||
(const byte) f32::return#1 return = (const byte) f33::return#1+(byte) 1
|
||||
(byte) f32::x
|
||||
(byte()) f33((byte) f33::x)
|
||||
(label) f33::@return
|
||||
(byte) f33::return
|
||||
(const byte) f33::return#1 return = (const byte) f34::return#1+(byte) 1
|
||||
(byte) f33::x
|
||||
(byte()) f34((byte) f34::x)
|
||||
(label) f34::@return
|
||||
(byte) f34::return
|
||||
(const byte) f34::return#1 return = (const byte) f35::return#1+(byte) 1
|
||||
(byte) f34::x
|
||||
(byte()) f35((byte) f35::x)
|
||||
(label) f35::@return
|
||||
(byte) f35::return
|
||||
(const byte) f35::return#1 return = (const byte) f36::return#1+(byte) 1
|
||||
(byte) f35::x
|
||||
(byte()) f36((byte) f36::x)
|
||||
(label) f36::@return
|
||||
(byte) f36::return
|
||||
(const byte) f36::return#1 return = (const byte) f37::return#1+(byte) 1
|
||||
(byte) f36::x
|
||||
(byte()) f37((byte) f37::x)
|
||||
(label) f37::@return
|
||||
(byte) f37::return
|
||||
(const byte) f37::return#1 return = (const byte) f38::return#1+(byte) 1
|
||||
(byte) f37::x
|
||||
(byte()) f38((byte) f38::x)
|
||||
(label) f38::@return
|
||||
(byte) f38::return
|
||||
(const byte) f38::return#1 return = (const byte) f39::return#1+(byte) 1
|
||||
(byte) f38::x
|
||||
(byte()) f39((byte) f39::x)
|
||||
(label) f39::@return
|
||||
(byte) f39::return
|
||||
(const byte) f39::return#1 return = (const byte) f40::return#1+(byte) 1
|
||||
(byte) f39::x
|
||||
(byte()) f4((byte) f4::x)
|
||||
(label) f4::@return
|
||||
(byte) f4::return
|
||||
(const byte) f4::return#1 return = (const byte) f5::return#1+(byte) 1
|
||||
(byte) f4::x
|
||||
(byte()) f40((byte) f40::x)
|
||||
(label) f40::@return
|
||||
(byte) f40::return
|
||||
(const byte) f40::return#1 return = (const byte) f41::return#1+(byte) 1
|
||||
(byte) f40::x
|
||||
(byte()) f41((byte) f41::x)
|
||||
(label) f41::@return
|
||||
(byte) f41::return
|
||||
(const byte) f41::return#1 return = (const byte) f42::return#1+(byte) 1
|
||||
(byte) f41::x
|
||||
(byte()) f42((byte) f42::x)
|
||||
(label) f42::@return
|
||||
(byte) f42::return
|
||||
(const byte) f42::return#1 return = (const byte) f43::return#1+(byte) 1
|
||||
(byte) f42::x
|
||||
(byte()) f43((byte) f43::x)
|
||||
(label) f43::@return
|
||||
(byte) f43::return
|
||||
(const byte) f43::return#1 return = (const byte) f44::return#1+(byte) 1
|
||||
(byte) f43::x
|
||||
(byte()) f44((byte) f44::x)
|
||||
(label) f44::@return
|
||||
(byte) f44::return
|
||||
(const byte) f44::return#1 return = (const byte) f45::return#1+(byte) 1
|
||||
(byte) f44::x
|
||||
(byte()) f45((byte) f45::x)
|
||||
(label) f45::@return
|
||||
(byte) f45::return
|
||||
(const byte) f45::return#1 return = (const byte) f46::return#1+(byte) 1
|
||||
(byte) f45::x
|
||||
(byte()) f46((byte) f46::x)
|
||||
(label) f46::@return
|
||||
(byte) f46::return
|
||||
(const byte) f46::return#1 return = (const byte) f47::return#1+(byte) 1
|
||||
(byte) f46::x
|
||||
(byte()) f47((byte) f47::x)
|
||||
(label) f47::@return
|
||||
(byte) f47::return
|
||||
(const byte) f47::return#1 return = (const byte) f48::return#1+(byte) 1
|
||||
(byte) f47::x
|
||||
(byte()) f48((byte) f48::x)
|
||||
(label) f48::@return
|
||||
(byte) f48::return
|
||||
(const byte) f48::return#1 return = (const byte) f49::return#1+(byte) 1
|
||||
(byte) f48::x
|
||||
(byte()) f49((byte) f49::x)
|
||||
(label) f49::@return
|
||||
(byte) f49::return
|
||||
(const byte) f49::return#1 return = (const byte) f50::return#1+(byte) 1
|
||||
(byte) f49::x
|
||||
(byte()) f5((byte) f5::x)
|
||||
(label) f5::@return
|
||||
(byte) f5::return
|
||||
(const byte) f5::return#1 return = (const byte) f6::return#1+(byte) 1
|
||||
(byte) f5::x
|
||||
(byte()) f50((byte) f50::x)
|
||||
(label) f50::@return
|
||||
(byte) f50::return
|
||||
(const byte) f50::return#1 return = (const byte) f51::return#1+(byte) 1
|
||||
(byte) f50::x
|
||||
(byte()) f51((byte) f51::x)
|
||||
(label) f51::@return
|
||||
(byte) f51::return
|
||||
(const byte) f51::return#1 return = (const byte) f52::return#1+(byte) 1
|
||||
(byte) f51::x
|
||||
(byte()) f52((byte) f52::x)
|
||||
(label) f52::@return
|
||||
(byte) f52::return
|
||||
(const byte) f52::return#1 return = (const byte) f53::return#1+(byte) 1
|
||||
(byte) f52::x
|
||||
(byte()) f53((byte) f53::x)
|
||||
(label) f53::@return
|
||||
(byte) f53::return
|
||||
(const byte) f53::return#1 return = (const byte) f54::return#1+(byte) 1
|
||||
(byte) f53::x
|
||||
(byte()) f54((byte) f54::x)
|
||||
(label) f54::@return
|
||||
(byte) f54::return
|
||||
(const byte) f54::return#1 return = (const byte) f55::return#1+(byte) 1
|
||||
(byte) f54::x
|
||||
(byte()) f55((byte) f55::x)
|
||||
(label) f55::@return
|
||||
(byte) f55::return
|
||||
(const byte) f55::return#1 return = (const byte) f56::return#1+(byte) 1
|
||||
(byte) f55::x
|
||||
(byte()) f56((byte) f56::x)
|
||||
(label) f56::@return
|
||||
(byte) f56::return
|
||||
(const byte) f56::return#1 return = (const byte) f57::return#1+(byte) 1
|
||||
(byte) f56::x
|
||||
(byte()) f57((byte) f57::x)
|
||||
(label) f57::@return
|
||||
(byte) f57::return
|
||||
(const byte) f57::return#1 return = (const byte) f58::return#1+(byte) 1
|
||||
(byte) f57::x
|
||||
(byte()) f58((byte) f58::x)
|
||||
(label) f58::@return
|
||||
(byte) f58::return
|
||||
(const byte) f58::return#1 return = (const byte) f59::return#1+(byte) 1
|
||||
(byte) f58::x
|
||||
(byte()) f59((byte) f59::x)
|
||||
(label) f59::@return
|
||||
(byte) f59::return
|
||||
(const byte) f59::return#1 return = (const byte) f60::return#1+(byte) 1
|
||||
(byte) f59::x
|
||||
(byte()) f6((byte) f6::x)
|
||||
(label) f6::@return
|
||||
(byte) f6::return
|
||||
(const byte) f6::return#1 return = (const byte) f7::return#1+(byte) 1
|
||||
(byte) f6::x
|
||||
(byte()) f60((byte) f60::x)
|
||||
(label) f60::@return
|
||||
(byte) f60::return
|
||||
(const byte) f60::return#1 return = (const byte) f61::return#1+(byte) 1
|
||||
(byte) f60::x
|
||||
(byte()) f61((byte) f61::x)
|
||||
(label) f61::@return
|
||||
(byte) f61::return
|
||||
(const byte) f61::return#1 return = (const byte) f62::return#1+(byte) 1
|
||||
(byte) f61::x
|
||||
(byte()) f62((byte) f62::x)
|
||||
(label) f62::@return
|
||||
(byte) f62::return
|
||||
(const byte) f62::return#1 return = (const byte) f63::return#1+(byte) 1
|
||||
(byte) f62::x
|
||||
(byte()) f63((byte) f63::x)
|
||||
(label) f63::@return
|
||||
(byte) f63::return
|
||||
(const byte) f63::return#1 return = (const byte) f64::return#1+(byte) 1
|
||||
(byte) f63::x
|
||||
(byte()) f64((byte) f64::x)
|
||||
(label) f64::@return
|
||||
(byte) f64::return
|
||||
(const byte) f64::return#1 return = (const byte) f65::return#1+(byte) 1
|
||||
(byte) f64::x
|
||||
(byte()) f65((byte) f65::x)
|
||||
(label) f65::@return
|
||||
(byte) f65::return
|
||||
(const byte) f65::return#1 return = (const byte) f66::return#1+(byte) 1
|
||||
(byte) f65::x
|
||||
(byte()) f66((byte) f66::x)
|
||||
(label) f66::@return
|
||||
(byte) f66::return
|
||||
(const byte) f66::return#1 return = (const byte) f67::return#1+(byte) 1
|
||||
(byte) f66::x
|
||||
(byte()) f67((byte) f67::x)
|
||||
(label) f67::@return
|
||||
(byte) f67::return
|
||||
(const byte) f67::return#1 return = (const byte) f68::return#1+(byte) 1
|
||||
(byte) f67::x
|
||||
(byte()) f68((byte) f68::x)
|
||||
(label) f68::@return
|
||||
(byte) f68::return
|
||||
(const byte) f68::return#1 return = (const byte) f69::return#1+(byte) 1
|
||||
(byte) f68::x
|
||||
(byte()) f69((byte) f69::x)
|
||||
(label) f69::@return
|
||||
(byte) f69::return
|
||||
(const byte) f69::return#1 return = (const byte) f70::return#1+(byte) 1
|
||||
(byte) f69::x
|
||||
(byte()) f7((byte) f7::x)
|
||||
(label) f7::@return
|
||||
(byte) f7::return
|
||||
(const byte) f7::return#1 return = (const byte) f8::return#1+(byte) 1
|
||||
(byte) f7::x
|
||||
(byte()) f70((byte) f70::x)
|
||||
(label) f70::@return
|
||||
(byte) f70::return
|
||||
(const byte) f70::return#1 return = (const byte) f71::return#1+(byte) 1
|
||||
(byte) f70::x
|
||||
(byte()) f71((byte) f71::x)
|
||||
(label) f71::@return
|
||||
(byte) f71::return
|
||||
(const byte) f71::return#1 return = (const byte) f72::return#1+(byte) 1
|
||||
(byte) f71::x
|
||||
(byte()) f72((byte) f72::x)
|
||||
(label) f72::@return
|
||||
(byte) f72::return
|
||||
(const byte) f72::return#1 return = (const byte) f73::return#1+(byte) 1
|
||||
(byte) f72::x
|
||||
(byte()) f73((byte) f73::x)
|
||||
(label) f73::@return
|
||||
(byte) f73::return
|
||||
(const byte) f73::return#1 return = (const byte) f74::return#1+(byte) 1
|
||||
(byte) f73::x
|
||||
(byte()) f74((byte) f74::x)
|
||||
(label) f74::@return
|
||||
(byte) f74::return
|
||||
(const byte) f74::return#1 return = (const byte) f75::return#1+(byte) 1
|
||||
(byte) f74::x
|
||||
(byte()) f75((byte) f75::x)
|
||||
(label) f75::@return
|
||||
(byte) f75::return
|
||||
(const byte) f75::return#1 return = (const byte) f76::return#1+(byte) 1
|
||||
(byte) f75::x
|
||||
(byte()) f76((byte) f76::x)
|
||||
(label) f76::@return
|
||||
(byte) f76::return
|
||||
(const byte) f76::return#1 return = (const byte) f77::return#1+(byte) 1
|
||||
(byte) f76::x
|
||||
(byte()) f77((byte) f77::x)
|
||||
(label) f77::@return
|
||||
(byte) f77::return
|
||||
(const byte) f77::return#1 return = (const byte) f78::return#1+(byte) 1
|
||||
(byte) f77::x
|
||||
(byte()) f78((byte) f78::x)
|
||||
(label) f78::@return
|
||||
(byte) f78::return
|
||||
(const byte) f78::return#1 return = (const byte) f79::return#1+(byte) 1
|
||||
(byte) f78::x
|
||||
(byte()) f79((byte) f79::x)
|
||||
(label) f79::@return
|
||||
(byte) f79::return
|
||||
(const byte) f79::return#1 return = (const byte) f80::return#1+(byte) 1
|
||||
(byte) f79::x
|
||||
(byte()) f8((byte) f8::x)
|
||||
(label) f8::@return
|
||||
(byte) f8::return
|
||||
(const byte) f8::return#1 return = (const byte) f9::return#1+(byte) 1
|
||||
(byte) f8::x
|
||||
(byte()) f80((byte) f80::x)
|
||||
(label) f80::@return
|
||||
(byte) f80::return
|
||||
(const byte) f80::return#1 return = (const byte) f81::return#1+(byte) 1
|
||||
(byte) f80::x
|
||||
(byte()) f81((byte) f81::x)
|
||||
(label) f81::@return
|
||||
(byte) f81::return
|
||||
(const byte) f81::return#1 return = (const byte) f82::return#1+(byte) 1
|
||||
(byte) f81::x
|
||||
(byte()) f82((byte) f82::x)
|
||||
(label) f82::@return
|
||||
(byte) f82::return
|
||||
(const byte) f82::return#1 return = (const byte) f83::return#1+(byte) 1
|
||||
(byte) f82::x
|
||||
(byte()) f83((byte) f83::x)
|
||||
(label) f83::@return
|
||||
(byte) f83::return
|
||||
(const byte) f83::return#1 return = (const byte) f84::return#1+(byte) 1
|
||||
(byte) f83::x
|
||||
(byte()) f84((byte) f84::x)
|
||||
(label) f84::@return
|
||||
(byte) f84::return
|
||||
(const byte) f84::return#1 return = (const byte) f85::return#1+(byte) 1
|
||||
(byte) f84::x
|
||||
(byte()) f85((byte) f85::x)
|
||||
(label) f85::@return
|
||||
(byte) f85::return
|
||||
(const byte) f85::return#1 return = (const byte) f86::return#1+(byte) 1
|
||||
(byte) f85::x
|
||||
(byte()) f86((byte) f86::x)
|
||||
(label) f86::@return
|
||||
(byte) f86::return
|
||||
(const byte) f86::return#1 return = (const byte) f87::return#1+(byte) 1
|
||||
(byte) f86::x
|
||||
(byte()) f87((byte) f87::x)
|
||||
(label) f87::@return
|
||||
(byte) f87::return
|
||||
(const byte) f87::return#1 return = (const byte) f88::return#1+(byte) 1
|
||||
(byte) f87::x
|
||||
(byte()) f88((byte) f88::x)
|
||||
(label) f88::@return
|
||||
(byte) f88::return
|
||||
(const byte) f88::return#1 return = (const byte) f89::return#1+(byte) 1
|
||||
(byte) f88::x
|
||||
(byte()) f89((byte) f89::x)
|
||||
(label) f89::@return
|
||||
(byte) f89::return
|
||||
(const byte) f89::return#1 return = (const byte) f90::return#1+(byte) 1
|
||||
(byte) f89::x
|
||||
(byte()) f9((byte) f9::x)
|
||||
(label) f9::@return
|
||||
(byte) f9::return
|
||||
(const byte) f9::return#1 return = (const byte) f10::return#1+(byte) 1
|
||||
(byte) f9::x
|
||||
(byte()) f90((byte) f90::x)
|
||||
(label) f90::@return
|
||||
(byte) f90::return
|
||||
(const byte) f90::return#1 return = (const byte) f91::return#1+(byte) 1
|
||||
(byte) f90::x
|
||||
(byte()) f91((byte) f91::x)
|
||||
(label) f91::@return
|
||||
(byte) f91::return
|
||||
(const byte) f91::return#1 return = (const byte) f92::return#1+(byte) 1
|
||||
(byte) f91::x
|
||||
(byte()) f92((byte) f92::x)
|
||||
(label) f92::@return
|
||||
(byte) f92::return
|
||||
(const byte) f92::return#1 return = (const byte) f93::return#1+(byte) 1
|
||||
(byte) f92::x
|
||||
(byte()) f93((byte) f93::x)
|
||||
(label) f93::@return
|
||||
(byte) f93::return
|
||||
(const byte) f93::return#1 return = (const byte) f94::return#1+(byte) 1
|
||||
(byte) f93::x
|
||||
(byte()) f94((byte) f94::x)
|
||||
(label) f94::@return
|
||||
(byte) f94::return
|
||||
(const byte) f94::return#1 return = (const byte) f95::return#1+(byte) 1
|
||||
(byte) f94::x
|
||||
(byte()) f95((byte) f95::x)
|
||||
(label) f95::@return
|
||||
(byte) f95::return
|
||||
(const byte) f95::return#1 return = (const byte) f96::return#1+(byte) 1
|
||||
(byte) f95::x
|
||||
(byte()) f96((byte) f96::x)
|
||||
(label) f96::@return
|
||||
(byte) f96::return
|
||||
(const byte) f96::return#1 return = (const byte) f97::return#1+(byte) 1
|
||||
(byte) f96::x
|
||||
(byte()) f97((byte) f97::x)
|
||||
(label) f97::@return
|
||||
(byte) f97::return
|
||||
(const byte) f97::return#1 return = (const byte) f98::return#1+(byte) 1
|
||||
(byte) f97::x
|
||||
(byte()) f98((byte) f98::x)
|
||||
(label) f98::@return
|
||||
(byte) f98::return
|
||||
(const byte) f98::return#1 return = (const byte) f99::return#1+(byte) 1
|
||||
(byte) f98::x
|
||||
(byte()) f99((byte) f99::x)
|
||||
(label) f99::@return
|
||||
(byte) f99::return
|
||||
(const byte) f99::return#1 return = (byte) 1
|
||||
(byte) f99::x
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@return
|
||||
(byte*) main::screen
|
||||
(const byte*) main::screen#0 screen = (byte*) 1024
|
||||
|
||||
|
@ -1 +1,24 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(word*) SCREEN
|
||||
(const word*) SCREEN#0 SCREEN = (word*) 1024
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@return
|
||||
(byte[]) msg1
|
||||
(const byte[]) msg1#0 msg1 = { (byte) 'a', (byte) 'b', (byte) 'c', (byte) 'd' }
|
||||
(byte[]) msg2
|
||||
(const byte[]) msg2#0 msg2 = { (byte) '1', (byte) '2', (byte) '3', (byte) '4' }
|
||||
(void()) print((byte*) print::m)
|
||||
(byte~) print::$2 reg byte a 4.0
|
||||
(label) print::@return
|
||||
(byte*) print::m
|
||||
(byte*) print::m#2 m zp ZP_WORD:2
|
||||
(byte) screen_idx
|
||||
(byte) screen_idx#10 screen_idx zp ZP_BYTE:4 2.0
|
||||
(byte) screen_idx#11 screen_idx zp ZP_BYTE:4 1.0
|
||||
|
||||
zp ZP_WORD:2 [ print::m#2 ]
|
||||
zp ZP_BYTE:4 [ screen_idx#10 screen_idx#11 ]
|
||||
reg byte a [ print::$2 ]
|
||||
|
@ -1 +1,22 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) SCREEN
|
||||
(const byte*) SCREEN#0 SCREEN = (byte*) 1024
|
||||
(byte) idx
|
||||
(byte) idx#10 reg byte x 3.0
|
||||
(byte) idx#11 reg byte x 1.0
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@return
|
||||
(byte[]) msg1
|
||||
(const byte[]) msg1#0 msg1 = { (byte) 'a', (byte) 'b', (byte) 'c', (byte) 'd' }
|
||||
(byte[]) msg2
|
||||
(const byte[]) msg2#0 msg2 = { (byte) '1', (byte) '2', (byte) '3', (byte) '4' }
|
||||
(void()) print((byte*) print::m)
|
||||
(label) print::@return
|
||||
(byte*) print::m
|
||||
(byte*) print::m#2 m zp ZP_WORD:2 2.0
|
||||
|
||||
zp ZP_WORD:2 [ print::m#2 ]
|
||||
reg byte x [ idx#10 idx#11 ]
|
||||
|
@ -1 +1,15 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(void()) main()
|
||||
(byte*~) main::$1 $1 zp ZP_WORD:4 22.0
|
||||
(label) main::@1
|
||||
(label) main::@return
|
||||
(word) main::i
|
||||
(word) main::i#1 i zp ZP_WORD:2 16.5
|
||||
(word) main::i#2 i zp ZP_WORD:2 11.0
|
||||
(byte*) main::screen
|
||||
(const byte*) main::screen#0 screen = (byte*) 1024
|
||||
|
||||
zp ZP_WORD:2 [ main::i#2 main::i#1 ]
|
||||
zp ZP_WORD:4 [ main::$1 ]
|
||||
|
@ -1 +1,8 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(void()) main()
|
||||
(label) main::@return
|
||||
(byte*) main::screen
|
||||
(const byte*) main::screen#0 screen = (byte*) 1024
|
||||
|
||||
|
@ -1 +1,13 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@return
|
||||
(byte) main::i
|
||||
(byte) main::i#1 reg byte x 16.5
|
||||
(byte) main::i#2 reg byte x 16.5
|
||||
(byte*) main::screen
|
||||
(const byte*) main::screen#0 screen = (byte*) 1024
|
||||
|
||||
reg byte x [ main::i#2 main::i#1 ]
|
||||
|
@ -1 +1,24 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(void()) main()
|
||||
(byte~) main::$11 reg byte a 22.0
|
||||
(signed byte~) main::$16 reg byte a 11.0
|
||||
(byte~) main::$5 reg byte a 22.0
|
||||
(byte~) main::$8 reg byte a 22.0
|
||||
(label) main::@1
|
||||
(label) main::@return
|
||||
(byte*) main::SCREEN
|
||||
(const byte*) main::SCREEN#0 SCREEN = (byte*) 1024
|
||||
(byte) main::i
|
||||
(byte) main::i#1 reg byte x 16.5
|
||||
(byte) main::i#2 reg byte x 11.0
|
||||
(signed byte) main::sb
|
||||
(signed byte) main::sb#0 reg byte a 22.0
|
||||
|
||||
reg byte x [ main::i#2 main::i#1 ]
|
||||
reg byte a [ main::$5 ]
|
||||
reg byte a [ main::$8 ]
|
||||
reg byte a [ main::$11 ]
|
||||
reg byte a [ main::sb#0 ]
|
||||
reg byte a [ main::$16 ]
|
||||
|
@ -1 +1,11 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(void()) main()
|
||||
(label) main::@return
|
||||
(byte) main::a
|
||||
(const byte) main::a#1 a = (byte) $c
|
||||
(byte) main::b
|
||||
(byte*) main::screen
|
||||
(const byte*) main::screen#0 screen = (byte*) 1024
|
||||
|
||||
|
@ -1 +1,10 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) BGCOL
|
||||
(const byte*) BGCOL#0 BGCOL = (byte*) 53281
|
||||
(byte) RED
|
||||
(const byte) RED#0 RED = (byte) 2
|
||||
(void()) main()
|
||||
(label) main::@return
|
||||
|
||||
|
@ -1 +1,21 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte[$100]) COLORMAP1
|
||||
(const byte[$100]) COLORMAP1#0 COLORMAP1 = { fill( $100, 0) }
|
||||
(byte[$100]) COLORMAP2
|
||||
(const byte[$100]) COLORMAP2#0 COLORMAP2 = { fill( $100, 0) }
|
||||
(byte*) COLS
|
||||
(const byte*) COLS#0 COLS = (byte*) 55296
|
||||
(byte[$3e8]) MAPDATA
|
||||
(const byte[$3e8]) MAPDATA#0 MAPDATA = { fill( $3e8, 0) }
|
||||
(byte*) SCREEN
|
||||
(const byte*) SCREEN#0 SCREEN = (byte*) 1024
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@return
|
||||
(byte) main::x !reg byte y
|
||||
(byte) main::x#1 !reg byte y 16.5
|
||||
(byte) main::x#2 !reg byte y 22.0
|
||||
|
||||
reg byte y [ main::x#2 main::x#1 ]
|
||||
|
@ -1 +1,15 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) DC00
|
||||
(const byte*) DC00#0 DC00 = (byte*) 56320
|
||||
(byte) key
|
||||
(byte) key#1 reg byte x 151.5
|
||||
(void()) main()
|
||||
(byte~) main::$1 reg byte a 101.0
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@3
|
||||
|
||||
reg byte x [ key#1 ]
|
||||
reg byte a [ main::$1 ]
|
||||
|
@ -1 +1,21 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@return
|
||||
(byte*) main::SCREEN
|
||||
(const byte*) main::SCREEN#0 SCREEN = (byte*) 1024
|
||||
(dword) main::a
|
||||
(const dword) main::a#0 a = (dword) $ee6b2800
|
||||
(dword) main::b
|
||||
(dword) main::b#0 b zp ZP_DWORD:2 11.0
|
||||
(byte) main::c
|
||||
(byte) main::c#0 reg byte a 22.0
|
||||
(byte) main::i
|
||||
(byte) main::i#1 reg byte x 16.5
|
||||
(byte) main::i#2 reg byte x 11.0
|
||||
|
||||
reg byte x [ main::i#2 main::i#1 ]
|
||||
zp ZP_DWORD:2 [ main::b#0 ]
|
||||
reg byte a [ main::c#0 ]
|
||||
|
@ -1 +1,14 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) B
|
||||
(const byte*) B#0 B = (byte*) 4096
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(void()) menu()
|
||||
(label) menu::@1
|
||||
(label) menu::@return
|
||||
(void()) mode()
|
||||
(label) mode::@1
|
||||
(label) mode::@2
|
||||
|
||||
|
@ -1 +1,551 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) BORDERCOL
|
||||
(const byte*) BORDERCOL#0 BORDERCOL = (byte*) 53280
|
||||
(signed byte*) COSH
|
||||
(const signed byte*) COSH#0 COSH = (const signed byte*) SINH#0+(byte) $40
|
||||
(signed byte*) COSQ
|
||||
(const signed byte*) COSQ#0 COSQ = (const signed byte*) SINQ#0+(byte) $40
|
||||
(byte) GREEN
|
||||
(const byte) GREEN#0 GREEN = (byte) 5
|
||||
(byte) LIGHT_BLUE
|
||||
(const byte) LIGHT_BLUE#0 LIGHT_BLUE = (byte) $e
|
||||
(byte) LIGHT_GREY
|
||||
(const byte) LIGHT_GREY#0 LIGHT_GREY = (byte) $f
|
||||
(signed byte*) PERSP_Z
|
||||
(const signed byte*) PERSP_Z#0 PERSP_Z = (signed byte*) 10240
|
||||
(byte*) RASTER
|
||||
(const byte*) RASTER#0 RASTER = (byte*) 53266
|
||||
(byte*) SCREEN
|
||||
(const byte*) SCREEN#0 SCREEN = (byte*) 1024
|
||||
(signed byte*) SINH
|
||||
(const signed byte*) SINH#0 SINH = (signed byte*) 8192
|
||||
(byte*) SINH_HI
|
||||
(const byte*) SINH_HI#0 SINH_HI = (byte*) 16896
|
||||
(byte*) SINH_LO
|
||||
(const byte*) SINH_LO#0 SINH_LO = (byte*) 16384
|
||||
(signed byte*) SINQ
|
||||
(const signed byte*) SINQ#0 SINQ = (signed byte*) 8704
|
||||
(byte*) SINQ_HI
|
||||
(const byte*) SINQ_HI#0 SINQ_HI = (byte*) 17920
|
||||
(byte*) SINQ_LO
|
||||
(const byte*) SINQ_LO#0 SINQ_LO = (byte*) 17408
|
||||
(byte*) SPRITE
|
||||
(const byte*) SPRITE#0 SPRITE = (byte*) 12288
|
||||
(byte*) SPRITES_COLS
|
||||
(const byte*) SPRITES_COLS#0 SPRITES_COLS = (byte*) 53287
|
||||
(byte*) SPRITES_ENABLE
|
||||
(const byte*) SPRITES_ENABLE#0 SPRITES_ENABLE = (byte*) 53269
|
||||
(byte*) SPRITES_XPOS
|
||||
(const byte*) SPRITES_XPOS#0 SPRITES_XPOS = (byte*) 53248
|
||||
(byte*) SPRITES_YPOS
|
||||
(const byte*) SPRITES_YPOS#0 SPRITES_YPOS = (byte*) 53249
|
||||
(void()) anim()
|
||||
(byte~) anim::$10 reg byte a 202.0
|
||||
(byte~) anim::$8 reg byte a 202.0
|
||||
(label) anim::@1
|
||||
(label) anim::@10
|
||||
(label) anim::@2
|
||||
(label) anim::@3
|
||||
(label) anim::@4
|
||||
(label) anim::@5
|
||||
(label) anim::@6
|
||||
(label) anim::@7
|
||||
(label) anim::@8
|
||||
(label) anim::@9
|
||||
(byte) anim::i
|
||||
(byte) anim::i#1 i zp ZP_BYTE:4 151.5
|
||||
(byte) anim::i#2 i zp ZP_BYTE:4 71.29411764705881
|
||||
(byte) anim::i2
|
||||
(byte) anim::i2#0 reg byte x 75.75
|
||||
(void()) calculate_matrix((signed byte) calculate_matrix::sx , (signed byte) calculate_matrix::sy , (signed byte) calculate_matrix::sz)
|
||||
(signed byte~) calculate_matrix::$10 reg byte a 4.0
|
||||
(signed byte~) calculate_matrix::$11 reg byte a 4.0
|
||||
(signed byte~) calculate_matrix::$12 reg byte a 4.0
|
||||
(signed byte~) calculate_matrix::$13 reg byte a 4.0
|
||||
(signed byte~) calculate_matrix::$14 reg byte a 4.0
|
||||
(signed byte~) calculate_matrix::$15 reg byte a 4.0
|
||||
(signed byte~) calculate_matrix::$16 reg byte a 4.0
|
||||
(signed byte~) calculate_matrix::$17 reg byte a 4.0
|
||||
(signed byte~) calculate_matrix::$18 reg byte a 4.0
|
||||
(signed byte~) calculate_matrix::$19 reg byte a 4.0
|
||||
(signed byte~) calculate_matrix::$20 reg byte a 4.0
|
||||
(signed byte~) calculate_matrix::$21 reg byte a 4.0
|
||||
(signed byte~) calculate_matrix::$22 reg byte a 4.0
|
||||
(signed byte~) calculate_matrix::$23 reg byte a 4.0
|
||||
(signed byte~) calculate_matrix::$24 reg byte a 4.0
|
||||
(signed byte~) calculate_matrix::$25 reg byte a 4.0
|
||||
(signed byte~) calculate_matrix::$26 reg byte a 4.0
|
||||
(signed byte~) calculate_matrix::$27 reg byte a 4.0
|
||||
(signed byte~) calculate_matrix::$28 reg byte a 4.0
|
||||
(signed byte~) calculate_matrix::$29 reg byte a 4.0
|
||||
(signed byte~) calculate_matrix::$30 reg byte a 4.0
|
||||
(signed byte~) calculate_matrix::$31 reg byte a 4.0
|
||||
(signed byte~) calculate_matrix::$32 reg byte a 4.0
|
||||
(signed byte~) calculate_matrix::$33 reg byte a 4.0
|
||||
(signed byte~) calculate_matrix::$34 reg byte a 4.0
|
||||
(label) calculate_matrix::@return
|
||||
(signed byte) calculate_matrix::sx
|
||||
(signed byte) calculate_matrix::sx#0 reg byte x 2.4545454545454546
|
||||
(signed byte) calculate_matrix::sy
|
||||
(signed byte) calculate_matrix::sy#0 sy zp ZP_BYTE:3 1.5333333333333332
|
||||
(signed byte) calculate_matrix::sz
|
||||
(signed byte) calculate_matrix::t1
|
||||
(signed byte) calculate_matrix::t1#0 t1 zp ZP_BYTE:20 0.8333333333333333
|
||||
(signed byte) calculate_matrix::t10
|
||||
(signed byte) calculate_matrix::t10#0 reg byte x 0.18181818181818182
|
||||
(signed byte) calculate_matrix::t2
|
||||
(signed byte) calculate_matrix::t2#0 t2 zp ZP_BYTE:21 0.9090909090909092
|
||||
(signed byte) calculate_matrix::t3
|
||||
(signed byte) calculate_matrix::t3#0 t3 zp ZP_BYTE:22 0.29411764705882354
|
||||
(signed byte) calculate_matrix::t4
|
||||
(signed byte) calculate_matrix::t4#0 t4 zp ZP_BYTE:23 0.30303030303030304
|
||||
(signed byte) calculate_matrix::t5
|
||||
(signed byte) calculate_matrix::t5#0 t5 zp ZP_BYTE:24 0.29411764705882354
|
||||
(signed byte) calculate_matrix::t6
|
||||
(signed byte) calculate_matrix::t6#0 t6 zp ZP_BYTE:25 0.3125
|
||||
(signed byte) calculate_matrix::t7
|
||||
(signed byte) calculate_matrix::t7#0 t7 zp ZP_BYTE:26 0.30303030303030304
|
||||
(signed byte) calculate_matrix::t8
|
||||
(signed byte) calculate_matrix::t8#0 t8 zp ZP_BYTE:27 0.30303030303030304
|
||||
(signed byte) calculate_matrix::t9
|
||||
(signed byte) calculate_matrix::t9#0 t9 zp ZP_BYTE:28 0.1764705882352941
|
||||
(void()) debug_print()
|
||||
(label) debug_print::@1
|
||||
(label) debug_print::@10
|
||||
(label) debug_print::@11
|
||||
(label) debug_print::@12
|
||||
(label) debug_print::@13
|
||||
(label) debug_print::@14
|
||||
(label) debug_print::@15
|
||||
(label) debug_print::@16
|
||||
(label) debug_print::@17
|
||||
(label) debug_print::@2
|
||||
(label) debug_print::@3
|
||||
(label) debug_print::@4
|
||||
(label) debug_print::@5
|
||||
(label) debug_print::@6
|
||||
(label) debug_print::@7
|
||||
(label) debug_print::@8
|
||||
(label) debug_print::@9
|
||||
(label) debug_print::@return
|
||||
(byte*) debug_print::at_line
|
||||
(const byte*) debug_print::at_line#0 at_line = (const byte*) SCREEN#0+(word)(number) $13*(number) $28
|
||||
(byte) debug_print::c
|
||||
(byte) debug_print::c#1 c zp ZP_BYTE:5 67.33333333333333
|
||||
(byte) debug_print::c#2 c zp ZP_BYTE:5 42.52631578947369
|
||||
(byte) debug_print::i
|
||||
(byte) debug_print::i#1 i zp ZP_BYTE:6 151.5
|
||||
(byte) debug_print::i#2 i zp ZP_BYTE:6 40.4
|
||||
(label) debug_print::print_sbyte_pos1
|
||||
(label) debug_print::print_sbyte_pos10
|
||||
(number~) debug_print::print_sbyte_pos10_$0
|
||||
(byte*~) debug_print::print_sbyte_pos10_$1
|
||||
(byte*~) debug_print::print_sbyte_pos10_$2
|
||||
(byte) debug_print::print_sbyte_pos10_col
|
||||
(const byte) debug_print::print_sbyte_pos10_col#0 print_sbyte_pos10_col = (byte) $1d
|
||||
(byte) debug_print::print_sbyte_pos10_row
|
||||
(const byte) debug_print::print_sbyte_pos10_row#0 print_sbyte_pos10_row = (byte) 6
|
||||
(signed byte) debug_print::print_sbyte_pos10_sb
|
||||
(signed byte) debug_print::print_sbyte_pos10_sb#0 reg byte x 4.0
|
||||
(label) debug_print::print_sbyte_pos11
|
||||
(number~) debug_print::print_sbyte_pos11_$0
|
||||
(byte*~) debug_print::print_sbyte_pos11_$1
|
||||
(byte*~) debug_print::print_sbyte_pos11_$2
|
||||
(byte) debug_print::print_sbyte_pos11_col
|
||||
(const byte) debug_print::print_sbyte_pos11_col#0 print_sbyte_pos11_col = (byte) $21
|
||||
(byte) debug_print::print_sbyte_pos11_row
|
||||
(const byte) debug_print::print_sbyte_pos11_row#0 print_sbyte_pos11_row = (byte) 6
|
||||
(signed byte) debug_print::print_sbyte_pos11_sb
|
||||
(signed byte) debug_print::print_sbyte_pos11_sb#0 reg byte x 4.0
|
||||
(label) debug_print::print_sbyte_pos12
|
||||
(number~) debug_print::print_sbyte_pos12_$0
|
||||
(byte*~) debug_print::print_sbyte_pos12_$1
|
||||
(byte*~) debug_print::print_sbyte_pos12_$2
|
||||
(byte) debug_print::print_sbyte_pos12_col
|
||||
(const byte) debug_print::print_sbyte_pos12_col#0 print_sbyte_pos12_col = (byte) $25
|
||||
(byte) debug_print::print_sbyte_pos12_row
|
||||
(const byte) debug_print::print_sbyte_pos12_row#0 print_sbyte_pos12_row = (byte) 6
|
||||
(signed byte) debug_print::print_sbyte_pos12_sb
|
||||
(signed byte) debug_print::print_sbyte_pos12_sb#0 reg byte x 4.0
|
||||
(number~) debug_print::print_sbyte_pos1_$0
|
||||
(byte*~) debug_print::print_sbyte_pos1_$1
|
||||
(byte*~) debug_print::print_sbyte_pos1_$2
|
||||
(byte) debug_print::print_sbyte_pos1_col
|
||||
(const byte) debug_print::print_sbyte_pos1_col#0 print_sbyte_pos1_col = (byte) $25
|
||||
(byte) debug_print::print_sbyte_pos1_row
|
||||
(signed byte) debug_print::print_sbyte_pos1_sb
|
||||
(signed byte) debug_print::print_sbyte_pos1_sb#0 reg byte x 4.0
|
||||
(label) debug_print::print_sbyte_pos2
|
||||
(number~) debug_print::print_sbyte_pos2_$0
|
||||
(byte*~) debug_print::print_sbyte_pos2_$1
|
||||
(byte*~) debug_print::print_sbyte_pos2_$2
|
||||
(byte) debug_print::print_sbyte_pos2_col
|
||||
(const byte) debug_print::print_sbyte_pos2_col#0 print_sbyte_pos2_col = (byte) $25
|
||||
(byte) debug_print::print_sbyte_pos2_row
|
||||
(const byte) debug_print::print_sbyte_pos2_row#0 print_sbyte_pos2_row = (byte) 1
|
||||
(signed byte) debug_print::print_sbyte_pos2_sb
|
||||
(signed byte) debug_print::print_sbyte_pos2_sb#0 reg byte x 4.0
|
||||
(label) debug_print::print_sbyte_pos3
|
||||
(number~) debug_print::print_sbyte_pos3_$0
|
||||
(byte*~) debug_print::print_sbyte_pos3_$1
|
||||
(byte*~) debug_print::print_sbyte_pos3_$2
|
||||
(byte) debug_print::print_sbyte_pos3_col
|
||||
(const byte) debug_print::print_sbyte_pos3_col#0 print_sbyte_pos3_col = (byte) $25
|
||||
(byte) debug_print::print_sbyte_pos3_row
|
||||
(const byte) debug_print::print_sbyte_pos3_row#0 print_sbyte_pos3_row = (byte) 2
|
||||
(signed byte) debug_print::print_sbyte_pos3_sb
|
||||
(label) debug_print::print_sbyte_pos4
|
||||
(number~) debug_print::print_sbyte_pos4_$0
|
||||
(byte*~) debug_print::print_sbyte_pos4_$1
|
||||
(byte*~) debug_print::print_sbyte_pos4_$2
|
||||
(byte) debug_print::print_sbyte_pos4_col
|
||||
(const byte) debug_print::print_sbyte_pos4_col#0 print_sbyte_pos4_col = (byte) $1d
|
||||
(byte) debug_print::print_sbyte_pos4_row
|
||||
(const byte) debug_print::print_sbyte_pos4_row#0 print_sbyte_pos4_row = (byte) 4
|
||||
(signed byte) debug_print::print_sbyte_pos4_sb
|
||||
(signed byte) debug_print::print_sbyte_pos4_sb#0 reg byte x 4.0
|
||||
(label) debug_print::print_sbyte_pos5
|
||||
(number~) debug_print::print_sbyte_pos5_$0
|
||||
(byte*~) debug_print::print_sbyte_pos5_$1
|
||||
(byte*~) debug_print::print_sbyte_pos5_$2
|
||||
(byte) debug_print::print_sbyte_pos5_col
|
||||
(const byte) debug_print::print_sbyte_pos5_col#0 print_sbyte_pos5_col = (byte) $21
|
||||
(byte) debug_print::print_sbyte_pos5_row
|
||||
(const byte) debug_print::print_sbyte_pos5_row#0 print_sbyte_pos5_row = (byte) 4
|
||||
(signed byte) debug_print::print_sbyte_pos5_sb
|
||||
(signed byte) debug_print::print_sbyte_pos5_sb#0 reg byte x 4.0
|
||||
(label) debug_print::print_sbyte_pos6
|
||||
(number~) debug_print::print_sbyte_pos6_$0
|
||||
(byte*~) debug_print::print_sbyte_pos6_$1
|
||||
(byte*~) debug_print::print_sbyte_pos6_$2
|
||||
(byte) debug_print::print_sbyte_pos6_col
|
||||
(const byte) debug_print::print_sbyte_pos6_col#0 print_sbyte_pos6_col = (byte) $25
|
||||
(byte) debug_print::print_sbyte_pos6_row
|
||||
(const byte) debug_print::print_sbyte_pos6_row#0 print_sbyte_pos6_row = (byte) 4
|
||||
(signed byte) debug_print::print_sbyte_pos6_sb
|
||||
(signed byte) debug_print::print_sbyte_pos6_sb#0 reg byte x 4.0
|
||||
(label) debug_print::print_sbyte_pos7
|
||||
(number~) debug_print::print_sbyte_pos7_$0
|
||||
(byte*~) debug_print::print_sbyte_pos7_$1
|
||||
(byte*~) debug_print::print_sbyte_pos7_$2
|
||||
(byte) debug_print::print_sbyte_pos7_col
|
||||
(const byte) debug_print::print_sbyte_pos7_col#0 print_sbyte_pos7_col = (byte) $1d
|
||||
(byte) debug_print::print_sbyte_pos7_row
|
||||
(const byte) debug_print::print_sbyte_pos7_row#0 print_sbyte_pos7_row = (byte) 5
|
||||
(signed byte) debug_print::print_sbyte_pos7_sb
|
||||
(signed byte) debug_print::print_sbyte_pos7_sb#0 reg byte x 4.0
|
||||
(label) debug_print::print_sbyte_pos8
|
||||
(number~) debug_print::print_sbyte_pos8_$0
|
||||
(byte*~) debug_print::print_sbyte_pos8_$1
|
||||
(byte*~) debug_print::print_sbyte_pos8_$2
|
||||
(byte) debug_print::print_sbyte_pos8_col
|
||||
(const byte) debug_print::print_sbyte_pos8_col#0 print_sbyte_pos8_col = (byte) $21
|
||||
(byte) debug_print::print_sbyte_pos8_row
|
||||
(const byte) debug_print::print_sbyte_pos8_row#0 print_sbyte_pos8_row = (byte) 5
|
||||
(signed byte) debug_print::print_sbyte_pos8_sb
|
||||
(signed byte) debug_print::print_sbyte_pos8_sb#0 reg byte x 4.0
|
||||
(label) debug_print::print_sbyte_pos9
|
||||
(number~) debug_print::print_sbyte_pos9_$0
|
||||
(byte*~) debug_print::print_sbyte_pos9_$1
|
||||
(byte*~) debug_print::print_sbyte_pos9_$2
|
||||
(byte) debug_print::print_sbyte_pos9_col
|
||||
(const byte) debug_print::print_sbyte_pos9_col#0 print_sbyte_pos9_col = (byte) $25
|
||||
(byte) debug_print::print_sbyte_pos9_row
|
||||
(const byte) debug_print::print_sbyte_pos9_row#0 print_sbyte_pos9_row = (byte) 5
|
||||
(signed byte) debug_print::print_sbyte_pos9_sb
|
||||
(signed byte) debug_print::print_sbyte_pos9_sb#0 reg byte x 4.0
|
||||
(void()) debug_print_init()
|
||||
(byte*~) debug_print_init::$59 $59 zp ZP_WORD:29 202.0
|
||||
(byte*~) debug_print_init::$63 $63 zp ZP_WORD:31 202.0
|
||||
(byte*~) debug_print_init::$67 $67 zp ZP_WORD:33 202.0
|
||||
(byte*~) debug_print_init::$71 $71 zp ZP_WORD:35 202.0
|
||||
(byte*~) debug_print_init::$75 $75 zp ZP_WORD:37 202.0
|
||||
(byte*~) debug_print_init::$79 $79 zp ZP_WORD:39 202.0
|
||||
(byte*~) debug_print_init::$83 $83 zp ZP_WORD:41 202.0
|
||||
(byte*~) debug_print_init::$87 $87 zp ZP_WORD:43 202.0
|
||||
(byte*~) debug_print_init::$91 $91 zp ZP_WORD:45 202.0
|
||||
(label) debug_print_init::@1
|
||||
(label) debug_print_init::@10
|
||||
(label) debug_print_init::@11
|
||||
(label) debug_print_init::@12
|
||||
(label) debug_print_init::@13
|
||||
(label) debug_print_init::@14
|
||||
(label) debug_print_init::@15
|
||||
(label) debug_print_init::@16
|
||||
(label) debug_print_init::@17
|
||||
(label) debug_print_init::@2
|
||||
(label) debug_print_init::@3
|
||||
(label) debug_print_init::@4
|
||||
(label) debug_print_init::@5
|
||||
(label) debug_print_init::@6
|
||||
(label) debug_print_init::@7
|
||||
(label) debug_print_init::@8
|
||||
(label) debug_print_init::@9
|
||||
(label) debug_print_init::@return
|
||||
(byte*) debug_print_init::COLS
|
||||
(const byte*) debug_print_init::COLS#0 COLS = (byte*) 55296
|
||||
(byte*) debug_print_init::at_cols
|
||||
(const byte*) debug_print_init::at_cols#0 at_cols = (const byte*) debug_print_init::COLS#0+(word)(number) $10*(number) $28
|
||||
(byte*) debug_print_init::at_line
|
||||
(const byte*) debug_print_init::at_line#0 at_line = (const byte*) SCREEN#0+(word)(number) $10*(number) $28
|
||||
(byte) debug_print_init::c
|
||||
(byte) debug_print_init::c#1 c zp ZP_BYTE:10 7.333333333333333
|
||||
(byte) debug_print_init::c#2 c zp ZP_BYTE:10 30.125
|
||||
(byte) debug_print_init::col
|
||||
(byte) debug_print_init::col#0 reg byte x 56.111111111111114
|
||||
(byte) debug_print_init::i
|
||||
(byte) debug_print_init::i#1 i zp ZP_BYTE:11 16.5
|
||||
(byte) debug_print_init::i#2 i zp ZP_BYTE:11 4.727272727272727
|
||||
(byte) debug_print_init::j
|
||||
(byte) debug_print_init::j#1 reg byte y 151.5
|
||||
(byte) debug_print_init::j#2 reg byte y 55.54999999999999
|
||||
(const string) debug_print_init::str str = (string) "sx@"
|
||||
(const string) debug_print_init::str1 str1 = (string) "sy@"
|
||||
(const string) debug_print_init::str10 str10 = (string) "xp@"
|
||||
(const string) debug_print_init::str11 str11 = (string) "yp@"
|
||||
(const string) debug_print_init::str2 str2 = (string) "sz@"
|
||||
(const string) debug_print_init::str3 str3 = (string) "x@"
|
||||
(const string) debug_print_init::str4 str4 = (string) "y@"
|
||||
(const string) debug_print_init::str5 str5 = (string) "z@"
|
||||
(const string) debug_print_init::str6 str6 = (string) "xr@"
|
||||
(const string) debug_print_init::str7 str7 = (string) "yr@"
|
||||
(const string) debug_print_init::str8 str8 = (string) "zr@"
|
||||
(const string) debug_print_init::str9 str9 = (string) "pp@"
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@return
|
||||
(byte*) mulf_sqr1
|
||||
(const byte*) mulf_sqr1#0 mulf_sqr1 = (byte*) 9216
|
||||
(byte*) mulf_sqr2
|
||||
(const byte*) mulf_sqr2#0 mulf_sqr2 = (byte*) 9728
|
||||
(signed byte*) pp
|
||||
(const signed byte*) pp#0 pp = (signed byte*) 243
|
||||
(signed byte[8]) pps
|
||||
(const signed byte[8]) pps#0 pps = { fill( 8, 0) }
|
||||
(void()) print_byte_at((byte) print_byte_at::b , (byte*) print_byte_at::at)
|
||||
(byte~) print_byte_at::$0 reg byte a 4.0
|
||||
(byte~) print_byte_at::$2 reg byte x 2.0
|
||||
(label) print_byte_at::@1
|
||||
(label) print_byte_at::@return
|
||||
(byte*) print_byte_at::at
|
||||
(byte*) print_byte_at::at#0 at zp ZP_WORD:7 1.0
|
||||
(byte) print_byte_at::b
|
||||
(void()) print_char_at((byte) print_char_at::ch , (byte*) print_char_at::at)
|
||||
(label) print_char_at::@return
|
||||
(byte*) print_char_at::at
|
||||
(byte*) print_char_at::at#0 at zp ZP_WORD:7 4.0
|
||||
(byte*) print_char_at::at#1 at zp ZP_WORD:7 4.0
|
||||
(byte*) print_char_at::at#2 at zp ZP_WORD:7 4.0
|
||||
(byte*) print_char_at::at#3 at zp ZP_WORD:7 2.0
|
||||
(byte*) print_char_at::at#4 at zp ZP_WORD:7 10.0
|
||||
(byte) print_char_at::ch
|
||||
(byte) print_char_at::ch#2 ch zp ZP_BYTE:9 2.0
|
||||
(byte) print_char_at::ch#3 ch zp ZP_BYTE:9 4.0
|
||||
(byte) print_char_at::ch#4 ch zp ZP_BYTE:9 6.0
|
||||
(void()) print_cls()
|
||||
(label) print_cls::@1
|
||||
(label) print_cls::@return
|
||||
(byte*) print_cls::sc
|
||||
(byte*) print_cls::sc#1 sc zp ZP_WORD:16 16.5
|
||||
(byte*) print_cls::sc#2 sc zp ZP_WORD:16 16.5
|
||||
(byte[]) print_hextab
|
||||
(const byte[]) print_hextab#0 print_hextab = (string) "0123456789abcdef"
|
||||
(void()) print_sbyte_at((signed byte) print_sbyte_at::b , (byte*) print_sbyte_at::at)
|
||||
(label) print_sbyte_at::@1
|
||||
(label) print_sbyte_at::@2
|
||||
(label) print_sbyte_at::@3
|
||||
(label) print_sbyte_at::@4
|
||||
(label) print_sbyte_at::@return
|
||||
(byte*) print_sbyte_at::at
|
||||
(byte*) print_sbyte_at::at#0 at zp ZP_WORD:7 11.0
|
||||
(byte*) print_sbyte_at::at#1 at zp ZP_WORD:7 11.0
|
||||
(byte*) print_sbyte_at::at#15 at zp ZP_WORD:7 101.0
|
||||
(byte*) print_sbyte_at::at#16 at zp ZP_WORD:7 101.0
|
||||
(byte*) print_sbyte_at::at#17 at zp ZP_WORD:7 101.0
|
||||
(byte*) print_sbyte_at::at#18 at zp ZP_WORD:7 101.0
|
||||
(byte*) print_sbyte_at::at#19 at zp ZP_WORD:7 101.0
|
||||
(byte*) print_sbyte_at::at#2 at zp ZP_WORD:7 11.0
|
||||
(byte*) print_sbyte_at::at#20 at zp ZP_WORD:7 101.0
|
||||
(byte*) print_sbyte_at::at#21 at zp ZP_WORD:7 80.625
|
||||
(signed byte) print_sbyte_at::b
|
||||
(signed byte) print_sbyte_at::b#0 reg byte x 4.0
|
||||
(signed byte) print_sbyte_at::b#1 reg byte x 22.0
|
||||
(signed byte) print_sbyte_at::b#10 reg byte x 4.0
|
||||
(signed byte) print_sbyte_at::b#11 reg byte x 4.0
|
||||
(signed byte) print_sbyte_at::b#12 reg byte x 4.0
|
||||
(signed byte) print_sbyte_at::b#13 reg byte x 4.0
|
||||
(signed byte) print_sbyte_at::b#14 reg byte x 4.0
|
||||
(signed byte) print_sbyte_at::b#15 reg byte x 4.0
|
||||
(signed byte) print_sbyte_at::b#16 reg byte x 202.0
|
||||
(signed byte) print_sbyte_at::b#17 reg byte x 202.0
|
||||
(signed byte) print_sbyte_at::b#18 reg byte x 202.0
|
||||
(signed byte) print_sbyte_at::b#19 reg byte x 202.0
|
||||
(signed byte) print_sbyte_at::b#2 reg byte x 22.0
|
||||
(signed byte) print_sbyte_at::b#20 reg byte x 202.0
|
||||
(signed byte) print_sbyte_at::b#21 reg byte x 202.0
|
||||
(signed byte) print_sbyte_at::b#22 reg byte x 111.16666666666657
|
||||
(signed byte) print_sbyte_at::b#24 reg byte x 0.6666666666666666
|
||||
(signed byte) print_sbyte_at::b#3 reg byte x 22.0
|
||||
(signed byte) print_sbyte_at::b#4 reg byte x 4.0
|
||||
(signed byte) print_sbyte_at::b#5 reg byte x 4.0
|
||||
(signed byte) print_sbyte_at::b#7 reg byte x 4.0
|
||||
(signed byte) print_sbyte_at::b#8 reg byte x 4.0
|
||||
(signed byte) print_sbyte_at::b#9 reg byte x 4.0
|
||||
(byte*) print_screen
|
||||
(const byte*) print_screen#0 print_screen = (byte*) 1024
|
||||
(void()) print_str_at((byte*) print_str_at::str , (byte*) print_str_at::at)
|
||||
(label) print_str_at::@1
|
||||
(label) print_str_at::@2
|
||||
(label) print_str_at::@return
|
||||
(byte*) print_str_at::at
|
||||
(byte*) print_str_at::at#0 at zp ZP_WORD:14 11.0
|
||||
(byte*) print_str_at::at#13 at zp ZP_WORD:14 11.666666666666666
|
||||
(byte*) print_str_at::at#15 at zp ZP_WORD:14 2.0
|
||||
(byte*) print_str_at::str
|
||||
(byte*) print_str_at::str#0 str zp ZP_WORD:12 22.0
|
||||
(byte*) print_str_at::str#13 str zp ZP_WORD:12 11.5
|
||||
(byte*) print_str_at::str#15 str zp ZP_WORD:12 2.0
|
||||
(word*) psp1
|
||||
(const word*) psp1#0 psp1 = (word*) 246
|
||||
(word*) psp2
|
||||
(const word*) psp2#0 psp2 = (word*) 248
|
||||
(void()) rotate_matrix((signed byte) rotate_matrix::x , (signed byte) rotate_matrix::y , (signed byte) rotate_matrix::z)
|
||||
(label) rotate_matrix::@return
|
||||
(signed byte) rotate_matrix::x
|
||||
(signed byte) rotate_matrix::x#0 reg byte x 34.33333333333333
|
||||
(signed byte) rotate_matrix::y
|
||||
(signed byte) rotate_matrix::y#0 y zp ZP_BYTE:18 34.33333333333333
|
||||
(signed byte) rotate_matrix::z
|
||||
(signed byte) rotate_matrix::z#0 z zp ZP_BYTE:19 34.33333333333333
|
||||
(signed byte[9]) rotation_matrix
|
||||
(const signed byte[9]) rotation_matrix#0 rotation_matrix = { fill( 9, 0) }
|
||||
(void()) sprites_init()
|
||||
(label) sprites_init::@1
|
||||
(label) sprites_init::@return
|
||||
(byte*) sprites_init::SCREEN
|
||||
(const byte*) sprites_init::SCREEN#0 SCREEN = (byte*) 1024
|
||||
(byte) sprites_init::i
|
||||
(byte) sprites_init::i#1 reg byte x 16.5
|
||||
(byte) sprites_init::i#2 reg byte x 14.666666666666666
|
||||
(byte*) sprites_init::sprites_ptr
|
||||
(const byte*) sprites_init::sprites_ptr#0 sprites_ptr = (const byte*) sprites_init::SCREEN#0+(word) $3f8
|
||||
(void()) store_matrix()
|
||||
(label) store_matrix::@return
|
||||
(signed byte) sx
|
||||
(signed byte) sx#10 sx zp ZP_BYTE:2 0.38888888888888884
|
||||
(signed byte) sx#3 sx zp ZP_BYTE:2 11.0
|
||||
(signed byte) sy
|
||||
(signed byte) sy#10 sy zp ZP_BYTE:3 0.3846153846153846
|
||||
(signed byte) sy#3 sy zp ZP_BYTE:3 22.0
|
||||
(signed byte) sz
|
||||
(const signed byte) sz#0 sz = (signed byte) 0
|
||||
(signed byte*) xp
|
||||
(const signed byte*) xp#0 xp = (signed byte*) 244
|
||||
(signed byte[8]) xps
|
||||
(const signed byte[8]) xps#0 xps = { fill( 8, 0) }
|
||||
(signed byte*) xr
|
||||
(const signed byte*) xr#0 xr = (signed byte*) 240
|
||||
(signed byte[8]) xrs
|
||||
(const signed byte[8]) xrs#0 xrs = { fill( 8, 0) }
|
||||
(signed byte[8]) xs
|
||||
(const signed byte[8]) xs#0 xs = { (signed byte) -$34, (signed byte) -$34, (signed byte) -$34, (signed byte) 0, (signed byte) 0, (signed byte) $34, (signed byte) $34, (signed byte) $34 }
|
||||
(signed byte*) yp
|
||||
(const signed byte*) yp#0 yp = (signed byte*) 245
|
||||
(signed byte[8]) yps
|
||||
(const signed byte[8]) yps#0 yps = { fill( 8, 0) }
|
||||
(signed byte*) yr
|
||||
(const signed byte*) yr#0 yr = (signed byte*) 241
|
||||
(signed byte[8]) yrs
|
||||
(const signed byte[8]) yrs#0 yrs = { fill( 8, 0) }
|
||||
(signed byte[8]) ys
|
||||
(const signed byte[8]) ys#0 ys = { (signed byte) -$34, (signed byte) 0, (signed byte) $34, (signed byte) -$34, (signed byte) $34, (signed byte) -$34, (signed byte) 0, (signed byte) $34 }
|
||||
(signed byte*) zr
|
||||
(const signed byte*) zr#0 zr = (signed byte*) 242
|
||||
(signed byte[8]) zrs
|
||||
(const signed byte[8]) zrs#0 zrs = { fill( 8, 0) }
|
||||
(signed byte[8]) zs
|
||||
(const signed byte[8]) zs#0 zs = { (signed byte) $34, (signed byte) $34, (signed byte) $34, (signed byte) $34, (signed byte) $34, (signed byte) $34, (signed byte) $34, (signed byte) $34 }
|
||||
|
||||
zp ZP_BYTE:2 [ sx#10 sx#3 ]
|
||||
zp ZP_BYTE:3 [ sy#10 sy#3 calculate_matrix::sy#0 ]
|
||||
zp ZP_BYTE:4 [ anim::i#2 anim::i#1 ]
|
||||
zp ZP_BYTE:5 [ debug_print::c#2 debug_print::c#1 ]
|
||||
zp ZP_BYTE:6 [ debug_print::i#2 debug_print::i#1 ]
|
||||
zp ZP_WORD:7 [ print_sbyte_at::at#21 print_sbyte_at::at#15 print_sbyte_at::at#16 print_sbyte_at::at#17 print_sbyte_at::at#18 print_sbyte_at::at#19 print_sbyte_at::at#20 print_sbyte_at::at#0 print_sbyte_at::at#1 print_sbyte_at::at#2 print_char_at::at#4 print_char_at::at#2 print_char_at::at#3 print_char_at::at#0 print_char_at::at#1 print_byte_at::at#0 ]
|
||||
reg byte x [ print_sbyte_at::b#24 print_sbyte_at::b#0 print_sbyte_at::b#22 print_sbyte_at::b#16 print_sbyte_at::b#17 print_sbyte_at::b#18 print_sbyte_at::b#19 print_sbyte_at::b#20 print_sbyte_at::b#21 print_sbyte_at::b#4 print_sbyte_at::b#13 print_sbyte_at::b#14 print_sbyte_at::b#15 print_sbyte_at::b#5 print_sbyte_at::b#7 print_sbyte_at::b#8 print_sbyte_at::b#9 print_sbyte_at::b#10 print_sbyte_at::b#11 print_sbyte_at::b#12 print_sbyte_at::b#1 print_sbyte_at::b#2 print_sbyte_at::b#3 ]
|
||||
zp ZP_BYTE:9 [ print_char_at::ch#4 print_char_at::ch#2 print_char_at::ch#3 ]
|
||||
zp ZP_BYTE:10 [ debug_print_init::c#2 debug_print_init::c#1 ]
|
||||
zp ZP_BYTE:11 [ debug_print_init::i#2 debug_print_init::i#1 ]
|
||||
reg byte y [ debug_print_init::j#2 debug_print_init::j#1 ]
|
||||
zp ZP_WORD:12 [ print_str_at::str#13 print_str_at::str#15 print_str_at::str#0 ]
|
||||
zp ZP_WORD:14 [ print_str_at::at#13 print_str_at::at#15 print_str_at::at#0 ]
|
||||
zp ZP_WORD:16 [ print_cls::sc#2 print_cls::sc#1 ]
|
||||
reg byte x [ sprites_init::i#2 sprites_init::i#1 ]
|
||||
reg byte x [ calculate_matrix::sx#0 ]
|
||||
reg byte x [ rotate_matrix::x#0 ]
|
||||
zp ZP_BYTE:18 [ rotate_matrix::y#0 ]
|
||||
zp ZP_BYTE:19 [ rotate_matrix::z#0 ]
|
||||
reg byte x [ anim::i2#0 ]
|
||||
reg byte a [ anim::$8 ]
|
||||
reg byte a [ anim::$10 ]
|
||||
reg byte x [ debug_print::print_sbyte_pos1_sb#0 ]
|
||||
reg byte x [ debug_print::print_sbyte_pos2_sb#0 ]
|
||||
reg byte x [ debug_print::print_sbyte_pos4_sb#0 ]
|
||||
reg byte x [ debug_print::print_sbyte_pos5_sb#0 ]
|
||||
reg byte x [ debug_print::print_sbyte_pos6_sb#0 ]
|
||||
reg byte x [ debug_print::print_sbyte_pos7_sb#0 ]
|
||||
reg byte x [ debug_print::print_sbyte_pos8_sb#0 ]
|
||||
reg byte x [ debug_print::print_sbyte_pos9_sb#0 ]
|
||||
reg byte x [ debug_print::print_sbyte_pos10_sb#0 ]
|
||||
reg byte x [ debug_print::print_sbyte_pos11_sb#0 ]
|
||||
reg byte x [ debug_print::print_sbyte_pos12_sb#0 ]
|
||||
reg byte a [ print_byte_at::$0 ]
|
||||
reg byte x [ print_byte_at::$2 ]
|
||||
zp ZP_BYTE:20 [ calculate_matrix::t1#0 ]
|
||||
zp ZP_BYTE:21 [ calculate_matrix::t2#0 ]
|
||||
zp ZP_BYTE:22 [ calculate_matrix::t3#0 ]
|
||||
zp ZP_BYTE:23 [ calculate_matrix::t4#0 ]
|
||||
zp ZP_BYTE:24 [ calculate_matrix::t5#0 ]
|
||||
zp ZP_BYTE:25 [ calculate_matrix::t6#0 ]
|
||||
zp ZP_BYTE:26 [ calculate_matrix::t7#0 ]
|
||||
zp ZP_BYTE:27 [ calculate_matrix::t8#0 ]
|
||||
zp ZP_BYTE:28 [ calculate_matrix::t9#0 ]
|
||||
reg byte x [ calculate_matrix::t10#0 ]
|
||||
reg byte a [ calculate_matrix::$10 ]
|
||||
reg byte a [ calculate_matrix::$11 ]
|
||||
reg byte a [ calculate_matrix::$12 ]
|
||||
reg byte a [ calculate_matrix::$13 ]
|
||||
reg byte a [ calculate_matrix::$14 ]
|
||||
reg byte a [ calculate_matrix::$15 ]
|
||||
reg byte a [ calculate_matrix::$16 ]
|
||||
reg byte a [ calculate_matrix::$17 ]
|
||||
reg byte a [ calculate_matrix::$18 ]
|
||||
reg byte a [ calculate_matrix::$19 ]
|
||||
reg byte a [ calculate_matrix::$20 ]
|
||||
reg byte a [ calculate_matrix::$21 ]
|
||||
reg byte a [ calculate_matrix::$22 ]
|
||||
reg byte a [ calculate_matrix::$23 ]
|
||||
reg byte a [ calculate_matrix::$24 ]
|
||||
reg byte a [ calculate_matrix::$25 ]
|
||||
reg byte a [ calculate_matrix::$26 ]
|
||||
reg byte a [ calculate_matrix::$27 ]
|
||||
reg byte a [ calculate_matrix::$28 ]
|
||||
reg byte a [ calculate_matrix::$29 ]
|
||||
reg byte a [ calculate_matrix::$30 ]
|
||||
reg byte a [ calculate_matrix::$31 ]
|
||||
reg byte a [ calculate_matrix::$32 ]
|
||||
reg byte a [ calculate_matrix::$33 ]
|
||||
reg byte a [ calculate_matrix::$34 ]
|
||||
reg byte x [ debug_print_init::col#0 ]
|
||||
zp ZP_WORD:29 [ debug_print_init::$59 ]
|
||||
zp ZP_WORD:31 [ debug_print_init::$63 ]
|
||||
zp ZP_WORD:33 [ debug_print_init::$67 ]
|
||||
zp ZP_WORD:35 [ debug_print_init::$71 ]
|
||||
zp ZP_WORD:37 [ debug_print_init::$75 ]
|
||||
zp ZP_WORD:39 [ debug_print_init::$79 ]
|
||||
zp ZP_WORD:41 [ debug_print_init::$83 ]
|
||||
zp ZP_WORD:43 [ debug_print_init::$87 ]
|
||||
zp ZP_WORD:45 [ debug_print_init::$91 ]
|
||||
|
@ -1 +1,142 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(signed byte*) PERSP_Z
|
||||
(const signed byte*) PERSP_Z#0 PERSP_Z = (signed byte*) 9216
|
||||
(void()) do_perspective((signed byte) do_perspective::x , (signed byte) do_perspective::y , (signed byte) do_perspective::z)
|
||||
(label) do_perspective::@1
|
||||
(label) do_perspective::@10
|
||||
(label) do_perspective::@11
|
||||
(label) do_perspective::@12
|
||||
(label) do_perspective::@2
|
||||
(label) do_perspective::@3
|
||||
(label) do_perspective::@4
|
||||
(label) do_perspective::@5
|
||||
(label) do_perspective::@6
|
||||
(label) do_perspective::@7
|
||||
(label) do_perspective::@8
|
||||
(label) do_perspective::@9
|
||||
(label) do_perspective::@return
|
||||
(const string) do_perspective::str str = (string) "(@"
|
||||
(const string) do_perspective::str1 str1 = (string) ",@"
|
||||
(const string) do_perspective::str3 str3 = (string) ") -> (@"
|
||||
(const string) do_perspective::str5 str5 = (string) ")@"
|
||||
(signed byte) do_perspective::x
|
||||
(const signed byte) do_perspective::x#0 x = (signed byte) $39
|
||||
(signed byte) do_perspective::y
|
||||
(const signed byte) do_perspective::y#0 y = (signed byte) -$47
|
||||
(signed byte) do_perspective::z
|
||||
(const signed byte) do_perspective::z#0 z = (signed byte) $36
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@return
|
||||
(void()) mulf_init()
|
||||
(byte~) mulf_init::$10 reg byte x 22.0
|
||||
(byte~) mulf_init::$4 reg byte x 16.5
|
||||
(byte~) mulf_init::$8 reg byte x 22.0
|
||||
(label) mulf_init::@1
|
||||
(label) mulf_init::@return
|
||||
(signed word) mulf_init::add
|
||||
(signed word) mulf_init::add#1 add zp ZP_WORD:12 7.333333333333333
|
||||
(signed word) mulf_init::add#2 add zp ZP_WORD:12 2.357142857142857
|
||||
(byte) mulf_init::i
|
||||
(byte) mulf_init::i#1 reg byte y 16.5
|
||||
(byte) mulf_init::i#2 reg byte y 6.6
|
||||
(signed word) mulf_init::sqr
|
||||
(signed word) mulf_init::sqr#1 sqr zp ZP_WORD:10 5.5
|
||||
(signed word) mulf_init::sqr#2 sqr zp ZP_WORD:10 2.5384615384615383
|
||||
(byte) mulf_init::val
|
||||
(byte) mulf_init::val#0 val zp ZP_BYTE:14 9.0
|
||||
(byte[$200]) mulf_sqr1
|
||||
(const byte[$200]) mulf_sqr1#0 mulf_sqr1 = { fill( $200, 0) }
|
||||
(byte[$200]) mulf_sqr2
|
||||
(const byte[$200]) mulf_sqr2#0 mulf_sqr2 = { fill( $200, 0) }
|
||||
(void()) perspective((signed byte) perspective::x , (signed byte) perspective::y , (signed byte) perspective::z)
|
||||
(label) perspective::@return
|
||||
(signed byte) perspective::x
|
||||
(signed byte) perspective::y
|
||||
(signed byte) perspective::z
|
||||
(void()) print_byte((byte) print_byte::b)
|
||||
(byte~) print_byte::$0 reg byte a 4.0
|
||||
(byte~) print_byte::$2 reg byte x 4.0
|
||||
(label) print_byte::@1
|
||||
(label) print_byte::@return
|
||||
(byte) print_byte::b
|
||||
(byte) print_byte::b#3 reg byte x 2.5
|
||||
(byte~) print_byte::b#5 reg byte x 4.0
|
||||
(byte~) print_byte::b#6 reg byte x 4.0
|
||||
(byte~) print_byte::b#7 reg byte x 4.0
|
||||
(void()) print_char((byte) print_char::ch)
|
||||
(label) print_char::@return
|
||||
(byte) print_char::ch
|
||||
(byte) print_char::ch#2 reg byte a 4.0
|
||||
(byte) print_char::ch#3 reg byte a 4.0
|
||||
(byte) print_char::ch#4 reg byte a 6.0
|
||||
(byte*) print_char_cursor
|
||||
(byte*) print_char_cursor#1 print_char_cursor zp ZP_WORD:6 11.0
|
||||
(byte*) print_char_cursor#12 print_char_cursor zp ZP_WORD:6 0.6666666666666666
|
||||
(byte*) print_char_cursor#2 print_char_cursor zp ZP_WORD:6 2.076923076923077
|
||||
(byte*) print_char_cursor#44 print_char_cursor zp ZP_WORD:6 6.0
|
||||
(byte*) print_char_cursor#69 print_char_cursor zp ZP_WORD:6 2.6666666666666665
|
||||
(byte*) print_char_cursor#74 print_char_cursor zp ZP_WORD:6 12.0
|
||||
(void()) print_cls()
|
||||
(label) print_cls::@1
|
||||
(label) print_cls::@return
|
||||
(byte*) print_cls::sc
|
||||
(byte*) print_cls::sc#1 sc zp ZP_WORD:8 16.5
|
||||
(byte*) print_cls::sc#2 sc zp ZP_WORD:8 16.5
|
||||
(byte[]) print_hextab
|
||||
(const byte[]) print_hextab#0 print_hextab = (string) "0123456789abcdef"
|
||||
(byte*) print_line_cursor
|
||||
(byte*) print_line_cursor#1 print_line_cursor zp ZP_WORD:2 16.5
|
||||
(byte*) print_line_cursor#11 print_line_cursor zp ZP_WORD:2 22.0
|
||||
(void()) print_ln()
|
||||
(label) print_ln::@1
|
||||
(label) print_ln::@return
|
||||
(void()) print_sbyte((signed byte) print_sbyte::b)
|
||||
(label) print_sbyte::@1
|
||||
(label) print_sbyte::@2
|
||||
(label) print_sbyte::@3
|
||||
(label) print_sbyte::@4
|
||||
(label) print_sbyte::@return
|
||||
(signed byte) print_sbyte::b
|
||||
(signed byte) print_sbyte::b#0 reg byte x 4.0
|
||||
(signed byte) print_sbyte::b#4 reg byte x 1.0
|
||||
(signed byte) print_sbyte::b#6 reg byte x 4.0
|
||||
(byte*) print_screen
|
||||
(void()) print_str((byte*) print_str::str)
|
||||
(label) print_str::@1
|
||||
(label) print_str::@2
|
||||
(label) print_str::@return
|
||||
(byte*) print_str::str
|
||||
(byte*) print_str::str#0 str zp ZP_WORD:4 22.0
|
||||
(byte*) print_str::str#7 str zp ZP_WORD:4 11.5
|
||||
(byte*) print_str::str#9 str zp ZP_WORD:4 2.0
|
||||
(word*) psp1
|
||||
(const word*) psp1#0 psp1 = (word*) 243
|
||||
(word*) psp2
|
||||
(const word*) psp2#0 psp2 = (word*) 245
|
||||
(signed byte*) xr
|
||||
(const signed byte*) xr#0 xr = (signed byte*) 240
|
||||
(signed byte*) yr
|
||||
(const signed byte*) yr#0 yr = (signed byte*) 241
|
||||
(signed byte*) zr
|
||||
(const signed byte*) zr#0 zr = (signed byte*) 242
|
||||
|
||||
zp ZP_WORD:2 [ print_line_cursor#11 print_line_cursor#1 ]
|
||||
zp ZP_WORD:4 [ print_str::str#7 print_str::str#9 print_str::str#0 ]
|
||||
reg byte x [ print_byte::b#3 print_byte::b#5 print_byte::b#6 print_byte::b#7 ]
|
||||
reg byte a [ print_char::ch#4 print_char::ch#2 print_char::ch#3 ]
|
||||
zp ZP_WORD:6 [ print_char_cursor#44 print_char_cursor#69 print_char_cursor#2 print_char_cursor#74 print_char_cursor#12 print_char_cursor#1 ]
|
||||
reg byte x [ print_sbyte::b#6 print_sbyte::b#0 print_sbyte::b#4 ]
|
||||
zp ZP_WORD:8 [ print_cls::sc#2 print_cls::sc#1 ]
|
||||
zp ZP_WORD:10 [ mulf_init::sqr#2 mulf_init::sqr#1 ]
|
||||
reg byte y [ mulf_init::i#2 mulf_init::i#1 ]
|
||||
zp ZP_WORD:12 [ mulf_init::add#2 mulf_init::add#1 ]
|
||||
reg byte a [ print_byte::$0 ]
|
||||
reg byte x [ print_byte::$2 ]
|
||||
zp ZP_BYTE:14 [ mulf_init::val#0 ]
|
||||
reg byte x [ mulf_init::$4 ]
|
||||
reg byte x [ mulf_init::$8 ]
|
||||
reg byte x [ mulf_init::$10 ]
|
||||
|
@ -1 +1,345 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) BGCOL
|
||||
(const byte*) BGCOL#0 BGCOL = (byte*) 53281
|
||||
(byte*) BITMAP
|
||||
(const byte*) BITMAP#0 BITMAP = (byte*) 8192
|
||||
(byte*) BORDERCOL
|
||||
(const byte*) BORDERCOL#0 BORDERCOL = (byte*) 53280
|
||||
(byte*) D011
|
||||
(const byte*) D011#0 D011 = (byte*) 53265
|
||||
(byte*) SCREEN
|
||||
(const byte*) SCREEN#0 SCREEN = (byte*) 1024
|
||||
(byte) VIC_BMM
|
||||
(const byte) VIC_BMM#0 VIC_BMM = (byte) $20
|
||||
(byte) VIC_DEN
|
||||
(const byte) VIC_DEN#0 VIC_DEN = (byte) $10
|
||||
(byte*) VIC_MEMORY
|
||||
(const byte*) VIC_MEMORY#0 VIC_MEMORY = (byte*) 53272
|
||||
(byte) VIC_RSEL
|
||||
(const byte) VIC_RSEL#0 VIC_RSEL = (byte) 8
|
||||
(void()) bitmap_clear()
|
||||
(label) bitmap_clear::@1
|
||||
(label) bitmap_clear::@2
|
||||
(label) bitmap_clear::@3
|
||||
(label) bitmap_clear::@return
|
||||
(byte*) bitmap_clear::bitmap
|
||||
(word) bitmap_clear::bitmap#0 bitmap zp ZP_WORD:18 2.0
|
||||
(byte*) bitmap_clear::bitmap#1 bitmap zp ZP_WORD:18 42.599999999999994
|
||||
(byte*) bitmap_clear::bitmap#2 bitmap zp ZP_WORD:18 157.0
|
||||
(byte*) bitmap_clear::bitmap#3 bitmap zp ZP_WORD:18 24.0
|
||||
(byte*~) bitmap_clear::bitmap#5 bitmap zp ZP_WORD:18 4.0
|
||||
(byte) bitmap_clear::x
|
||||
(byte) bitmap_clear::x#1 reg byte x 151.5
|
||||
(byte) bitmap_clear::x#2 reg byte x 67.33333333333333
|
||||
(byte) bitmap_clear::y
|
||||
(byte) bitmap_clear::y#1 y zp ZP_BYTE:17 16.5
|
||||
(byte) bitmap_clear::y#4 y zp ZP_BYTE:17 3.6666666666666665
|
||||
(void()) bitmap_init((byte*) bitmap_init::bitmap)
|
||||
(byte~) bitmap_init::$0 reg byte a 22.0
|
||||
(byte~) bitmap_init::$10 $10 zp ZP_BYTE:28 5.5
|
||||
(byte~) bitmap_init::$7 reg byte a 22.0
|
||||
(byte~) bitmap_init::$8 reg byte a 22.0
|
||||
(byte~) bitmap_init::$9 reg byte a 22.0
|
||||
(label) bitmap_init::@1
|
||||
(label) bitmap_init::@2
|
||||
(label) bitmap_init::@3
|
||||
(label) bitmap_init::@4
|
||||
(label) bitmap_init::@5
|
||||
(label) bitmap_init::@6
|
||||
(label) bitmap_init::@return
|
||||
(byte*) bitmap_init::bitmap
|
||||
(byte) bitmap_init::bits
|
||||
(byte) bitmap_init::bits#1 reg byte y 11.0
|
||||
(byte) bitmap_init::bits#3 reg byte y 6.6000000000000005
|
||||
(byte) bitmap_init::bits#4 reg byte y 7.333333333333333
|
||||
(byte) bitmap_init::x
|
||||
(byte) bitmap_init::x#1 reg byte x 16.5
|
||||
(byte) bitmap_init::x#2 reg byte x 7.333333333333334
|
||||
(byte) bitmap_init::y
|
||||
(byte) bitmap_init::y#1 reg byte x 16.5
|
||||
(byte) bitmap_init::y#2 reg byte x 5.5
|
||||
(byte*) bitmap_init::yoffs
|
||||
(byte*) bitmap_init::yoffs#1 yoffs zp ZP_WORD:20 22.0
|
||||
(byte*) bitmap_init::yoffs#2 yoffs zp ZP_WORD:20 6.875
|
||||
(byte*) bitmap_init::yoffs#4 yoffs zp ZP_WORD:20 11.0
|
||||
(void()) bitmap_line((byte) bitmap_line::x0 , (byte) bitmap_line::x1 , (byte) bitmap_line::y0 , (byte) bitmap_line::y1)
|
||||
(label) bitmap_line::@1
|
||||
(label) bitmap_line::@10
|
||||
(label) bitmap_line::@11
|
||||
(label) bitmap_line::@12
|
||||
(label) bitmap_line::@13
|
||||
(label) bitmap_line::@14
|
||||
(label) bitmap_line::@2
|
||||
(label) bitmap_line::@3
|
||||
(label) bitmap_line::@4
|
||||
(label) bitmap_line::@5
|
||||
(label) bitmap_line::@6
|
||||
(label) bitmap_line::@7
|
||||
(label) bitmap_line::@8
|
||||
(label) bitmap_line::@9
|
||||
(label) bitmap_line::@return
|
||||
(byte) bitmap_line::x0
|
||||
(byte) bitmap_line::x0#0 x0 zp ZP_BYTE:5 5.173913043478264
|
||||
(byte) bitmap_line::x1
|
||||
(byte) bitmap_line::x1#0 x1 zp ZP_BYTE:11 5.409090909090908
|
||||
(byte) bitmap_line::xd
|
||||
(byte) bitmap_line::xd#1 xd zp ZP_BYTE:4 0.7
|
||||
(byte) bitmap_line::xd#2 xd zp ZP_BYTE:4 0.7
|
||||
(byte) bitmap_line::y0
|
||||
(byte) bitmap_line::y0#0 y0 zp ZP_BYTE:6 5.952380952380948
|
||||
(byte) bitmap_line::y1
|
||||
(byte) bitmap_line::y1#0 reg byte y 6.249999999999996
|
||||
(byte) bitmap_line::yd
|
||||
(byte) bitmap_line::yd#1 yd zp ZP_BYTE:10 0.8888888888888888
|
||||
(byte) bitmap_line::yd#10 yd zp ZP_BYTE:10 0.8888888888888888
|
||||
(byte) bitmap_line::yd#11 yd#11 zp ZP_BYTE:3 0.8888888888888888
|
||||
(byte) bitmap_line::yd#2 yd#2 zp ZP_BYTE:3 0.8888888888888888
|
||||
(void()) bitmap_line_xdyd((byte) bitmap_line_xdyd::x , (byte) bitmap_line_xdyd::y , (byte) bitmap_line_xdyd::x1 , (byte) bitmap_line_xdyd::xd , (byte) bitmap_line_xdyd::yd)
|
||||
(byte~) bitmap_line_xdyd::$6 $6 zp ZP_BYTE:27 2002.0
|
||||
(label) bitmap_line_xdyd::@1
|
||||
(label) bitmap_line_xdyd::@2
|
||||
(label) bitmap_line_xdyd::@3
|
||||
(label) bitmap_line_xdyd::@4
|
||||
(label) bitmap_line_xdyd::@return
|
||||
(byte) bitmap_line_xdyd::e
|
||||
(byte) bitmap_line_xdyd::e#0 e zp ZP_BYTE:12 4.0
|
||||
(byte) bitmap_line_xdyd::e#1 e zp ZP_BYTE:12 1334.6666666666667
|
||||
(byte) bitmap_line_xdyd::e#2 e zp ZP_BYTE:12 2002.0
|
||||
(byte) bitmap_line_xdyd::e#3 e zp ZP_BYTE:12 400.79999999999995
|
||||
(byte) bitmap_line_xdyd::e#6 e zp ZP_BYTE:12 1001.0
|
||||
(byte) bitmap_line_xdyd::x
|
||||
(byte) bitmap_line_xdyd::x#0 reg byte x 0.8
|
||||
(byte) bitmap_line_xdyd::x#1 reg byte x 0.8
|
||||
(byte) bitmap_line_xdyd::x#2 reg byte x 375.375
|
||||
(byte) bitmap_line_xdyd::x#3 reg byte x 751.25
|
||||
(byte) bitmap_line_xdyd::x#6 reg byte x 3.0
|
||||
(byte) bitmap_line_xdyd::x1
|
||||
(byte) bitmap_line_xdyd::x1#0 x1 zp ZP_BYTE:11 1.3333333333333333
|
||||
(byte) bitmap_line_xdyd::x1#1 x1 zp ZP_BYTE:11 1.3333333333333333
|
||||
(byte) bitmap_line_xdyd::x1#6 x1 zp ZP_BYTE:11 71.78571428571429
|
||||
(byte) bitmap_line_xdyd::xd
|
||||
(byte) bitmap_line_xdyd::xd#0 xd zp ZP_BYTE:4 2.0
|
||||
(byte) bitmap_line_xdyd::xd#1 xd zp ZP_BYTE:4 2.0
|
||||
(byte) bitmap_line_xdyd::xd#5 xd zp ZP_BYTE:4 143.28571428571428
|
||||
(byte) bitmap_line_xdyd::y
|
||||
(byte) bitmap_line_xdyd::y#0 y zp ZP_BYTE:6 1.0
|
||||
(byte) bitmap_line_xdyd::y#1 y zp ZP_BYTE:6 1.0
|
||||
(byte) bitmap_line_xdyd::y#2 y zp ZP_BYTE:6 1001.0
|
||||
(byte) bitmap_line_xdyd::y#3 y zp ZP_BYTE:6 572.2857142857142
|
||||
(byte) bitmap_line_xdyd::y#5 y zp ZP_BYTE:6 3.0
|
||||
(byte) bitmap_line_xdyd::y#6 y zp ZP_BYTE:6 1001.0
|
||||
(byte) bitmap_line_xdyd::yd
|
||||
(byte) bitmap_line_xdyd::yd#0 yd zp ZP_BYTE:10 4.0
|
||||
(byte) bitmap_line_xdyd::yd#1 yd zp ZP_BYTE:10 4.0
|
||||
(byte) bitmap_line_xdyd::yd#2 yd zp ZP_BYTE:10 71.92857142857143
|
||||
(void()) bitmap_line_xdyi((byte) bitmap_line_xdyi::x , (byte) bitmap_line_xdyi::y , (byte) bitmap_line_xdyi::x1 , (byte) bitmap_line_xdyi::xd , (byte) bitmap_line_xdyi::yd)
|
||||
(byte~) bitmap_line_xdyi::$6 $6 zp ZP_BYTE:22 2002.0
|
||||
(label) bitmap_line_xdyi::@1
|
||||
(label) bitmap_line_xdyi::@2
|
||||
(label) bitmap_line_xdyi::@3
|
||||
(label) bitmap_line_xdyi::@4
|
||||
(label) bitmap_line_xdyi::@return
|
||||
(byte) bitmap_line_xdyi::e
|
||||
(byte) bitmap_line_xdyi::e#0 e zp ZP_BYTE:7 4.0
|
||||
(byte) bitmap_line_xdyi::e#1 e zp ZP_BYTE:7 1334.6666666666667
|
||||
(byte) bitmap_line_xdyi::e#2 e zp ZP_BYTE:7 2002.0
|
||||
(byte) bitmap_line_xdyi::e#3 e zp ZP_BYTE:7 400.79999999999995
|
||||
(byte) bitmap_line_xdyi::e#6 e zp ZP_BYTE:7 1001.0
|
||||
(byte) bitmap_line_xdyi::x
|
||||
(byte) bitmap_line_xdyi::x#0 reg byte x 0.8
|
||||
(byte) bitmap_line_xdyi::x#1 reg byte x 0.8
|
||||
(byte) bitmap_line_xdyi::x#2 reg byte x 375.375
|
||||
(byte) bitmap_line_xdyi::x#3 reg byte x 751.25
|
||||
(byte) bitmap_line_xdyi::x#6 reg byte x 3.0
|
||||
(byte) bitmap_line_xdyi::x1
|
||||
(byte) bitmap_line_xdyi::x1#0 x1 zp ZP_BYTE:5 1.3333333333333333
|
||||
(byte) bitmap_line_xdyi::x1#1 x1 zp ZP_BYTE:5 1.3333333333333333
|
||||
(byte) bitmap_line_xdyi::x1#6 x1 zp ZP_BYTE:5 71.78571428571429
|
||||
(byte) bitmap_line_xdyi::xd
|
||||
(byte) bitmap_line_xdyi::xd#0 xd zp ZP_BYTE:4 2.0
|
||||
(byte) bitmap_line_xdyi::xd#1 xd zp ZP_BYTE:4 2.0
|
||||
(byte) bitmap_line_xdyi::xd#5 xd zp ZP_BYTE:4 143.28571428571428
|
||||
(byte) bitmap_line_xdyi::y
|
||||
(byte) bitmap_line_xdyi::y#0 y zp ZP_BYTE:6 1.0
|
||||
(byte) bitmap_line_xdyi::y#1 y zp ZP_BYTE:6 1.0
|
||||
(byte) bitmap_line_xdyi::y#2 y zp ZP_BYTE:6 1001.0
|
||||
(byte) bitmap_line_xdyi::y#3 y zp ZP_BYTE:6 572.2857142857142
|
||||
(byte) bitmap_line_xdyi::y#5 y zp ZP_BYTE:6 3.0
|
||||
(byte) bitmap_line_xdyi::y#6 y zp ZP_BYTE:6 1001.0
|
||||
(byte) bitmap_line_xdyi::yd
|
||||
(byte) bitmap_line_xdyi::yd#0 yd zp ZP_BYTE:3 4.0
|
||||
(byte) bitmap_line_xdyi::yd#1 yd zp ZP_BYTE:3 4.0
|
||||
(byte) bitmap_line_xdyi::yd#2 yd zp ZP_BYTE:3 71.92857142857143
|
||||
(void()) bitmap_line_ydxd((byte) bitmap_line_ydxd::y , (byte) bitmap_line_ydxd::x , (byte) bitmap_line_ydxd::y1 , (byte) bitmap_line_ydxd::yd , (byte) bitmap_line_ydxd::xd)
|
||||
(byte~) bitmap_line_ydxd::$6 reg byte y 2002.0
|
||||
(label) bitmap_line_ydxd::@1
|
||||
(label) bitmap_line_ydxd::@2
|
||||
(label) bitmap_line_ydxd::@3
|
||||
(label) bitmap_line_ydxd::@4
|
||||
(label) bitmap_line_ydxd::@return
|
||||
(byte) bitmap_line_ydxd::e
|
||||
(byte) bitmap_line_ydxd::e#0 e zp ZP_BYTE:14 4.0
|
||||
(byte) bitmap_line_ydxd::e#1 e zp ZP_BYTE:14 1334.6666666666667
|
||||
(byte) bitmap_line_ydxd::e#2 e zp ZP_BYTE:14 2002.0
|
||||
(byte) bitmap_line_ydxd::e#3 e zp ZP_BYTE:14 400.79999999999995
|
||||
(byte) bitmap_line_ydxd::e#6 e zp ZP_BYTE:14 1001.0
|
||||
(byte) bitmap_line_ydxd::x
|
||||
(byte) bitmap_line_ydxd::x#0 reg byte x 1.0
|
||||
(byte) bitmap_line_ydxd::x#1 reg byte x 1.0
|
||||
(byte) bitmap_line_ydxd::x#2 reg byte x 1001.0
|
||||
(byte) bitmap_line_ydxd::x#3 reg byte x 572.2857142857142
|
||||
(byte) bitmap_line_ydxd::x#5 reg byte x 3.0
|
||||
(byte) bitmap_line_ydxd::x#6 reg byte x 1001.0
|
||||
(byte) bitmap_line_ydxd::xd
|
||||
(byte) bitmap_line_ydxd::xd#0 xd zp ZP_BYTE:4 4.0
|
||||
(byte) bitmap_line_ydxd::xd#1 xd zp ZP_BYTE:4 4.0
|
||||
(byte) bitmap_line_ydxd::xd#2 xd zp ZP_BYTE:4 71.92857142857143
|
||||
(byte) bitmap_line_ydxd::y
|
||||
(byte) bitmap_line_ydxd::y#0 y zp ZP_BYTE:13 0.8
|
||||
(byte) bitmap_line_ydxd::y#1 y zp ZP_BYTE:13 0.8
|
||||
(byte) bitmap_line_ydxd::y#2 y zp ZP_BYTE:13 751.25
|
||||
(byte) bitmap_line_ydxd::y#3 y zp ZP_BYTE:13 375.375
|
||||
(byte) bitmap_line_ydxd::y#7 y zp ZP_BYTE:13 3.0
|
||||
(byte) bitmap_line_ydxd::y1
|
||||
(byte) bitmap_line_ydxd::y1#0 y1 zp ZP_BYTE:6 1.3333333333333333
|
||||
(byte) bitmap_line_ydxd::y1#1 y1 zp ZP_BYTE:6 1.3333333333333333
|
||||
(byte) bitmap_line_ydxd::y1#6 y1 zp ZP_BYTE:6 71.78571428571429
|
||||
(byte) bitmap_line_ydxd::yd
|
||||
(byte) bitmap_line_ydxd::yd#0 yd zp ZP_BYTE:10 2.0
|
||||
(byte) bitmap_line_ydxd::yd#1 yd zp ZP_BYTE:10 2.0
|
||||
(byte) bitmap_line_ydxd::yd#5 yd zp ZP_BYTE:10 143.28571428571428
|
||||
(void()) bitmap_line_ydxi((byte) bitmap_line_ydxi::y , (byte) bitmap_line_ydxi::x , (byte) bitmap_line_ydxi::y1 , (byte) bitmap_line_ydxi::yd , (byte) bitmap_line_ydxi::xd)
|
||||
(byte~) bitmap_line_ydxi::$6 reg byte y 2002.0
|
||||
(label) bitmap_line_ydxi::@1
|
||||
(label) bitmap_line_ydxi::@2
|
||||
(label) bitmap_line_ydxi::@3
|
||||
(label) bitmap_line_ydxi::@4
|
||||
(label) bitmap_line_ydxi::@return
|
||||
(byte) bitmap_line_ydxi::e
|
||||
(byte) bitmap_line_ydxi::e#0 e zp ZP_BYTE:9 4.0
|
||||
(byte) bitmap_line_ydxi::e#1 e zp ZP_BYTE:9 1334.6666666666667
|
||||
(byte) bitmap_line_ydxi::e#2 e zp ZP_BYTE:9 2002.0
|
||||
(byte) bitmap_line_ydxi::e#3 e zp ZP_BYTE:9 400.79999999999995
|
||||
(byte) bitmap_line_ydxi::e#6 e zp ZP_BYTE:9 1001.0
|
||||
(byte) bitmap_line_ydxi::x
|
||||
(byte) bitmap_line_ydxi::x#0 reg byte x 1.0
|
||||
(byte) bitmap_line_ydxi::x#1 reg byte x 1.0
|
||||
(byte) bitmap_line_ydxi::x#2 reg byte x 1001.0
|
||||
(byte) bitmap_line_ydxi::x#3 reg byte x 572.2857142857142
|
||||
(byte) bitmap_line_ydxi::x#5 reg byte x 3.0
|
||||
(byte) bitmap_line_ydxi::x#6 reg byte x 1001.0
|
||||
(byte) bitmap_line_ydxi::xd
|
||||
(byte) bitmap_line_ydxi::xd#0 xd zp ZP_BYTE:4 4.0
|
||||
(byte) bitmap_line_ydxi::xd#1 xd zp ZP_BYTE:4 4.0
|
||||
(byte) bitmap_line_ydxi::xd#2 xd zp ZP_BYTE:4 71.92857142857143
|
||||
(byte) bitmap_line_ydxi::y
|
||||
(byte) bitmap_line_ydxi::y#0 y zp ZP_BYTE:8 0.8
|
||||
(byte) bitmap_line_ydxi::y#1 y zp ZP_BYTE:8 0.8
|
||||
(byte) bitmap_line_ydxi::y#2 y zp ZP_BYTE:8 375.375
|
||||
(byte) bitmap_line_ydxi::y#3 y zp ZP_BYTE:8 751.25
|
||||
(byte) bitmap_line_ydxi::y#6 y zp ZP_BYTE:8 3.0
|
||||
(byte) bitmap_line_ydxi::y1
|
||||
(byte) bitmap_line_ydxi::y1#0 y1 zp ZP_BYTE:6 1.3333333333333333
|
||||
(byte) bitmap_line_ydxi::y1#1 y1 zp ZP_BYTE:6 1.3333333333333333
|
||||
(byte) bitmap_line_ydxi::y1#6 y1 zp ZP_BYTE:6 71.78571428571429
|
||||
(byte) bitmap_line_ydxi::yd
|
||||
(byte) bitmap_line_ydxi::yd#0 yd zp ZP_BYTE:3 2.0
|
||||
(byte) bitmap_line_ydxi::yd#1 yd zp ZP_BYTE:3 2.0
|
||||
(byte) bitmap_line_ydxi::yd#5 yd zp ZP_BYTE:3 143.28571428571428
|
||||
(void()) bitmap_plot((byte) bitmap_plot::x , (byte) bitmap_plot::y)
|
||||
(byte~) bitmap_plot::$1 reg byte a 4.0
|
||||
(label) bitmap_plot::@return
|
||||
(byte*) bitmap_plot::plotter
|
||||
(word) bitmap_plot::plotter#0 plotter zp ZP_WORD:23 1.0
|
||||
(word) bitmap_plot::plotter_x
|
||||
(word) bitmap_plot::plotter_x#0 plotter_x zp ZP_WORD:23 2.0
|
||||
(word) bitmap_plot::plotter_y
|
||||
(word) bitmap_plot::plotter_y#0 plotter_y zp ZP_WORD:25 4.0
|
||||
(byte) bitmap_plot::x
|
||||
(byte) bitmap_plot::x#0 reg byte x 1001.0
|
||||
(byte) bitmap_plot::x#1 reg byte x 1001.0
|
||||
(byte) bitmap_plot::x#2 reg byte x 1001.0
|
||||
(byte) bitmap_plot::x#3 reg byte x 1001.0
|
||||
(byte) bitmap_plot::x#4 reg byte x 1002.5
|
||||
(byte) bitmap_plot::y
|
||||
(byte) bitmap_plot::y#0 reg byte y 2002.0
|
||||
(byte) bitmap_plot::y#1 reg byte y 2002.0
|
||||
(byte) bitmap_plot::y#2 reg byte y 2002.0
|
||||
(byte) bitmap_plot::y#3 reg byte y 2002.0
|
||||
(byte) bitmap_plot::y#4 reg byte y 2004.0
|
||||
(byte[$100]) bitmap_plot_bit
|
||||
(const byte[$100]) bitmap_plot_bit#0 bitmap_plot_bit = { fill( $100, 0) }
|
||||
(byte[$100]) bitmap_plot_xhi
|
||||
(const byte[$100]) bitmap_plot_xhi#0 bitmap_plot_xhi = { fill( $100, 0) }
|
||||
(byte[$100]) bitmap_plot_xlo
|
||||
(const byte[$100]) bitmap_plot_xlo#0 bitmap_plot_xlo = { fill( $100, 0) }
|
||||
(byte[$100]) bitmap_plot_yhi
|
||||
(const byte[$100]) bitmap_plot_yhi#0 bitmap_plot_yhi = { fill( $100, 0) }
|
||||
(byte[$100]) bitmap_plot_ylo
|
||||
(const byte[$100]) bitmap_plot_ylo#0 bitmap_plot_ylo = { fill( $100, 0) }
|
||||
(void()) init_screen()
|
||||
(label) init_screen::@1
|
||||
(label) init_screen::@return
|
||||
(byte*) init_screen::c
|
||||
(byte*) init_screen::c#1 c zp ZP_WORD:15 16.5
|
||||
(byte*) init_screen::c#2 c zp ZP_WORD:15 16.5
|
||||
(void()) lines()
|
||||
(label) lines::@1
|
||||
(label) lines::@2
|
||||
(label) lines::@return
|
||||
(byte) lines::l
|
||||
(byte) lines::l#1 l zp ZP_BYTE:2 151.5
|
||||
(byte) lines::l#2 l zp ZP_BYTE:2 100.99999999999999
|
||||
(byte) lines_cnt
|
||||
(const byte) lines_cnt#0 lines_cnt = (byte) 8
|
||||
(byte[]) lines_x
|
||||
(const byte[]) lines_x#0 lines_x = { (byte) $3c, (byte) $50, (byte) $6e, (byte) $50, (byte) $3c, (byte) $28, (byte) $a, (byte) $28, (byte) $3c }
|
||||
(byte[]) lines_y
|
||||
(const byte[]) lines_y#0 lines_y = { (byte) $a, (byte) $28, (byte) $3c, (byte) $50, (byte) $6e, (byte) $50, (byte) $3c, (byte) $28, (byte) $a }
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@3
|
||||
|
||||
zp ZP_BYTE:2 [ lines::l#2 lines::l#1 ]
|
||||
zp ZP_BYTE:3 [ bitmap_line_xdyi::yd#2 bitmap_line_xdyi::yd#0 bitmap_line_xdyi::yd#1 bitmap_line::yd#2 bitmap_line::yd#11 bitmap_line_ydxi::yd#5 bitmap_line_ydxi::yd#1 bitmap_line_ydxi::yd#0 ]
|
||||
zp ZP_BYTE:4 [ bitmap_line_xdyi::xd#5 bitmap_line_xdyi::xd#0 bitmap_line_xdyi::xd#1 bitmap_line::xd#2 bitmap_line::xd#1 bitmap_line_ydxi::xd#2 bitmap_line_ydxi::xd#1 bitmap_line_ydxi::xd#0 bitmap_line_xdyd::xd#5 bitmap_line_xdyd::xd#0 bitmap_line_xdyd::xd#1 bitmap_line_ydxd::xd#2 bitmap_line_ydxd::xd#0 bitmap_line_ydxd::xd#1 ]
|
||||
zp ZP_BYTE:5 [ bitmap_line_xdyi::x1#6 bitmap_line_xdyi::x1#0 bitmap_line_xdyi::x1#1 bitmap_line::x0#0 ]
|
||||
reg byte x [ bitmap_line_xdyi::x#3 bitmap_line_xdyi::x#6 bitmap_line_xdyi::x#0 bitmap_line_xdyi::x#1 bitmap_line_xdyi::x#2 ]
|
||||
zp ZP_BYTE:6 [ bitmap_line_xdyi::y#3 bitmap_line_xdyi::y#5 bitmap_line_xdyi::y#0 bitmap_line_xdyi::y#1 bitmap_line_xdyi::y#6 bitmap_line_xdyi::y#2 bitmap_line::y0#0 bitmap_line_ydxi::y1#6 bitmap_line_ydxi::y1#1 bitmap_line_ydxi::y1#0 bitmap_line_xdyd::y#3 bitmap_line_xdyd::y#5 bitmap_line_xdyd::y#0 bitmap_line_xdyd::y#1 bitmap_line_xdyd::y#6 bitmap_line_xdyd::y#2 bitmap_line_ydxd::y1#6 bitmap_line_ydxd::y1#0 bitmap_line_ydxd::y1#1 ]
|
||||
zp ZP_BYTE:7 [ bitmap_line_xdyi::e#3 bitmap_line_xdyi::e#0 bitmap_line_xdyi::e#6 bitmap_line_xdyi::e#2 bitmap_line_xdyi::e#1 ]
|
||||
reg byte x [ bitmap_plot::x#4 bitmap_plot::x#1 bitmap_plot::x#0 bitmap_plot::x#3 bitmap_plot::x#2 ]
|
||||
reg byte y [ bitmap_plot::y#4 bitmap_plot::y#1 bitmap_plot::y#0 bitmap_plot::y#3 bitmap_plot::y#2 ]
|
||||
reg byte x [ bitmap_line_ydxi::x#3 bitmap_line_ydxi::x#5 bitmap_line_ydxi::x#1 bitmap_line_ydxi::x#0 bitmap_line_ydxi::x#6 bitmap_line_ydxi::x#2 ]
|
||||
zp ZP_BYTE:8 [ bitmap_line_ydxi::y#3 bitmap_line_ydxi::y#6 bitmap_line_ydxi::y#1 bitmap_line_ydxi::y#0 bitmap_line_ydxi::y#2 ]
|
||||
zp ZP_BYTE:9 [ bitmap_line_ydxi::e#3 bitmap_line_ydxi::e#0 bitmap_line_ydxi::e#6 bitmap_line_ydxi::e#2 bitmap_line_ydxi::e#1 ]
|
||||
zp ZP_BYTE:10 [ bitmap_line_xdyd::yd#2 bitmap_line_xdyd::yd#0 bitmap_line_xdyd::yd#1 bitmap_line::yd#1 bitmap_line::yd#10 bitmap_line_ydxd::yd#5 bitmap_line_ydxd::yd#0 bitmap_line_ydxd::yd#1 ]
|
||||
zp ZP_BYTE:11 [ bitmap_line_xdyd::x1#6 bitmap_line_xdyd::x1#0 bitmap_line_xdyd::x1#1 bitmap_line::x1#0 ]
|
||||
reg byte x [ bitmap_line_xdyd::x#3 bitmap_line_xdyd::x#6 bitmap_line_xdyd::x#0 bitmap_line_xdyd::x#1 bitmap_line_xdyd::x#2 ]
|
||||
zp ZP_BYTE:12 [ bitmap_line_xdyd::e#3 bitmap_line_xdyd::e#0 bitmap_line_xdyd::e#6 bitmap_line_xdyd::e#2 bitmap_line_xdyd::e#1 ]
|
||||
reg byte x [ bitmap_line_ydxd::x#3 bitmap_line_ydxd::x#5 bitmap_line_ydxd::x#0 bitmap_line_ydxd::x#1 bitmap_line_ydxd::x#6 bitmap_line_ydxd::x#2 ]
|
||||
zp ZP_BYTE:13 [ bitmap_line_ydxd::y#2 bitmap_line_ydxd::y#7 bitmap_line_ydxd::y#0 bitmap_line_ydxd::y#1 bitmap_line_ydxd::y#3 ]
|
||||
zp ZP_BYTE:14 [ bitmap_line_ydxd::e#3 bitmap_line_ydxd::e#0 bitmap_line_ydxd::e#6 bitmap_line_ydxd::e#2 bitmap_line_ydxd::e#1 ]
|
||||
zp ZP_WORD:15 [ init_screen::c#2 init_screen::c#1 ]
|
||||
zp ZP_BYTE:17 [ bitmap_clear::y#4 bitmap_clear::y#1 ]
|
||||
zp ZP_WORD:18 [ bitmap_clear::bitmap#2 bitmap_clear::bitmap#3 bitmap_clear::bitmap#5 bitmap_clear::bitmap#1 bitmap_clear::bitmap#0 ]
|
||||
reg byte x [ bitmap_clear::x#2 bitmap_clear::x#1 ]
|
||||
reg byte x [ bitmap_init::x#2 bitmap_init::x#1 ]
|
||||
reg byte y [ bitmap_init::bits#3 bitmap_init::bits#4 bitmap_init::bits#1 ]
|
||||
reg byte x [ bitmap_init::y#2 bitmap_init::y#1 ]
|
||||
zp ZP_WORD:20 [ bitmap_init::yoffs#2 bitmap_init::yoffs#4 bitmap_init::yoffs#1 ]
|
||||
reg byte y [ bitmap_line::y1#0 ]
|
||||
zp ZP_BYTE:22 [ bitmap_line_xdyi::$6 ]
|
||||
zp ZP_WORD:23 [ bitmap_plot::plotter_x#0 bitmap_plot::plotter#0 ]
|
||||
zp ZP_WORD:25 [ bitmap_plot::plotter_y#0 ]
|
||||
reg byte a [ bitmap_plot::$1 ]
|
||||
reg byte y [ bitmap_line_ydxi::$6 ]
|
||||
zp ZP_BYTE:27 [ bitmap_line_xdyd::$6 ]
|
||||
reg byte y [ bitmap_line_ydxd::$6 ]
|
||||
reg byte a [ bitmap_init::$0 ]
|
||||
zp ZP_BYTE:28 [ bitmap_init::$10 ]
|
||||
reg byte a [ bitmap_init::$7 ]
|
||||
reg byte a [ bitmap_init::$8 ]
|
||||
reg byte a [ bitmap_init::$9 ]
|
||||
|
@ -1 +1,351 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) CHARGEN
|
||||
(const byte*) CHARGEN#0 CHARGEN = (byte*) 53248
|
||||
(byte*) CIA1_PORT_A
|
||||
(const byte*) CIA1_PORT_A#0 CIA1_PORT_A = (byte*) 56320
|
||||
(byte*) CIA1_PORT_B
|
||||
(const byte*) CIA1_PORT_B#0 CIA1_PORT_B = (byte*) 56321
|
||||
(byte) KEY_0
|
||||
(const byte) KEY_0#0 KEY_0 = (byte) $23
|
||||
(byte) KEY_1
|
||||
(const byte) KEY_1#0 KEY_1 = (byte) $38
|
||||
(byte) KEY_2
|
||||
(const byte) KEY_2#0 KEY_2 = (byte) $3b
|
||||
(byte) KEY_3
|
||||
(const byte) KEY_3#0 KEY_3 = (byte) 8
|
||||
(byte) KEY_4
|
||||
(const byte) KEY_4#0 KEY_4 = (byte) $b
|
||||
(byte) KEY_5
|
||||
(const byte) KEY_5#0 KEY_5 = (byte) $10
|
||||
(byte) KEY_6
|
||||
(const byte) KEY_6#0 KEY_6 = (byte) $13
|
||||
(byte) KEY_7
|
||||
(const byte) KEY_7#0 KEY_7 = (byte) $18
|
||||
(byte) KEY_8
|
||||
(const byte) KEY_8#0 KEY_8 = (byte) $1b
|
||||
(byte) KEY_9
|
||||
(const byte) KEY_9#0 KEY_9 = (byte) $20
|
||||
(byte) KEY_A
|
||||
(const byte) KEY_A#0 KEY_A = (byte) $a
|
||||
(byte) KEY_ARROW_LEFT
|
||||
(const byte) KEY_ARROW_LEFT#0 KEY_ARROW_LEFT = (byte) $39
|
||||
(byte) KEY_ARROW_UP
|
||||
(const byte) KEY_ARROW_UP#0 KEY_ARROW_UP = (byte) $36
|
||||
(byte) KEY_ASTERISK
|
||||
(const byte) KEY_ASTERISK#0 KEY_ASTERISK = (byte) $31
|
||||
(byte) KEY_AT
|
||||
(const byte) KEY_AT#0 KEY_AT = (byte) $2e
|
||||
(byte) KEY_B
|
||||
(const byte) KEY_B#0 KEY_B = (byte) $1c
|
||||
(byte) KEY_C
|
||||
(const byte) KEY_C#0 KEY_C = (byte) $14
|
||||
(byte) KEY_COLON
|
||||
(const byte) KEY_COLON#0 KEY_COLON = (byte) $2d
|
||||
(byte) KEY_COMMA
|
||||
(const byte) KEY_COMMA#0 KEY_COMMA = (byte) $2f
|
||||
(byte) KEY_D
|
||||
(const byte) KEY_D#0 KEY_D = (byte) $12
|
||||
(byte) KEY_DOT
|
||||
(const byte) KEY_DOT#0 KEY_DOT = (byte) $2c
|
||||
(byte) KEY_E
|
||||
(const byte) KEY_E#0 KEY_E = (byte) $e
|
||||
(byte) KEY_EQUALS
|
||||
(const byte) KEY_EQUALS#0 KEY_EQUALS = (byte) $35
|
||||
(byte) KEY_F
|
||||
(const byte) KEY_F#0 KEY_F = (byte) $15
|
||||
(byte) KEY_F1
|
||||
(const byte) KEY_F1#0 KEY_F1 = (byte) 4
|
||||
(byte) KEY_F3
|
||||
(const byte) KEY_F3#0 KEY_F3 = (byte) 5
|
||||
(byte) KEY_F5
|
||||
(const byte) KEY_F5#0 KEY_F5 = (byte) 6
|
||||
(byte) KEY_F7
|
||||
(const byte) KEY_F7#0 KEY_F7 = (byte) 3
|
||||
(byte) KEY_G
|
||||
(const byte) KEY_G#0 KEY_G = (byte) $1a
|
||||
(byte) KEY_H
|
||||
(const byte) KEY_H#0 KEY_H = (byte) $1d
|
||||
(byte) KEY_I
|
||||
(const byte) KEY_I#0 KEY_I = (byte) $21
|
||||
(byte) KEY_J
|
||||
(const byte) KEY_J#0 KEY_J = (byte) $22
|
||||
(byte) KEY_K
|
||||
(const byte) KEY_K#0 KEY_K = (byte) $25
|
||||
(byte) KEY_L
|
||||
(const byte) KEY_L#0 KEY_L = (byte) $2a
|
||||
(byte) KEY_LSHIFT
|
||||
(const byte) KEY_LSHIFT#0 KEY_LSHIFT = (byte) $f
|
||||
(byte) KEY_M
|
||||
(const byte) KEY_M#0 KEY_M = (byte) $24
|
||||
(byte) KEY_MINUS
|
||||
(const byte) KEY_MINUS#0 KEY_MINUS = (byte) $2b
|
||||
(byte) KEY_N
|
||||
(const byte) KEY_N#0 KEY_N = (byte) $27
|
||||
(byte) KEY_O
|
||||
(const byte) KEY_O#0 KEY_O = (byte) $26
|
||||
(byte) KEY_P
|
||||
(const byte) KEY_P#0 KEY_P = (byte) $29
|
||||
(byte) KEY_PLUS
|
||||
(const byte) KEY_PLUS#0 KEY_PLUS = (byte) $28
|
||||
(byte) KEY_POUND
|
||||
(const byte) KEY_POUND#0 KEY_POUND = (byte) $30
|
||||
(byte) KEY_Q
|
||||
(const byte) KEY_Q#0 KEY_Q = (byte) $3e
|
||||
(byte) KEY_R
|
||||
(const byte) KEY_R#0 KEY_R = (byte) $11
|
||||
(byte) KEY_S
|
||||
(const byte) KEY_S#0 KEY_S = (byte) $d
|
||||
(byte) KEY_SEMICOLON
|
||||
(const byte) KEY_SEMICOLON#0 KEY_SEMICOLON = (byte) $32
|
||||
(byte) KEY_SLASH
|
||||
(const byte) KEY_SLASH#0 KEY_SLASH = (byte) $37
|
||||
(byte) KEY_SPACE
|
||||
(const byte) KEY_SPACE#0 KEY_SPACE = (byte) $3c
|
||||
(byte) KEY_T
|
||||
(const byte) KEY_T#0 KEY_T = (byte) $16
|
||||
(byte) KEY_U
|
||||
(const byte) KEY_U#0 KEY_U = (byte) $1e
|
||||
(byte) KEY_V
|
||||
(const byte) KEY_V#0 KEY_V = (byte) $1f
|
||||
(byte) KEY_W
|
||||
(const byte) KEY_W#0 KEY_W = (byte) 9
|
||||
(byte) KEY_X
|
||||
(const byte) KEY_X#0 KEY_X = (byte) $17
|
||||
(byte) KEY_Y
|
||||
(const byte) KEY_Y#0 KEY_Y = (byte) $19
|
||||
(byte) KEY_Z
|
||||
(const byte) KEY_Z#0 KEY_Z = (byte) $c
|
||||
(byte*) PROCPORT
|
||||
(const byte*) PROCPORT#0 PROCPORT = (byte*) 1
|
||||
(byte*) SCREEN
|
||||
(const byte*) SCREEN#0 SCREEN = (byte*) 1024
|
||||
(byte[]) keyboard_char_keycodes
|
||||
(const byte[]) keyboard_char_keycodes#0 keyboard_char_keycodes = { (const byte) KEY_AT#0, (const byte) KEY_A#0, (const byte) KEY_B#0, (const byte) KEY_C#0, (const byte) KEY_D#0, (const byte) KEY_E#0, (const byte) KEY_F#0, (const byte) KEY_G#0, (const byte) KEY_H#0, (const byte) KEY_I#0, (const byte) KEY_J#0, (const byte) KEY_K#0, (const byte) KEY_L#0, (const byte) KEY_M#0, (const byte) KEY_N#0, (const byte) KEY_O#0, (const byte) KEY_P#0, (const byte) KEY_Q#0, (const byte) KEY_R#0, (const byte) KEY_S#0, (const byte) KEY_T#0, (const byte) KEY_U#0, (const byte) KEY_V#0, (const byte) KEY_W#0, (const byte) KEY_X#0, (const byte) KEY_Y#0, (const byte) KEY_Z#0, (byte) $3f, (const byte) KEY_POUND#0, (byte) $3f, (const byte) KEY_ARROW_UP#0, (const byte) KEY_ARROW_LEFT#0, (const byte) KEY_SPACE#0, (byte) $3f, (byte) $3f, (byte) $3f, (byte) $3f, (byte) $3f, (byte) $3f, (byte) $3f, (byte) $3f, (byte) $3f, (const byte) KEY_ASTERISK#0, (const byte) KEY_PLUS#0, (const byte) KEY_COMMA#0, (const byte) KEY_MINUS#0, (const byte) KEY_DOT#0, (const byte) KEY_SLASH#0, (const byte) KEY_0#0, (const byte) KEY_1#0, (const byte) KEY_2#0, (const byte) KEY_3#0, (const byte) KEY_4#0, (const byte) KEY_5#0, (const byte) KEY_6#0, (const byte) KEY_7#0, (const byte) KEY_8#0, (const byte) KEY_9#0, (const byte) KEY_COLON#0, (const byte) KEY_SEMICOLON#0, (byte) $3f, (const byte) KEY_EQUALS#0, (byte) $3f, (byte) $3f }
|
||||
(byte()) keyboard_get_keycode((byte) keyboard_get_keycode::ch)
|
||||
(label) keyboard_get_keycode::@return
|
||||
(byte) keyboard_get_keycode::ch
|
||||
(byte) keyboard_get_keycode::ch#0 reg byte x 103.0
|
||||
(byte) keyboard_get_keycode::return
|
||||
(byte) keyboard_get_keycode::return#0 reg byte a 34.33333333333333
|
||||
(byte) keyboard_get_keycode::return#2 reg byte a 202.0
|
||||
(byte()) keyboard_key_pressed((byte) keyboard_key_pressed::key)
|
||||
(byte~) keyboard_key_pressed::$2 reg byte a 4.0
|
||||
(label) keyboard_key_pressed::@1
|
||||
(label) keyboard_key_pressed::@return
|
||||
(byte) keyboard_key_pressed::colidx
|
||||
(byte) keyboard_key_pressed::colidx#0 reg byte y 0.6666666666666666
|
||||
(byte) keyboard_key_pressed::key
|
||||
(byte) keyboard_key_pressed::key#5 reg byte x 202.0
|
||||
(byte) keyboard_key_pressed::key#6 reg byte x 52.5
|
||||
(byte) keyboard_key_pressed::return
|
||||
(byte) keyboard_key_pressed::return#0 reg byte a 19.75
|
||||
(byte) keyboard_key_pressed::return#10 reg byte a 22.0
|
||||
(byte) keyboard_key_pressed::return#11 reg byte a 22.0
|
||||
(byte) keyboard_key_pressed::return#12 reg byte a 22.0
|
||||
(byte) keyboard_key_pressed::return#13 reg byte a 22.0
|
||||
(byte) keyboard_key_pressed::return#14 reg byte a 202.0
|
||||
(byte) keyboard_key_pressed::return#2 reg byte a 22.0
|
||||
(byte) keyboard_key_pressed::rowidx
|
||||
(byte) keyboard_key_pressed::rowidx#0 reg byte a 4.0
|
||||
(byte[8]) keyboard_matrix_col_bitmask
|
||||
(const byte[8]) keyboard_matrix_col_bitmask#0 keyboard_matrix_col_bitmask = { (byte) 1, (byte) 2, (byte) 4, (byte) 8, (byte) $10, (byte) $20, (byte) $40, (byte) $80 }
|
||||
(byte()) keyboard_matrix_read((byte) keyboard_matrix_read::rowid)
|
||||
(label) keyboard_matrix_read::@return
|
||||
(byte) keyboard_matrix_read::return
|
||||
(byte) keyboard_matrix_read::return#0 reg byte a 1.3333333333333333
|
||||
(byte) keyboard_matrix_read::return#2 reg byte a 4.0
|
||||
(byte) keyboard_matrix_read::row_pressed_bits
|
||||
(byte) keyboard_matrix_read::rowid
|
||||
(byte) keyboard_matrix_read::rowid#0 reg byte x 4.0
|
||||
(byte[8]) keyboard_matrix_row_bitmask
|
||||
(const byte[8]) keyboard_matrix_row_bitmask#0 keyboard_matrix_row_bitmask = { (byte) $fe, (byte) $fd, (byte) $fb, (byte) $f7, (byte) $ef, (byte) $df, (byte) $bf, (byte) $7f }
|
||||
(void()) main()
|
||||
(byte~) main::$15 reg byte a 22.0
|
||||
(byte~) main::$18 reg byte a 22.0
|
||||
(byte~) main::$21 reg byte a 22.0
|
||||
(byte~) main::$24 reg byte a 22.0
|
||||
(byte~) main::$27 reg byte a 22.0
|
||||
(label) main::@1
|
||||
(label) main::@10
|
||||
(label) main::@11
|
||||
(label) main::@12
|
||||
(label) main::@13
|
||||
(label) main::@14
|
||||
(label) main::@15
|
||||
(label) main::@16
|
||||
(label) main::@17
|
||||
(label) main::@18
|
||||
(label) main::@19
|
||||
(label) main::@2
|
||||
(label) main::@20
|
||||
(label) main::@21
|
||||
(label) main::@22
|
||||
(label) main::@23
|
||||
(label) main::@24
|
||||
(label) main::@25
|
||||
(label) main::@26
|
||||
(label) main::@27
|
||||
(label) main::@28
|
||||
(label) main::@29
|
||||
(label) main::@3
|
||||
(label) main::@30
|
||||
(label) main::@4
|
||||
(label) main::@5
|
||||
(label) main::@6
|
||||
(label) main::@7
|
||||
(label) main::@8
|
||||
(label) main::@9
|
||||
(byte) main::ch
|
||||
(byte) main::ch#1 ch zp ZP_BYTE:7 151.5
|
||||
(byte) main::ch#2 ch zp ZP_BYTE:7 25.25
|
||||
(byte) main::cur_pos
|
||||
(byte) main::cur_pos#11 cur_pos zp ZP_BYTE:5 8.52
|
||||
(byte) main::cur_pos#18 cur_pos zp ZP_BYTE:5 3.6666666666666665
|
||||
(byte) main::cur_pos#20 cur_pos zp ZP_BYTE:5 3.6666666666666665
|
||||
(byte) main::cur_pos#22 cur_pos zp ZP_BYTE:5 3.6666666666666665
|
||||
(byte) main::cur_pos#24 cur_pos zp ZP_BYTE:5 18.666666666666664
|
||||
(byte) main::i
|
||||
(byte) main::i#1 i zp ZP_BYTE:4 16.5
|
||||
(byte) main::i#2 i zp ZP_BYTE:4 11.0
|
||||
(byte) main::key
|
||||
(byte) main::key#0 reg byte a 151.5
|
||||
(byte) main::pressed
|
||||
(byte) main::pressed#1 reg byte a 202.0
|
||||
(byte) main::pressed#2 reg byte a 202.0
|
||||
(byte*) main::sc
|
||||
(byte*) main::sc#1 sc zp ZP_WORD:2 16.5
|
||||
(byte*) main::sc#2 sc zp ZP_WORD:2 16.5
|
||||
(byte) main::shift
|
||||
(byte) main::shift#9 shift zp ZP_BYTE:6 5.315789473684211
|
||||
(const string) main::str str = (string) "f1@"
|
||||
(const string) main::str1 str1 = (string) "f3@"
|
||||
(const string) main::str2 str2 = (string) "f5@"
|
||||
(const string) main::str3 str3 = (string) "f7@"
|
||||
(word()) mul8u((byte) mul8u::a , (byte) mul8u::b)
|
||||
(byte~) mul8u::$1 reg byte a 2002.0
|
||||
(label) mul8u::@1
|
||||
(label) mul8u::@2
|
||||
(label) mul8u::@3
|
||||
(label) mul8u::@4
|
||||
(label) mul8u::@return
|
||||
(byte) mul8u::a
|
||||
(byte) mul8u::a#0 reg byte x 1001.0
|
||||
(byte) mul8u::a#1 reg byte x 2.0
|
||||
(byte) mul8u::a#2 reg byte x 667.6666666666667
|
||||
(byte) mul8u::b
|
||||
(const byte) mul8u::b#0 b = (byte) $a
|
||||
(word) mul8u::mb
|
||||
(word) mul8u::mb#1 mb zp ZP_WORD:14 2002.0
|
||||
(word) mul8u::mb#2 mb zp ZP_WORD:14 429.0
|
||||
(word) mul8u::res
|
||||
(word) mul8u::res#1 res zp ZP_WORD:12 2002.0
|
||||
(word) mul8u::res#2 res zp ZP_WORD:12 500.83333333333337
|
||||
(word) mul8u::res#6 res zp ZP_WORD:12 1001.0
|
||||
(word) mul8u::return
|
||||
(word) mul8u::return#2 return zp ZP_WORD:12 4.0
|
||||
(void()) plot_chargen((byte) plot_chargen::pos , (byte) plot_chargen::ch , (byte) plot_chargen::shift)
|
||||
(word~) plot_chargen::$0 $0 zp ZP_WORD:8 4.0
|
||||
(word~) plot_chargen::$1 $1 zp ZP_WORD:8 4.0
|
||||
(byte~) plot_chargen::$10 reg byte a 20002.0
|
||||
(word~) plot_chargen::$7 $7 zp ZP_WORD:12 4.0
|
||||
(label) plot_chargen::@1
|
||||
(label) plot_chargen::@2
|
||||
(label) plot_chargen::@3
|
||||
(label) plot_chargen::@4
|
||||
(label) plot_chargen::@5
|
||||
(label) plot_chargen::@6
|
||||
(label) plot_chargen::@7
|
||||
(label) plot_chargen::@8
|
||||
(label) plot_chargen::@9
|
||||
(label) plot_chargen::@return
|
||||
(byte) plot_chargen::bits
|
||||
(byte) plot_chargen::bits#0 bits zp ZP_BYTE:11 2002.0
|
||||
(byte) plot_chargen::bits#1 bits zp ZP_BYTE:11 6667.333333333333
|
||||
(byte) plot_chargen::bits#2 bits zp ZP_BYTE:11 4429.142857142857
|
||||
(byte) plot_chargen::c
|
||||
(byte) plot_chargen::c#2 reg byte a 10001.0
|
||||
(byte) plot_chargen::ch
|
||||
(byte) plot_chargen::ch#1 reg byte a 101.0
|
||||
(byte) plot_chargen::ch#2 reg byte a 50.5
|
||||
(byte*) plot_chargen::chargen
|
||||
(byte*) plot_chargen::chargen#0 chargen zp ZP_WORD:8 3.0
|
||||
(byte*) plot_chargen::chargen#1 chargen zp ZP_WORD:8 4.0
|
||||
(byte*) plot_chargen::chargen#5 chargen zp ZP_WORD:8 45.68181818181818
|
||||
(byte) plot_chargen::pos
|
||||
(byte) plot_chargen::pos#0 reg byte y 22.0
|
||||
(byte) plot_chargen::pos#1 reg byte y 67.33333333333333
|
||||
(byte) plot_chargen::pos#2 reg byte y 12.666666666666664
|
||||
(byte*) plot_chargen::sc
|
||||
(byte*) plot_chargen::sc#0 sc zp ZP_WORD:12 4.0
|
||||
(byte*) plot_chargen::sc#1 sc zp ZP_WORD:12 5250.75
|
||||
(byte*) plot_chargen::sc#2 sc zp ZP_WORD:12 667.3333333333334
|
||||
(byte*) plot_chargen::sc#3 sc zp ZP_WORD:12 5167.333333333333
|
||||
(byte*) plot_chargen::sc#7 sc zp ZP_WORD:12 1002.0
|
||||
(byte) plot_chargen::shift
|
||||
(byte) plot_chargen::shift#1 reg byte x 202.0
|
||||
(byte) plot_chargen::shift#2 reg byte x 20.599999999999998
|
||||
(byte) plot_chargen::x
|
||||
(byte) plot_chargen::x#1 reg byte x 15001.5
|
||||
(byte) plot_chargen::x#2 reg byte x 2500.25
|
||||
(byte) plot_chargen::y
|
||||
(byte) plot_chargen::y#1 y zp ZP_BYTE:10 1501.5
|
||||
(byte) plot_chargen::y#2 y zp ZP_BYTE:10 231.0
|
||||
(void()) print_str_at((byte*) print_str_at::str , (byte*) print_str_at::at)
|
||||
(label) print_str_at::@1
|
||||
(label) print_str_at::@2
|
||||
(label) print_str_at::@return
|
||||
(byte*) print_str_at::at
|
||||
(byte*) print_str_at::at#4 at zp ZP_WORD:18 11.0
|
||||
(byte*) print_str_at::at#5 at zp ZP_WORD:18 11.666666666666666
|
||||
(byte*) print_str_at::at#7 at zp ZP_WORD:18 2.0
|
||||
(byte*) print_str_at::str
|
||||
(byte*) print_str_at::str#4 str zp ZP_WORD:16 22.0
|
||||
(byte*) print_str_at::str#5 str zp ZP_WORD:16 11.5
|
||||
(byte*) print_str_at::str#7 str zp ZP_WORD:16 2.0
|
||||
|
||||
zp ZP_WORD:2 [ main::sc#2 main::sc#1 ]
|
||||
zp ZP_BYTE:4 [ main::i#2 main::i#1 ]
|
||||
zp ZP_BYTE:5 [ main::cur_pos#18 main::cur_pos#20 main::cur_pos#22 main::cur_pos#24 main::cur_pos#11 ]
|
||||
zp ZP_BYTE:6 [ main::shift#9 ]
|
||||
zp ZP_BYTE:7 [ main::ch#2 main::ch#1 ]
|
||||
reg byte a [ main::pressed#2 main::pressed#1 ]
|
||||
reg byte a [ plot_chargen::ch#2 plot_chargen::ch#1 ]
|
||||
reg byte x [ plot_chargen::shift#2 plot_chargen::shift#1 ]
|
||||
reg byte y [ plot_chargen::pos#2 plot_chargen::pos#1 plot_chargen::pos#0 ]
|
||||
zp ZP_WORD:8 [ plot_chargen::chargen#5 plot_chargen::chargen#0 plot_chargen::chargen#1 plot_chargen::$1 plot_chargen::$0 ]
|
||||
zp ZP_BYTE:10 [ plot_chargen::y#2 plot_chargen::y#1 ]
|
||||
zp ZP_BYTE:11 [ plot_chargen::bits#2 plot_chargen::bits#0 plot_chargen::bits#1 ]
|
||||
zp ZP_WORD:12 [ plot_chargen::sc#3 plot_chargen::sc#7 plot_chargen::sc#2 plot_chargen::sc#0 plot_chargen::sc#1 plot_chargen::$7 mul8u::res#2 mul8u::res#6 mul8u::res#1 mul8u::return#2 ]
|
||||
reg byte x [ plot_chargen::x#2 plot_chargen::x#1 ]
|
||||
reg byte a [ plot_chargen::c#2 ]
|
||||
reg byte x [ mul8u::a#2 mul8u::a#1 mul8u::a#0 ]
|
||||
zp ZP_WORD:14 [ mul8u::mb#2 mul8u::mb#1 ]
|
||||
reg byte x [ keyboard_key_pressed::key#6 keyboard_key_pressed::key#5 ]
|
||||
zp ZP_WORD:16 [ print_str_at::str#5 print_str_at::str#7 print_str_at::str#4 ]
|
||||
zp ZP_WORD:18 [ print_str_at::at#5 print_str_at::at#7 print_str_at::at#4 ]
|
||||
reg byte a [ keyboard_key_pressed::return#2 ]
|
||||
reg byte a [ main::$15 ]
|
||||
reg byte a [ keyboard_key_pressed::return#10 ]
|
||||
reg byte a [ main::$18 ]
|
||||
reg byte a [ keyboard_key_pressed::return#11 ]
|
||||
reg byte a [ main::$21 ]
|
||||
reg byte a [ keyboard_key_pressed::return#12 ]
|
||||
reg byte a [ main::$24 ]
|
||||
reg byte a [ keyboard_key_pressed::return#13 ]
|
||||
reg byte a [ main::$27 ]
|
||||
reg byte x [ keyboard_get_keycode::ch#0 ]
|
||||
reg byte a [ keyboard_get_keycode::return#2 ]
|
||||
reg byte a [ main::key#0 ]
|
||||
reg byte a [ keyboard_key_pressed::return#14 ]
|
||||
reg byte a [ plot_chargen::$10 ]
|
||||
reg byte a [ mul8u::$1 ]
|
||||
reg byte y [ keyboard_key_pressed::colidx#0 ]
|
||||
reg byte a [ keyboard_key_pressed::rowidx#0 ]
|
||||
reg byte x [ keyboard_matrix_read::rowid#0 ]
|
||||
reg byte a [ keyboard_matrix_read::return#2 ]
|
||||
reg byte a [ keyboard_key_pressed::$2 ]
|
||||
reg byte a [ keyboard_key_pressed::return#0 ]
|
||||
reg byte a [ keyboard_matrix_read::return#0 ]
|
||||
reg byte a [ keyboard_get_keycode::return#0 ]
|
||||
|
@ -1 +1,138 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(signed byte*) ap
|
||||
(const signed byte*) ap#0 ap = (signed byte*) 253
|
||||
(signed byte*) bp
|
||||
(const signed byte*) bp#0 bp = (signed byte*) 254
|
||||
(signed byte*) cp
|
||||
(const signed byte*) cp#0 cp = (signed byte*) 255
|
||||
(signed byte()) fmul8((signed byte) fmul8::a , (signed byte) fmul8::b)
|
||||
(label) fmul8::@return
|
||||
(signed byte) fmul8::a
|
||||
(signed byte) fmul8::a#0 reg byte a 51.5
|
||||
(signed byte) fmul8::b
|
||||
(signed byte) fmul8::b#0 reg byte x 51.5
|
||||
(signed byte) fmul8::return
|
||||
(signed byte) fmul8::return#0 reg byte a 202.0
|
||||
(signed byte) fmul8::return#1 reg byte a 34.33333333333333
|
||||
(void()) init_screen()
|
||||
(label) init_screen::@1
|
||||
(label) init_screen::@2
|
||||
(label) init_screen::@return
|
||||
(byte*) init_screen::COLS
|
||||
(byte*) init_screen::COLS#1 COLS zp ZP_WORD:14 7.333333333333333
|
||||
(byte*) init_screen::COLS#3 COLS zp ZP_WORD:14 13.2
|
||||
(byte) init_screen::WHITE
|
||||
(const byte) init_screen::WHITE#0 WHITE = (byte) 1
|
||||
(byte) init_screen::l
|
||||
(byte) init_screen::l#1 reg byte x 16.5
|
||||
(byte) init_screen::l#2 reg byte x 16.5
|
||||
(byte) init_screen::m
|
||||
(byte) init_screen::m#1 reg byte x 16.5
|
||||
(byte) init_screen::m#2 reg byte x 3.6666666666666665
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@3
|
||||
(label) main::@4
|
||||
(label) main::@5
|
||||
(label) main::@6
|
||||
(label) main::@7
|
||||
(label) main::@8
|
||||
(label) main::@return
|
||||
(byte*) main::at
|
||||
(byte*) main::at#1 at zp ZP_WORD:2 7.333333333333333
|
||||
(byte*~) main::at#12 at#12 zp ZP_WORD:7 22.0
|
||||
(byte*) main::at#2 at#2 zp ZP_WORD:4 2.3157894736842106
|
||||
(byte*) main::at#3 at#3 zp ZP_WORD:7 27.545454545454547
|
||||
(byte*) main::at#4 at zp ZP_WORD:2 8.25
|
||||
(byte*) main::at#6 at#6 zp ZP_WORD:7 213.0
|
||||
(byte*) main::at_line
|
||||
(byte*) main::at_line#2 at_line zp ZP_WORD:4 22.0
|
||||
(byte) main::i
|
||||
(byte) main::i#1 i zp ZP_BYTE:6 16.5
|
||||
(byte) main::i#2 i zp ZP_BYTE:6 7.444444444444445
|
||||
(byte) main::j
|
||||
(byte) main::j#1 j zp ZP_BYTE:9 151.5
|
||||
(byte) main::j#2 j zp ZP_BYTE:9 30.299999999999997
|
||||
(byte) main::k
|
||||
(byte) main::k#1 reg byte x 16.5
|
||||
(byte) main::k#2 reg byte x 6.6000000000000005
|
||||
(signed byte) main::r
|
||||
(signed byte) main::r#0 reg byte a 202.0
|
||||
(byte*) mulf_sqr1
|
||||
(const byte*) mulf_sqr1#0 mulf_sqr1 = (byte*) 8192
|
||||
(byte*) mulf_sqr2
|
||||
(const byte*) mulf_sqr2#0 mulf_sqr2 = (byte*) 8704
|
||||
(void()) print_byte_at((byte) print_byte_at::b , (byte*) print_byte_at::at)
|
||||
(byte~) print_byte_at::$0 reg byte a 4.0
|
||||
(byte~) print_byte_at::$2 reg byte y 2.0
|
||||
(label) print_byte_at::@1
|
||||
(label) print_byte_at::@return
|
||||
(byte*) print_byte_at::at
|
||||
(byte*) print_byte_at::at#0 at zp ZP_WORD:10 1.0
|
||||
(byte) print_byte_at::b
|
||||
(void()) print_char_at((byte) print_char_at::ch , (byte*) print_char_at::at)
|
||||
(label) print_char_at::@return
|
||||
(byte*) print_char_at::at
|
||||
(byte*) print_char_at::at#0 at zp ZP_WORD:10 4.0
|
||||
(byte*) print_char_at::at#1 at zp ZP_WORD:10 4.0
|
||||
(byte*) print_char_at::at#2 at zp ZP_WORD:10 4.0
|
||||
(byte*) print_char_at::at#3 at zp ZP_WORD:10 2.0
|
||||
(byte*) print_char_at::at#4 at zp ZP_WORD:10 10.0
|
||||
(byte) print_char_at::ch
|
||||
(byte) print_char_at::ch#2 ch zp ZP_BYTE:13 2.0
|
||||
(byte) print_char_at::ch#3 ch zp ZP_BYTE:13 4.0
|
||||
(byte) print_char_at::ch#4 ch zp ZP_BYTE:13 6.0
|
||||
(void()) print_cls()
|
||||
(label) print_cls::@1
|
||||
(label) print_cls::@return
|
||||
(byte*) print_cls::sc
|
||||
(byte*) print_cls::sc#1 sc zp ZP_WORD:16 16.5
|
||||
(byte*) print_cls::sc#2 sc zp ZP_WORD:16 16.5
|
||||
(byte[]) print_hextab
|
||||
(const byte[]) print_hextab#0 print_hextab = (string) "0123456789abcdef"
|
||||
(void()) print_sbyte_at((signed byte) print_sbyte_at::b , (byte*) print_sbyte_at::at)
|
||||
(label) print_sbyte_at::@1
|
||||
(label) print_sbyte_at::@2
|
||||
(label) print_sbyte_at::@3
|
||||
(label) print_sbyte_at::@4
|
||||
(label) print_sbyte_at::@return
|
||||
(byte*) print_sbyte_at::at
|
||||
(byte*) print_sbyte_at::at#0 at zp ZP_WORD:10 22.0
|
||||
(byte*) print_sbyte_at::at#1 at zp ZP_WORD:10 22.0
|
||||
(byte*) print_sbyte_at::at#2 at zp ZP_WORD:10 202.0
|
||||
(byte*) print_sbyte_at::at#3 at zp ZP_WORD:10 16.125
|
||||
(signed byte) print_sbyte_at::b
|
||||
(signed byte) print_sbyte_at::b#0 b zp ZP_BYTE:12 4.0
|
||||
(signed byte) print_sbyte_at::b#1 b zp ZP_BYTE:12 11.0
|
||||
(signed byte) print_sbyte_at::b#2 b zp ZP_BYTE:12 11.0
|
||||
(signed byte) print_sbyte_at::b#3 b zp ZP_BYTE:12 101.0
|
||||
(signed byte) print_sbyte_at::b#4 b zp ZP_BYTE:12 21.499999999999993
|
||||
(signed byte) print_sbyte_at::b#6 b zp ZP_BYTE:12 0.6666666666666666
|
||||
(byte*) print_screen
|
||||
(const byte*) print_screen#0 print_screen = (byte*) 1024
|
||||
(signed byte[]) vals
|
||||
(const signed byte[]) vals#0 vals = { (signed byte) -$5f, (signed byte) -$40, (signed byte) -$20, (signed byte) -$10, (signed byte) 0, (signed byte) $10, (signed byte) $20, (signed byte) $40, (signed byte) $5f }
|
||||
|
||||
reg byte x [ main::k#2 main::k#1 ]
|
||||
zp ZP_WORD:2 [ main::at#4 main::at#1 ]
|
||||
zp ZP_WORD:4 [ main::at_line#2 main::at#2 ]
|
||||
zp ZP_BYTE:6 [ main::i#2 main::i#1 ]
|
||||
zp ZP_WORD:7 [ main::at#6 main::at#3 main::at#12 ]
|
||||
zp ZP_BYTE:9 [ main::j#2 main::j#1 ]
|
||||
zp ZP_WORD:10 [ print_sbyte_at::at#3 print_sbyte_at::at#0 print_sbyte_at::at#2 print_sbyte_at::at#1 print_char_at::at#4 print_char_at::at#2 print_char_at::at#3 print_char_at::at#0 print_char_at::at#1 print_byte_at::at#0 ]
|
||||
zp ZP_BYTE:12 [ print_sbyte_at::b#6 print_sbyte_at::b#0 print_sbyte_at::b#4 print_sbyte_at::b#1 print_sbyte_at::b#3 print_sbyte_at::b#2 ]
|
||||
zp ZP_BYTE:13 [ print_char_at::ch#4 print_char_at::ch#2 print_char_at::ch#3 ]
|
||||
reg byte x [ init_screen::l#2 init_screen::l#1 ]
|
||||
zp ZP_WORD:14 [ init_screen::COLS#3 init_screen::COLS#1 ]
|
||||
reg byte x [ init_screen::m#2 init_screen::m#1 ]
|
||||
zp ZP_WORD:16 [ print_cls::sc#2 print_cls::sc#1 ]
|
||||
reg byte a [ fmul8::a#0 ]
|
||||
reg byte x [ fmul8::b#0 ]
|
||||
reg byte a [ fmul8::return#0 ]
|
||||
reg byte a [ main::r#0 ]
|
||||
reg byte a [ print_byte_at::$0 ]
|
||||
reg byte y [ print_byte_at::$2 ]
|
||||
reg byte a [ fmul8::return#1 ]
|
||||
|
@ -1 +1,194 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) BGCOL
|
||||
(const byte*) BGCOL#0 BGCOL = (byte*) 53281
|
||||
(byte) BLACK
|
||||
(const byte) BLACK#0 BLACK = (byte) 0
|
||||
(byte*) BORDERCOL
|
||||
(const byte*) BORDERCOL#0 BORDERCOL = (byte*) 53280
|
||||
(byte*) BUFFER
|
||||
(const byte*) BUFFER#0 BUFFER = (byte*) 16384
|
||||
(byte*) CHARSET
|
||||
(const byte*) CHARSET#0 CHARSET = (byte*) 12288
|
||||
(byte*) COLS
|
||||
(const byte*) COLS#0 COLS = (byte*) 55296
|
||||
(byte*) D018
|
||||
(const byte*) D018#0 D018 = (byte*) 53272
|
||||
(byte*) SCREEN1
|
||||
(const byte*) SCREEN1#0 SCREEN1 = (byte*) 14336
|
||||
(byte*) SCREEN2
|
||||
(const byte*) SCREEN2#0 SCREEN2 = (byte*) 15360
|
||||
(byte) SID_CONTROL_NOISE
|
||||
(const byte) SID_CONTROL_NOISE#0 SID_CONTROL_NOISE = (byte) $80
|
||||
(byte*) SID_VOICE3_CONTROL
|
||||
(const byte*) SID_VOICE3_CONTROL#0 SID_VOICE3_CONTROL = (byte*) 54290
|
||||
(word*) SID_VOICE3_FREQ
|
||||
(const word*) SID_VOICE3_FREQ#0 SID_VOICE3_FREQ = (word*) 54286
|
||||
(byte*) SID_VOICE3_OSC
|
||||
(const byte*) SID_VOICE3_OSC#0 SID_VOICE3_OSC = (byte*) 54299
|
||||
(byte) YELLOW
|
||||
(const byte) YELLOW#0 YELLOW = (byte) 7
|
||||
(void()) fillscreen((byte*) fillscreen::screen , (byte) fillscreen::fill)
|
||||
(label) fillscreen::@1
|
||||
(label) fillscreen::@return
|
||||
(byte) fillscreen::fill
|
||||
(byte) fillscreen::fill#5 reg byte x 1.8333333333333333
|
||||
(word) fillscreen::i
|
||||
(word) fillscreen::i#1 i zp ZP_WORD:19 16.5
|
||||
(word) fillscreen::i#2 i zp ZP_WORD:19 7.333333333333333
|
||||
(byte*) fillscreen::screen
|
||||
(byte*) fillscreen::screen#4 screen zp ZP_WORD:17 7.333333333333333
|
||||
(byte*) fillscreen::screen#5 screen zp ZP_WORD:17 17.5
|
||||
(byte*) fillscreen::screen#6 screen zp ZP_WORD:17 2.0
|
||||
(void()) fire((byte*) fire::screenbase)
|
||||
(byte~) fire::$10 reg byte a 202.0
|
||||
(byte~) fire::$11 reg byte a 202.0
|
||||
(byte~) fire::$15 reg byte a 202.0
|
||||
(byte~) fire::$16 reg byte a 202.0
|
||||
(byte~) fire::$17 reg byte a 202.0
|
||||
(byte~) fire::$9 reg byte a 202.0
|
||||
(label) fire::@1
|
||||
(label) fire::@2
|
||||
(label) fire::@3
|
||||
(label) fire::@4
|
||||
(label) fire::@5
|
||||
(label) fire::@6
|
||||
(label) fire::@7
|
||||
(label) fire::@return
|
||||
(byte*) fire::buffer
|
||||
(byte*) fire::buffer#2 buffer zp ZP_WORD:4 202.0
|
||||
(byte*) fire::buffer#3 buffer#3 zp ZP_WORD:8 151.5
|
||||
(byte*) fire::buffer#4 buffer zp ZP_WORD:4 75.75
|
||||
(byte*) fire::buffer#7 buffer#7 zp ZP_WORD:8 44.888888888888886
|
||||
(byte) fire::c
|
||||
(byte) fire::c#0 reg byte a 202.0
|
||||
(byte) fire::c#1 reg byte a 202.0
|
||||
(byte) fire::c#2 reg byte a 303.0
|
||||
(byte*) fire::screen
|
||||
(byte*) fire::screen#0 screen zp ZP_WORD:2 0.26666666666666666
|
||||
(byte*) fire::screen#1 screen zp ZP_WORD:2 4.0
|
||||
(byte*~) fire::screen#10 screen#10 zp ZP_WORD:6 4.0
|
||||
(byte*) fire::screen#2 screen#2 zp ZP_WORD:6 101.0
|
||||
(byte*) fire::screen#3 screen zp ZP_WORD:2 67.33333333333333
|
||||
(byte*) fire::screen#4 screen#4 zp ZP_WORD:6 27.727272727272727
|
||||
(byte*) fire::screen#5 screen zp ZP_WORD:2 38.125
|
||||
(byte*) fire::screenbase
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@3
|
||||
(label) main::@4
|
||||
(label) main::@5
|
||||
(label) main::@6
|
||||
(label) main::@7
|
||||
(label) main::@8
|
||||
(label) main::toD0181
|
||||
(word~) main::toD0181_$0
|
||||
(number~) main::toD0181_$1
|
||||
(number~) main::toD0181_$2
|
||||
(number~) main::toD0181_$3
|
||||
(word~) main::toD0181_$4
|
||||
(byte~) main::toD0181_$5
|
||||
(number~) main::toD0181_$6
|
||||
(number~) main::toD0181_$7
|
||||
(number~) main::toD0181_$8
|
||||
(byte*) main::toD0181_gfx
|
||||
(byte) main::toD0181_return
|
||||
(const byte) main::toD0181_return#0 toD0181_return = >(word)(const byte*) SCREEN1#0&(word) $3fff*(byte) 4|>(word)(const byte*) CHARSET#0/(byte) 4&(byte) $f
|
||||
(byte*) main::toD0181_screen
|
||||
(label) main::toD0182
|
||||
(word~) main::toD0182_$0
|
||||
(number~) main::toD0182_$1
|
||||
(number~) main::toD0182_$2
|
||||
(number~) main::toD0182_$3
|
||||
(word~) main::toD0182_$4
|
||||
(byte~) main::toD0182_$5
|
||||
(number~) main::toD0182_$6
|
||||
(number~) main::toD0182_$7
|
||||
(number~) main::toD0182_$8
|
||||
(byte*) main::toD0182_gfx
|
||||
(byte) main::toD0182_return
|
||||
(const byte) main::toD0182_return#0 toD0182_return = >(word)(const byte*) SCREEN2#0&(word) $3fff*(byte) 4|>(word)(const byte*) CHARSET#0/(byte) 4&(byte) $f
|
||||
(byte*) main::toD0182_screen
|
||||
(void()) makecharset((byte*) makecharset::charset)
|
||||
(byte~) makecharset::$11 reg byte a 2002.0
|
||||
(byte~) makecharset::$12 reg byte a 2002.0
|
||||
(byte~) makecharset::$13 $13 zp ZP_BYTE:21 2002.0
|
||||
(word~) makecharset::$17 $17 zp ZP_WORD:22 202.0
|
||||
(word~) makecharset::$18 $18 zp ZP_WORD:22 202.0
|
||||
(word~) makecharset::$19 $19 zp ZP_WORD:22 202.0
|
||||
(byte*~) makecharset::$26 $26 zp ZP_WORD:22 202.0
|
||||
(label) makecharset::@1
|
||||
(label) makecharset::@2
|
||||
(label) makecharset::@3
|
||||
(label) makecharset::@4
|
||||
(label) makecharset::@5
|
||||
(label) makecharset::@6
|
||||
(label) makecharset::@7
|
||||
(label) makecharset::@8
|
||||
(label) makecharset::@9
|
||||
(label) makecharset::@return
|
||||
(byte) makecharset::b
|
||||
(byte) makecharset::b#1 reg byte y 2002.0
|
||||
(byte) makecharset::b#2 reg byte y 429.0
|
||||
(byte) makecharset::b#3 reg byte y 443.42857142857144
|
||||
(byte) makecharset::bc
|
||||
(byte) makecharset::bc#1 reg byte x 2002.0
|
||||
(byte) makecharset::bc#2 reg byte x 400.4
|
||||
(byte) makecharset::bc#3 reg byte x 2103.0
|
||||
(byte) makecharset::bc#5 reg byte x 202.0
|
||||
(byte) makecharset::bc#6 reg byte x 310.4
|
||||
(byte[8]) makecharset::bittab
|
||||
(const byte[8]) makecharset::bittab#0 bittab = { (byte) 1, (byte) 2, (byte) 4, (byte) 8, (byte) $10, (byte) $20, (byte) $40, (byte) $80 }
|
||||
(byte) makecharset::c
|
||||
(byte) makecharset::c#1 c zp ZP_BYTE:14 16.5
|
||||
(byte) makecharset::c#7 c zp ZP_BYTE:14 51.14999999999999
|
||||
(byte*) makecharset::charset
|
||||
(byte*) makecharset::font
|
||||
(byte*) makecharset::font#1 font zp ZP_WORD:10 16.5
|
||||
(byte*) makecharset::font#2 font zp ZP_WORD:10 16.5
|
||||
(byte*) makecharset::font1
|
||||
(byte*) makecharset::font1#1 font1 zp ZP_WORD:12 16.5
|
||||
(byte*) makecharset::font1#2 font1 zp ZP_WORD:12 16.5
|
||||
(byte) makecharset::i
|
||||
(byte) makecharset::i#1 i zp ZP_BYTE:15 151.5
|
||||
(byte) makecharset::i#6 i zp ZP_BYTE:15 76.70588235294117
|
||||
(byte) makecharset::ii
|
||||
(byte) makecharset::ii#1 ii zp ZP_BYTE:16 1501.5
|
||||
(byte) makecharset::ii#2 ii zp ZP_BYTE:16 333.6666666666667
|
||||
(byte()) sid_rnd()
|
||||
(label) sid_rnd::@return
|
||||
(byte) sid_rnd::return
|
||||
(byte) sid_rnd::return#0 reg byte a 34.33333333333333
|
||||
(byte) sid_rnd::return#2 reg byte a 202.0
|
||||
(void()) sid_rnd_init()
|
||||
(label) sid_rnd_init::@return
|
||||
|
||||
zp ZP_WORD:2 [ fire::screen#0 fire::screen#5 fire::screen#3 fire::screen#1 ]
|
||||
zp ZP_WORD:4 [ fire::buffer#4 fire::buffer#2 ]
|
||||
zp ZP_WORD:6 [ fire::screen#4 fire::screen#10 fire::screen#2 ]
|
||||
zp ZP_WORD:8 [ fire::buffer#7 fire::buffer#3 ]
|
||||
reg byte a [ fire::c#2 fire::c#0 fire::c#1 ]
|
||||
zp ZP_WORD:10 [ makecharset::font#2 makecharset::font#1 ]
|
||||
zp ZP_WORD:12 [ makecharset::font1#2 makecharset::font1#1 ]
|
||||
zp ZP_BYTE:14 [ makecharset::c#7 makecharset::c#1 ]
|
||||
zp ZP_BYTE:15 [ makecharset::i#6 makecharset::i#1 ]
|
||||
reg byte x [ makecharset::bc#3 makecharset::bc#5 makecharset::bc#6 makecharset::bc#1 makecharset::bc#2 ]
|
||||
zp ZP_BYTE:16 [ makecharset::ii#2 makecharset::ii#1 ]
|
||||
reg byte y [ makecharset::b#2 makecharset::b#3 makecharset::b#1 ]
|
||||
reg byte x [ fillscreen::fill#5 ]
|
||||
zp ZP_WORD:17 [ fillscreen::screen#5 fillscreen::screen#6 fillscreen::screen#4 ]
|
||||
zp ZP_WORD:19 [ fillscreen::i#2 fillscreen::i#1 ]
|
||||
reg byte a [ sid_rnd::return#2 ]
|
||||
reg byte a [ fire::$15 ]
|
||||
reg byte a [ fire::$16 ]
|
||||
reg byte a [ fire::$17 ]
|
||||
reg byte a [ fire::$9 ]
|
||||
reg byte a [ fire::$10 ]
|
||||
reg byte a [ fire::$11 ]
|
||||
reg byte a [ sid_rnd::return#0 ]
|
||||
reg byte a [ makecharset::$11 ]
|
||||
reg byte a [ makecharset::$12 ]
|
||||
zp ZP_BYTE:21 [ makecharset::$13 ]
|
||||
zp ZP_WORD:22 [ makecharset::$17 makecharset::$18 makecharset::$19 makecharset::$26 ]
|
||||
|
@ -1 +1,28 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@return
|
||||
(const string) main::str str = (string) "hello world!@"
|
||||
(byte*) print_char_cursor
|
||||
(byte*) print_char_cursor#1 print_char_cursor zp ZP_WORD:6 11.0
|
||||
(byte*) print_char_cursor#10 print_char_cursor zp ZP_WORD:6 4.4
|
||||
(byte*) print_line_cursor
|
||||
(byte*) print_line_cursor#1 print_line_cursor zp ZP_WORD:2 16.5
|
||||
(byte*) print_line_cursor#6 print_line_cursor zp ZP_WORD:2 22.0
|
||||
(void()) print_ln()
|
||||
(label) print_ln::@1
|
||||
(label) print_ln::@return
|
||||
(byte*) print_screen
|
||||
(void()) print_str((byte*) print_str::str)
|
||||
(label) print_str::@1
|
||||
(label) print_str::@2
|
||||
(label) print_str::@return
|
||||
(byte*) print_str::str
|
||||
(byte*) print_str::str#0 str zp ZP_WORD:4 22.0
|
||||
(byte*) print_str::str#2 str zp ZP_WORD:4 11.0
|
||||
|
||||
zp ZP_WORD:2 [ print_line_cursor#6 print_line_cursor#1 ]
|
||||
zp ZP_WORD:4 [ print_str::str#2 print_str::str#0 ]
|
||||
zp ZP_WORD:6 [ print_char_cursor#10 print_char_cursor#1 ]
|
||||
|
@ -1 +1,36 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) BORDERCOL
|
||||
(const byte*) BORDERCOL#0 BORDERCOL = (byte*) 53280
|
||||
(byte*) CIA1_INTERRUPT
|
||||
(const byte*) CIA1_INTERRUPT#0 CIA1_INTERRUPT = (byte*) 56333
|
||||
(byte) CIA_INTERRUPT_CLEAR
|
||||
(const byte) CIA_INTERRUPT_CLEAR#0 CIA_INTERRUPT_CLEAR = (byte) $7f
|
||||
(byte*) GHOST_BYTE
|
||||
(const byte*) GHOST_BYTE#0 GHOST_BYTE = (byte*) 16383
|
||||
(byte*) IRQ_ENABLE
|
||||
(const byte*) IRQ_ENABLE#0 IRQ_ENABLE = (byte*) 53274
|
||||
(byte) IRQ_RASTER
|
||||
(const byte) IRQ_RASTER#0 IRQ_RASTER = (byte) 1
|
||||
(byte*) IRQ_STATUS
|
||||
(const byte*) IRQ_STATUS#0 IRQ_STATUS = (byte*) 53273
|
||||
(void()**) KERNEL_IRQ
|
||||
(const void()**) KERNEL_IRQ#0 KERNEL_IRQ = (void()**) 788
|
||||
(byte*) RASTER
|
||||
(const byte*) RASTER#0 RASTER = (byte*) 53266
|
||||
(byte) RED
|
||||
(const byte) RED#0 RED = (byte) 2
|
||||
(byte*) VIC_CONTROL
|
||||
(const byte*) VIC_CONTROL#0 VIC_CONTROL = (byte*) 53265
|
||||
(byte) VIC_RSEL
|
||||
(const byte) VIC_RSEL#0 VIC_RSEL = (byte) 8
|
||||
(byte) WHITE
|
||||
(const byte) WHITE#0 WHITE = (byte) 1
|
||||
interrupt(KERNEL_MIN)(void()) irq_bottom_1()
|
||||
(label) irq_bottom_1::@return
|
||||
interrupt(KERNEL_KEYBOARD)(void()) irq_bottom_2()
|
||||
(label) irq_bottom_2::@return
|
||||
(void()) main()
|
||||
(label) main::@return
|
||||
|
||||
|
@ -1 +1,205 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @2
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte) BLACK
|
||||
(const byte) BLACK#0 BLACK = (byte) 0
|
||||
(byte*) BORDERCOL
|
||||
(const byte*) BORDERCOL#0 BORDERCOL = (byte*) 53280
|
||||
(byte*) D011
|
||||
(const byte*) D011#0 D011 = (byte*) 53265
|
||||
(byte) GREEN
|
||||
(const byte) GREEN#0 GREEN = (byte) 5
|
||||
(byte) PLEX_COUNT
|
||||
(const byte) PLEX_COUNT#0 PLEX_COUNT = (byte) $20
|
||||
(byte[8]) PLEX_FREE_YPOS
|
||||
(const byte[8]) PLEX_FREE_YPOS#0 PLEX_FREE_YPOS = { fill( 8, 0) }
|
||||
(byte[PLEX_COUNT#0]) PLEX_PTR
|
||||
(const byte[PLEX_COUNT#0]) PLEX_PTR#0 PLEX_PTR = { fill( PLEX_COUNT#0, 0) }
|
||||
(byte*) PLEX_SCREEN_PTR
|
||||
(const byte*) PLEX_SCREEN_PTR#1 PLEX_SCREEN_PTR = (const byte*) SCREEN#0+(word) $3f8
|
||||
(byte[PLEX_COUNT#0]) PLEX_SORTED_IDX
|
||||
(const byte[PLEX_COUNT#0]) PLEX_SORTED_IDX#0 PLEX_SORTED_IDX = { fill( PLEX_COUNT#0, 0) }
|
||||
(word[PLEX_COUNT#0]) PLEX_XPOS
|
||||
(const word[PLEX_COUNT#0]) PLEX_XPOS#0 PLEX_XPOS = { fill( PLEX_COUNT#0, 0) }
|
||||
(byte[PLEX_COUNT#0]) PLEX_YPOS
|
||||
(const byte[PLEX_COUNT#0]) PLEX_YPOS#0 PLEX_YPOS = { fill( PLEX_COUNT#0, 0) }
|
||||
(byte*) RASTER
|
||||
(const byte*) RASTER#0 RASTER = (byte*) 53266
|
||||
(byte*) SCREEN
|
||||
(const byte*) SCREEN#0 SCREEN = (byte*) 1024
|
||||
(byte*) SPRITE
|
||||
(const byte*) SPRITE#0 SPRITE = (byte*) 8192
|
||||
(byte*) SPRITES_COLS
|
||||
(const byte*) SPRITES_COLS#0 SPRITES_COLS = (byte*) 53287
|
||||
(byte*) SPRITES_ENABLE
|
||||
(const byte*) SPRITES_ENABLE#0 SPRITES_ENABLE = (byte*) 53269
|
||||
(byte*) SPRITES_XMSB
|
||||
(const byte*) SPRITES_XMSB#0 SPRITES_XMSB = (byte*) 53264
|
||||
(byte*) SPRITES_XPOS
|
||||
(const byte*) SPRITES_XPOS#0 SPRITES_XPOS = (byte*) 53248
|
||||
(byte*) SPRITES_YPOS
|
||||
(const byte*) SPRITES_YPOS#0 SPRITES_YPOS = (byte*) 53249
|
||||
(byte) VIC_DEN
|
||||
(const byte) VIC_DEN#0 VIC_DEN = (byte) $10
|
||||
(byte) VIC_RSEL
|
||||
(const byte) VIC_RSEL#0 VIC_RSEL = (byte) 8
|
||||
(byte) VIC_RST8
|
||||
(const byte) VIC_RST8#0 VIC_RST8 = (byte) $80
|
||||
(byte*) YSIN
|
||||
(const byte*) YSIN#0 YSIN = (byte*) 8448
|
||||
(void()) init()
|
||||
(byte~) init::$8 reg byte a 22.0
|
||||
(label) init::@1
|
||||
(label) init::@2
|
||||
(label) init::@3
|
||||
(label) init::@return
|
||||
(byte) init::ss
|
||||
(byte) init::ss#1 reg byte x 16.5
|
||||
(byte) init::ss#2 reg byte x 16.5
|
||||
(byte) init::sx
|
||||
(byte) init::sx#1 reg byte x 16.5
|
||||
(byte) init::sx#2 reg byte x 8.8
|
||||
(word) init::xp
|
||||
(word) init::xp#1 xp zp ZP_WORD:9 7.333333333333333
|
||||
(word) init::xp#2 xp zp ZP_WORD:9 8.25
|
||||
(void()) loop()
|
||||
(byte~) loop::$4 reg byte a 202.0
|
||||
(label) loop::@1
|
||||
(label) loop::@10
|
||||
(label) loop::@11
|
||||
(label) loop::@12
|
||||
(label) loop::@2
|
||||
(label) loop::@3
|
||||
(label) loop::@4
|
||||
(label) loop::@5
|
||||
(label) loop::@6
|
||||
(label) loop::@7
|
||||
(label) loop::@8
|
||||
(label) loop::@9
|
||||
(label) loop::plexFreeNextYpos1
|
||||
(byte) loop::plexFreeNextYpos1_return
|
||||
(byte) loop::plexFreeNextYpos1_return#0 plexFreeNextYpos1_return zp ZP_BYTE:11 551.0
|
||||
(byte) loop::rasterY
|
||||
(byte) loop::sin_idx
|
||||
(byte) loop::sin_idx#1 sin_idx zp ZP_BYTE:2 1.4666666666666666
|
||||
(byte) loop::sin_idx#6 sin_idx zp ZP_BYTE:2 3.666666666666667
|
||||
(byte) loop::ss
|
||||
(byte) loop::ss#1 ss zp ZP_BYTE:7 151.5
|
||||
(byte) loop::ss#5 ss zp ZP_BYTE:7 33.666666666666664
|
||||
(byte) loop::sy
|
||||
(byte) loop::sy#1 reg byte y 151.5
|
||||
(byte) loop::sy#2 reg byte y 101.0
|
||||
(byte) loop::y_idx
|
||||
(byte) loop::y_idx#1 reg byte x 67.33333333333333
|
||||
(byte) loop::y_idx#2 reg byte x 157.0
|
||||
(byte~) loop::y_idx#4 reg byte x 22.0
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@return
|
||||
(void()) plexInit((byte*) plexInit::screen)
|
||||
(label) plexInit::@1
|
||||
(label) plexInit::@return
|
||||
(byte) plexInit::i
|
||||
(byte) plexInit::i#1 reg byte x 16.5
|
||||
(byte) plexInit::i#2 reg byte x 22.0
|
||||
(label) plexInit::plexSetScreen1
|
||||
(byte*~) plexInit::plexSetScreen1_$0
|
||||
(byte*) plexInit::plexSetScreen1_screen
|
||||
(byte*) plexInit::screen
|
||||
(void()) plexShowSprite()
|
||||
(byte~) plexShowSprite::$11 reg byte x 2.0
|
||||
(byte~) plexShowSprite::$2 reg byte a 4.0
|
||||
(byte~) plexShowSprite::$3 reg byte a 4.0
|
||||
(byte~) plexShowSprite::$5 reg byte x 4.0
|
||||
(byte~) plexShowSprite::$9 reg byte a 4.0
|
||||
(label) plexShowSprite::@1
|
||||
(label) plexShowSprite::@2
|
||||
(label) plexShowSprite::@3
|
||||
(label) plexShowSprite::@4
|
||||
(label) plexShowSprite::@5
|
||||
(label) plexShowSprite::@return
|
||||
(label) plexShowSprite::plexFreeAdd1
|
||||
(number~) plexShowSprite::plexFreeAdd1_$0
|
||||
(byte~) plexShowSprite::plexFreeAdd1_$0#0 reg byte a 4.0
|
||||
(number~) plexShowSprite::plexFreeAdd1_$1
|
||||
(byte~) plexShowSprite::plexFreeAdd1_$1#0 reg byte x 4.0
|
||||
(number~) plexShowSprite::plexFreeAdd1_$2
|
||||
(byte) plexShowSprite::plexFreeAdd1_ypos
|
||||
(byte) plexShowSprite::plexFreeAdd1_ypos#0 reg byte a 3.0
|
||||
(byte) plexShowSprite::plex_sprite_idx2
|
||||
(byte) plexShowSprite::plex_sprite_idx2#0 plex_sprite_idx2 zp ZP_BYTE:12 0.5454545454545454
|
||||
(byte) plexShowSprite::xpos_idx
|
||||
(byte) plexShowSprite::xpos_idx#0 reg byte a 4.0
|
||||
(byte) plexShowSprite::ypos
|
||||
(void()) plexSort()
|
||||
(label) plexSort::@1
|
||||
(label) plexSort::@2
|
||||
(label) plexSort::@3
|
||||
(label) plexSort::@4
|
||||
(label) plexSort::@5
|
||||
(label) plexSort::@6
|
||||
(label) plexSort::@return
|
||||
(byte) plexSort::m
|
||||
(byte) plexSort::m#1 m zp ZP_BYTE:8 151.5
|
||||
(byte) plexSort::m#2 m zp ZP_BYTE:8 42.08333333333333
|
||||
(byte) plexSort::nxt_idx
|
||||
(byte) plexSort::nxt_idx#0 nxt_idx zp ZP_BYTE:13 30.299999999999997
|
||||
(byte) plexSort::nxt_y
|
||||
(byte) plexSort::nxt_y#0 nxt_y zp ZP_BYTE:14 150.375
|
||||
(label) plexSort::plexFreePrepare1
|
||||
(bool~) plexSort::plexFreePrepare1_$0
|
||||
(label) plexSort::plexFreePrepare1_@1
|
||||
(byte) plexSort::plexFreePrepare1_s
|
||||
(byte) plexSort::plexFreePrepare1_s#1 reg byte x 151.5
|
||||
(byte) plexSort::plexFreePrepare1_s#2 reg byte x 151.5
|
||||
(byte) plexSort::s
|
||||
(byte) plexSort::s#1 reg byte x 1368.3333333333335
|
||||
(byte) plexSort::s#2 reg byte x 202.0
|
||||
(byte) plexSort::s#3 reg byte x 2052.5
|
||||
(byte~) plexSort::s#6 reg byte x 202.0
|
||||
(byte) plex_free_next
|
||||
(byte) plex_free_next#13 plex_free_next zp ZP_BYTE:3 4.681818181818182
|
||||
(byte) plex_free_next#17 plex_free_next zp ZP_BYTE:3 20.599999999999998
|
||||
(byte) plex_show_idx
|
||||
(byte) plex_show_idx#15 plex_show_idx zp ZP_BYTE:5 11.444444444444443
|
||||
(byte) plex_show_idx#42 plex_show_idx zp ZP_BYTE:5 4.541666666666665
|
||||
(byte) plex_sprite_idx
|
||||
(byte) plex_sprite_idx#15 plex_sprite_idx zp ZP_BYTE:4 10.299999999999999
|
||||
(byte) plex_sprite_idx#42 plex_sprite_idx zp ZP_BYTE:4 4.863636363636363
|
||||
(byte) plex_sprite_msb
|
||||
(byte) plex_sprite_msb#16 plex_sprite_msb zp ZP_BYTE:6 20.599999999999998
|
||||
(byte) plex_sprite_msb#3 plex_sprite_msb zp ZP_BYTE:6 2.0
|
||||
(byte) plex_sprite_msb#42 plex_sprite_msb zp ZP_BYTE:6 4.28
|
||||
|
||||
zp ZP_BYTE:2 [ loop::sin_idx#6 loop::sin_idx#1 ]
|
||||
reg byte x [ loop::y_idx#2 loop::y_idx#1 loop::y_idx#4 ]
|
||||
reg byte y [ loop::sy#2 loop::sy#1 ]
|
||||
zp ZP_BYTE:3 [ plex_free_next#17 plex_free_next#13 ]
|
||||
zp ZP_BYTE:4 [ plex_sprite_idx#42 plex_sprite_idx#15 ]
|
||||
zp ZP_BYTE:5 [ plex_show_idx#42 plex_show_idx#15 ]
|
||||
zp ZP_BYTE:6 [ plex_sprite_msb#42 plex_sprite_msb#16 plex_sprite_msb#3 ]
|
||||
zp ZP_BYTE:7 [ loop::ss#5 loop::ss#1 ]
|
||||
zp ZP_BYTE:8 [ plexSort::m#2 plexSort::m#1 ]
|
||||
reg byte x [ plexSort::s#3 plexSort::s#1 plexSort::s#6 ]
|
||||
reg byte x [ plexSort::plexFreePrepare1_s#2 plexSort::plexFreePrepare1_s#1 ]
|
||||
reg byte x [ init::sx#2 init::sx#1 ]
|
||||
zp ZP_WORD:9 [ init::xp#2 init::xp#1 ]
|
||||
reg byte x [ init::ss#2 init::ss#1 ]
|
||||
reg byte x [ plexInit::i#2 plexInit::i#1 ]
|
||||
reg byte a [ loop::$4 ]
|
||||
zp ZP_BYTE:11 [ loop::plexFreeNextYpos1_return#0 ]
|
||||
zp ZP_BYTE:12 [ plexShowSprite::plex_sprite_idx2#0 ]
|
||||
reg byte a [ plexShowSprite::plexFreeAdd1_ypos#0 ]
|
||||
reg byte a [ plexShowSprite::plexFreeAdd1_$0#0 ]
|
||||
reg byte x [ plexShowSprite::plexFreeAdd1_$1#0 ]
|
||||
reg byte a [ plexShowSprite::xpos_idx#0 ]
|
||||
reg byte x [ plexShowSprite::$11 ]
|
||||
reg byte a [ plexShowSprite::$2 ]
|
||||
reg byte a [ plexShowSprite::$3 ]
|
||||
reg byte a [ plexShowSprite::$9 ]
|
||||
reg byte x [ plexShowSprite::$5 ]
|
||||
zp ZP_BYTE:13 [ plexSort::nxt_idx#0 ]
|
||||
zp ZP_BYTE:14 [ plexSort::nxt_y#0 ]
|
||||
reg byte x [ plexSort::s#2 ]
|
||||
reg byte a [ init::$8 ]
|
||||
|
@ -1 +1,14 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @2
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) BORDERCOL
|
||||
(const byte*) BORDERCOL#0 BORDERCOL = (byte*) 53280
|
||||
(byte*) MUSIC
|
||||
(const byte*) MUSIC#0 MUSIC = (byte*) 4096
|
||||
(byte*) RASTER
|
||||
(const byte*) RASTER#0 RASTER = (byte*) 53266
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
|
||||
|
@ -1 +1,29 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @2
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) BORDERCOL
|
||||
(const byte*) BORDERCOL#0 BORDERCOL = (byte*) 53280
|
||||
(byte*) CIA1_INTERRUPT
|
||||
(const byte*) CIA1_INTERRUPT#0 CIA1_INTERRUPT = (byte*) 56333
|
||||
(byte) CIA_INTERRUPT_CLEAR
|
||||
(const byte) CIA_INTERRUPT_CLEAR#0 CIA_INTERRUPT_CLEAR = (byte) $7f
|
||||
(byte*) IRQ_ENABLE
|
||||
(const byte*) IRQ_ENABLE#0 IRQ_ENABLE = (byte*) 53274
|
||||
(byte) IRQ_RASTER
|
||||
(const byte) IRQ_RASTER#0 IRQ_RASTER = (byte) 1
|
||||
(byte*) IRQ_STATUS
|
||||
(const byte*) IRQ_STATUS#0 IRQ_STATUS = (byte*) 53273
|
||||
(void()**) KERNEL_IRQ
|
||||
(const void()**) KERNEL_IRQ#0 KERNEL_IRQ = (void()**) 788
|
||||
(byte*) MUSIC
|
||||
(const byte*) MUSIC#0 MUSIC = (byte*) 4096
|
||||
(byte*) RASTER
|
||||
(const byte*) RASTER#0 RASTER = (byte*) 53266
|
||||
(byte*) VIC_CONTROL
|
||||
(const byte*) VIC_CONTROL#0 VIC_CONTROL = (byte*) 53265
|
||||
interrupt(KERNEL_KEYBOARD)(void()) irq_play()
|
||||
(label) irq_play::@return
|
||||
(void()) main()
|
||||
(label) main::@return
|
||||
|
||||
|
@ -1 +1,283 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @2
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) BGCOL
|
||||
(const byte*) BGCOL#0 BGCOL = (byte*) 53281
|
||||
(byte) BLACK
|
||||
(const byte) BLACK#0 BLACK = (byte) 0
|
||||
(byte) BLUE
|
||||
(const byte) BLUE#0 BLUE = (byte) 6
|
||||
(byte*) BORDERCOL
|
||||
(const byte*) BORDERCOL#0 BORDERCOL = (byte*) 53280
|
||||
(byte*) CHARSET
|
||||
(const byte*) CHARSET#0 CHARSET = (byte*) 8192
|
||||
(byte*) COLS
|
||||
(const byte*) COLS#0 COLS = (byte*) 55296
|
||||
(byte*) D018
|
||||
(const byte*) D018#0 D018 = (byte*) 53272
|
||||
(byte*) SCREEN1
|
||||
(const byte*) SCREEN1#0 SCREEN1 = (byte*) 10240
|
||||
(byte) SID_CONTROL_NOISE
|
||||
(const byte) SID_CONTROL_NOISE#0 SID_CONTROL_NOISE = (byte) $80
|
||||
(byte*) SID_VOICE3_CONTROL
|
||||
(const byte*) SID_VOICE3_CONTROL#0 SID_VOICE3_CONTROL = (byte*) 54290
|
||||
(word*) SID_VOICE3_FREQ
|
||||
(const word*) SID_VOICE3_FREQ#0 SID_VOICE3_FREQ = (word*) 54286
|
||||
(byte*) SID_VOICE3_OSC
|
||||
(const byte*) SID_VOICE3_OSC#0 SID_VOICE3_OSC = (byte*) 54299
|
||||
(byte*) SINTABLE
|
||||
(const byte*) SINTABLE#0 SINTABLE = (byte*) 7936
|
||||
(byte) c1A
|
||||
(byte) c1A#1 c1A zp ZP_BYTE:4 1.1538461538461537
|
||||
(byte) c1A#3 c1A zp ZP_BYTE:4 0.18840579710144925
|
||||
(byte) c1B
|
||||
(byte) c1B#1 c1B zp ZP_BYTE:5 1.0714285714285714
|
||||
(byte) c1B#3 c1B zp ZP_BYTE:5 0.1911764705882353
|
||||
(byte) c2A
|
||||
(byte) c2A#1 c2A zp ZP_BYTE:6 0.625
|
||||
(byte) c2A#3 c2A zp ZP_BYTE:6 0.22413793103448276
|
||||
(byte) c2B
|
||||
(byte) c2B#1 c2B zp ZP_BYTE:7 0.6
|
||||
(byte) c2B#3 c2B zp ZP_BYTE:7 0.22807017543859648
|
||||
(void()) doplasma((byte*) doplasma::screen)
|
||||
(byte~) doplasma::$1 reg byte a 202.0
|
||||
(byte~) doplasma::$3 reg byte a 202.0
|
||||
(label) doplasma::@1
|
||||
(label) doplasma::@2
|
||||
(label) doplasma::@3
|
||||
(label) doplasma::@4
|
||||
(label) doplasma::@5
|
||||
(label) doplasma::@6
|
||||
(label) doplasma::@6_1
|
||||
(label) doplasma::@6_10
|
||||
(label) doplasma::@6_11
|
||||
(label) doplasma::@6_12
|
||||
(label) doplasma::@6_13
|
||||
(label) doplasma::@6_14
|
||||
(label) doplasma::@6_15
|
||||
(label) doplasma::@6_16
|
||||
(label) doplasma::@6_17
|
||||
(label) doplasma::@6_18
|
||||
(label) doplasma::@6_19
|
||||
(label) doplasma::@6_2
|
||||
(label) doplasma::@6_20
|
||||
(label) doplasma::@6_21
|
||||
(label) doplasma::@6_22
|
||||
(label) doplasma::@6_23
|
||||
(label) doplasma::@6_24
|
||||
(label) doplasma::@6_3
|
||||
(label) doplasma::@6_4
|
||||
(label) doplasma::@6_5
|
||||
(label) doplasma::@6_6
|
||||
(label) doplasma::@6_7
|
||||
(label) doplasma::@6_8
|
||||
(label) doplasma::@6_9
|
||||
(label) doplasma::@7
|
||||
(label) doplasma::@8
|
||||
(label) doplasma::@return
|
||||
(byte) doplasma::c1a
|
||||
(byte) doplasma::c1a#0 c1a zp ZP_BYTE:8 2.0
|
||||
(byte) doplasma::c1a#1 c1a zp ZP_BYTE:8 40.4
|
||||
(byte) doplasma::c1a#2 c1a zp ZP_BYTE:8 76.25
|
||||
(byte) doplasma::c1b
|
||||
(byte) doplasma::c1b#0 c1b zp ZP_BYTE:9 4.0
|
||||
(byte) doplasma::c1b#1 c1b zp ZP_BYTE:9 50.5
|
||||
(byte) doplasma::c1b#2 c1b zp ZP_BYTE:9 61.0
|
||||
(byte) doplasma::c2a
|
||||
(byte) doplasma::c2a#0 c2a zp ZP_BYTE:11 2.0
|
||||
(byte) doplasma::c2a#1 c2a zp ZP_BYTE:11 50.5
|
||||
(byte) doplasma::c2a#2 c2a zp ZP_BYTE:11 101.66666666666666
|
||||
(byte) doplasma::c2b
|
||||
(byte) doplasma::c2b#0 c2b zp ZP_BYTE:12 4.0
|
||||
(byte) doplasma::c2b#1 c2b zp ZP_BYTE:12 67.33333333333333
|
||||
(byte) doplasma::c2b#2 c2b zp ZP_BYTE:12 76.25
|
||||
(byte) doplasma::i
|
||||
(byte) doplasma::i#1 i zp ZP_BYTE:10 101.0
|
||||
(byte) doplasma::i#2 i zp ZP_BYTE:10 50.5
|
||||
(byte) doplasma::i1
|
||||
(byte) doplasma::i1#1 i1 zp ZP_BYTE:13 151.5
|
||||
(byte) doplasma::i1#2 i1 zp ZP_BYTE:13 60.599999999999994
|
||||
(byte) doplasma::i2
|
||||
(byte) doplasma::i2#1 reg byte x 151.5
|
||||
(byte) doplasma::i2#2 reg byte x 54.3846153846154
|
||||
(byte) doplasma::ii
|
||||
(byte*) doplasma::screen
|
||||
(byte) doplasma::val
|
||||
(byte) doplasma::val#0 reg byte a 202.0
|
||||
(byte) doplasma::val#1 reg byte a 151.5
|
||||
(byte) doplasma::val#10 reg byte a 151.5
|
||||
(byte) doplasma::val#12 reg byte a 151.5
|
||||
(byte) doplasma::val#14 reg byte a 151.5
|
||||
(byte) doplasma::val#16 reg byte a 151.5
|
||||
(byte) doplasma::val#18 reg byte a 151.5
|
||||
(byte) doplasma::val#20 reg byte a 151.5
|
||||
(byte) doplasma::val#22 reg byte a 151.5
|
||||
(byte) doplasma::val#24 reg byte a 151.5
|
||||
(byte) doplasma::val#26 reg byte a 151.5
|
||||
(byte) doplasma::val#28 reg byte a 151.5
|
||||
(byte) doplasma::val#30 reg byte a 151.5
|
||||
(byte) doplasma::val#32 reg byte a 151.5
|
||||
(byte) doplasma::val#34 reg byte a 151.5
|
||||
(byte) doplasma::val#36 reg byte a 151.5
|
||||
(byte) doplasma::val#38 reg byte a 151.5
|
||||
(byte) doplasma::val#4 reg byte a 151.5
|
||||
(byte) doplasma::val#40 reg byte a 151.5
|
||||
(byte) doplasma::val#42 reg byte a 151.5
|
||||
(byte) doplasma::val#44 reg byte a 151.5
|
||||
(byte) doplasma::val#46 reg byte a 151.5
|
||||
(byte) doplasma::val#48 reg byte a 151.5
|
||||
(byte) doplasma::val#50 reg byte a 202.0
|
||||
(byte) doplasma::val#6 reg byte a 151.5
|
||||
(byte) doplasma::val#8 reg byte a 151.5
|
||||
(byte[$28]) doplasma::xbuf
|
||||
(const byte[$28]) doplasma::xbuf#0 xbuf = { fill( $28, 0) }
|
||||
(byte[$19]) doplasma::ybuf
|
||||
(const byte[$19]) doplasma::ybuf#0 ybuf = { fill( $19, 0) }
|
||||
(byte) doplasma::yprev
|
||||
(byte) doplasma::yprev#2 reg byte x 101.0
|
||||
(byte~) doplasma::yprev#3 reg byte x 202.0
|
||||
(byte) doplasma::yval
|
||||
(byte) doplasma::yval#0 yval zp ZP_BYTE:21 43.285714285714285
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@3
|
||||
(label) main::@4
|
||||
(label) main::@5
|
||||
(byte*) main::col
|
||||
(byte*) main::col#1 col zp ZP_WORD:2 16.5
|
||||
(byte*) main::col#2 col zp ZP_WORD:2 16.5
|
||||
(label) main::toD0181
|
||||
(word~) main::toD0181_$0
|
||||
(number~) main::toD0181_$1
|
||||
(number~) main::toD0181_$2
|
||||
(number~) main::toD0181_$3
|
||||
(word~) main::toD0181_$4
|
||||
(byte~) main::toD0181_$5
|
||||
(number~) main::toD0181_$6
|
||||
(number~) main::toD0181_$7
|
||||
(number~) main::toD0181_$8
|
||||
(byte*) main::toD0181_gfx
|
||||
(byte) main::toD0181_return
|
||||
(const byte) main::toD0181_return#0 toD0181_return = >(word)(const byte*) SCREEN1#0&(word) $3fff*(byte) 4|>(word)(const byte*) CHARSET#0/(byte) 4&(byte) $f
|
||||
(byte*) main::toD0181_screen
|
||||
(void()) makecharset((byte*) makecharset::charset)
|
||||
(byte~) makecharset::$11 reg byte a 22.0
|
||||
(byte*~) makecharset::$16 $16 zp ZP_WORD:24 202.0
|
||||
(byte~) makecharset::$2 reg byte a 22.0
|
||||
(byte~) makecharset::$3 reg byte a 2002.0
|
||||
(byte~) makecharset::$4 $4 zp ZP_BYTE:23 2002.0
|
||||
(word~) makecharset::$8 $8 zp ZP_WORD:24 202.0
|
||||
(word~) makecharset::$9 $9 zp ZP_WORD:24 202.0
|
||||
(label) makecharset::@1
|
||||
(label) makecharset::@10
|
||||
(label) makecharset::@11
|
||||
(label) makecharset::@2
|
||||
(label) makecharset::@3
|
||||
(label) makecharset::@4
|
||||
(label) makecharset::@5
|
||||
(label) makecharset::@6
|
||||
(label) makecharset::@7
|
||||
(label) makecharset::@8
|
||||
(label) makecharset::@9
|
||||
(label) makecharset::@return
|
||||
(byte) makecharset::b
|
||||
(byte) makecharset::b#1 reg byte y 2002.0
|
||||
(byte) makecharset::b#2 reg byte y 500.5
|
||||
(byte) makecharset::b#3 reg byte y 517.3333333333334
|
||||
(byte[8]) makecharset::bittab
|
||||
(const byte[8]) makecharset::bittab#0 bittab = { (byte) 1, (byte) 2, (byte) 4, (byte) 8, (byte) $10, (byte) $20, (byte) $40, (byte) $80 }
|
||||
(word) makecharset::c
|
||||
(word) makecharset::c#1 c zp ZP_WORD:14 16.5
|
||||
(word) makecharset::c#2 c zp ZP_WORD:14 5.800000000000001
|
||||
(byte*) makecharset::charset
|
||||
(byte) makecharset::i
|
||||
(byte) makecharset::i#1 i zp ZP_BYTE:18 151.5
|
||||
(byte) makecharset::i#7 i zp ZP_BYTE:18 20.2
|
||||
(byte) makecharset::ii
|
||||
(byte) makecharset::ii#1 reg byte x 1501.5
|
||||
(byte) makecharset::ii#2 reg byte x 375.375
|
||||
(byte) makecharset::s
|
||||
(byte) makecharset::s#0 s zp ZP_BYTE:22 56.22222222222223
|
||||
(void()) print_char((byte) print_char::ch)
|
||||
(label) print_char::@return
|
||||
(byte) print_char::ch
|
||||
(const byte) print_char::ch#0 ch = (byte) '.'
|
||||
(byte*) print_char_cursor
|
||||
(byte*) print_char_cursor#1 print_char_cursor zp ZP_WORD:16 4.333333333333333
|
||||
(byte*) print_char_cursor#18 print_char_cursor zp ZP_WORD:16 11.0
|
||||
(byte*) print_char_cursor#44 print_char_cursor zp ZP_WORD:16 1.0833333333333333
|
||||
(void()) print_cls()
|
||||
(label) print_cls::@1
|
||||
(label) print_cls::@return
|
||||
(byte*) print_cls::sc
|
||||
(byte*) print_cls::sc#1 sc zp ZP_WORD:19 16.5
|
||||
(byte*) print_cls::sc#2 sc zp ZP_WORD:19 16.5
|
||||
(byte*) print_line_cursor
|
||||
(const byte*) print_line_cursor#0 print_line_cursor = (byte*) 1024
|
||||
(byte*) print_screen
|
||||
(byte()) sid_rnd()
|
||||
(label) sid_rnd::@return
|
||||
(byte) sid_rnd::return
|
||||
(byte) sid_rnd::return#0 reg byte a 334.33333333333337
|
||||
(byte) sid_rnd::return#2 reg byte a 2002.0
|
||||
(void()) sid_rnd_init()
|
||||
(label) sid_rnd_init::@return
|
||||
|
||||
zp ZP_WORD:2 [ main::col#2 main::col#1 ]
|
||||
zp ZP_BYTE:4 [ c1A#1 c1A#3 ]
|
||||
zp ZP_BYTE:5 [ c1B#1 c1B#3 ]
|
||||
zp ZP_BYTE:6 [ c2A#1 c2A#3 ]
|
||||
zp ZP_BYTE:7 [ c2B#1 c2B#3 ]
|
||||
zp ZP_BYTE:8 [ doplasma::c1a#2 doplasma::c1a#0 doplasma::c1a#1 ]
|
||||
zp ZP_BYTE:9 [ doplasma::c1b#2 doplasma::c1b#0 doplasma::c1b#1 ]
|
||||
reg byte x [ doplasma::yprev#2 doplasma::yprev#3 ]
|
||||
zp ZP_BYTE:10 [ doplasma::i#2 doplasma::i#1 ]
|
||||
zp ZP_BYTE:11 [ doplasma::c2a#2 doplasma::c2a#0 doplasma::c2a#1 ]
|
||||
zp ZP_BYTE:12 [ doplasma::c2b#2 doplasma::c2b#0 doplasma::c2b#1 ]
|
||||
zp ZP_BYTE:13 [ doplasma::i1#2 doplasma::i1#1 ]
|
||||
reg byte x [ doplasma::i2#2 doplasma::i2#1 ]
|
||||
zp ZP_WORD:14 [ makecharset::c#2 makecharset::c#1 ]
|
||||
zp ZP_WORD:16 [ print_char_cursor#44 print_char_cursor#18 print_char_cursor#1 ]
|
||||
zp ZP_BYTE:18 [ makecharset::i#7 makecharset::i#1 ]
|
||||
reg byte x [ makecharset::ii#2 makecharset::ii#1 ]
|
||||
reg byte y [ makecharset::b#2 makecharset::b#3 makecharset::b#1 ]
|
||||
zp ZP_WORD:19 [ print_cls::sc#2 print_cls::sc#1 ]
|
||||
zp ZP_BYTE:21 [ doplasma::yval#0 ]
|
||||
reg byte a [ doplasma::$1 ]
|
||||
reg byte a [ doplasma::$3 ]
|
||||
reg byte a [ doplasma::val#0 ]
|
||||
reg byte a [ doplasma::val#1 ]
|
||||
reg byte a [ doplasma::val#4 ]
|
||||
reg byte a [ doplasma::val#6 ]
|
||||
reg byte a [ doplasma::val#8 ]
|
||||
reg byte a [ doplasma::val#10 ]
|
||||
reg byte a [ doplasma::val#12 ]
|
||||
reg byte a [ doplasma::val#14 ]
|
||||
reg byte a [ doplasma::val#16 ]
|
||||
reg byte a [ doplasma::val#18 ]
|
||||
reg byte a [ doplasma::val#20 ]
|
||||
reg byte a [ doplasma::val#22 ]
|
||||
reg byte a [ doplasma::val#24 ]
|
||||
reg byte a [ doplasma::val#26 ]
|
||||
reg byte a [ doplasma::val#28 ]
|
||||
reg byte a [ doplasma::val#30 ]
|
||||
reg byte a [ doplasma::val#32 ]
|
||||
reg byte a [ doplasma::val#34 ]
|
||||
reg byte a [ doplasma::val#36 ]
|
||||
reg byte a [ doplasma::val#38 ]
|
||||
reg byte a [ doplasma::val#40 ]
|
||||
reg byte a [ doplasma::val#42 ]
|
||||
reg byte a [ doplasma::val#44 ]
|
||||
reg byte a [ doplasma::val#46 ]
|
||||
reg byte a [ doplasma::val#48 ]
|
||||
reg byte a [ doplasma::val#50 ]
|
||||
reg byte a [ makecharset::$2 ]
|
||||
zp ZP_BYTE:22 [ makecharset::s#0 ]
|
||||
reg byte a [ sid_rnd::return#2 ]
|
||||
reg byte a [ makecharset::$3 ]
|
||||
zp ZP_BYTE:23 [ makecharset::$4 ]
|
||||
zp ZP_WORD:24 [ makecharset::$8 makecharset::$9 makecharset::$16 ]
|
||||
reg byte a [ makecharset::$11 ]
|
||||
reg byte a [ sid_rnd::return#0 ]
|
||||
|
@ -1 +1,228 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @2
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) BGCOL
|
||||
(const byte*) BGCOL#0 BGCOL = (byte*) 53281
|
||||
(byte) BLACK
|
||||
(const byte) BLACK#0 BLACK = (byte) 0
|
||||
(byte) BLUE
|
||||
(const byte) BLUE#0 BLUE = (byte) 6
|
||||
(byte*) BORDERCOL
|
||||
(const byte*) BORDERCOL#0 BORDERCOL = (byte*) 53280
|
||||
(byte*) CHARSET
|
||||
(const byte*) CHARSET#0 CHARSET = (byte*) 8192
|
||||
(byte*) COLS
|
||||
(const byte*) COLS#0 COLS = (byte*) 55296
|
||||
(byte*) D018
|
||||
(const byte*) D018#0 D018 = (byte*) 53272
|
||||
(byte*) SCREEN1
|
||||
(const byte*) SCREEN1#0 SCREEN1 = (byte*) 10240
|
||||
(byte*) SCREEN2
|
||||
(const byte*) SCREEN2#0 SCREEN2 = (byte*) 11264
|
||||
(byte) SID_CONTROL_NOISE
|
||||
(const byte) SID_CONTROL_NOISE#0 SID_CONTROL_NOISE = (byte) $80
|
||||
(byte*) SID_VOICE3_CONTROL
|
||||
(const byte*) SID_VOICE3_CONTROL#0 SID_VOICE3_CONTROL = (byte*) 54290
|
||||
(word*) SID_VOICE3_FREQ
|
||||
(const word*) SID_VOICE3_FREQ#0 SID_VOICE3_FREQ = (word*) 54286
|
||||
(byte*) SID_VOICE3_OSC
|
||||
(const byte*) SID_VOICE3_OSC#0 SID_VOICE3_OSC = (byte*) 54299
|
||||
(byte*) SINTABLE
|
||||
(const byte*) SINTABLE#0 SINTABLE = (byte*) 7936
|
||||
(byte) c1A
|
||||
(byte) c1A#10 c1A zp ZP_BYTE:4 2.6000000000000005
|
||||
(byte) c1A#14 c1A zp ZP_BYTE:4 11.0
|
||||
(byte) c1A#4 c1A zp ZP_BYTE:4 0.8275862068965517
|
||||
(byte) c1B
|
||||
(byte) c1B#10 c1B zp ZP_BYTE:5 2.3636363636363633
|
||||
(byte) c1B#14 c1B zp ZP_BYTE:5 11.0
|
||||
(byte) c1B#4 c1B zp ZP_BYTE:5 0.8571428571428571
|
||||
(byte) c2A
|
||||
(byte) c2A#14 c2A zp ZP_BYTE:6 11.0
|
||||
(byte) c2A#24 c2A zp ZP_BYTE:6 1.2380952380952381
|
||||
(byte) c2A#4 c2A zp ZP_BYTE:6 1.3333333333333335
|
||||
(byte) c2B
|
||||
(byte) c2B#14 c2B zp ZP_BYTE:7 11.0
|
||||
(byte) c2B#24 c2B zp ZP_BYTE:7 1.1818181818181817
|
||||
(byte) c2B#4 c2B zp ZP_BYTE:7 1.411764705882353
|
||||
(void()) doplasma((byte*) doplasma::screen)
|
||||
(byte~) doplasma::$0 reg byte a 202.0
|
||||
(byte~) doplasma::$2 reg byte a 202.0
|
||||
(byte~) doplasma::$4 reg byte a 2002.0
|
||||
(label) doplasma::@1
|
||||
(label) doplasma::@2
|
||||
(label) doplasma::@3
|
||||
(label) doplasma::@4
|
||||
(label) doplasma::@5
|
||||
(label) doplasma::@6
|
||||
(label) doplasma::@7
|
||||
(label) doplasma::@return
|
||||
(byte) doplasma::c1a
|
||||
(byte) doplasma::c1a#0 c1a zp ZP_BYTE:8 2.0
|
||||
(byte) doplasma::c1a#1 c1a zp ZP_BYTE:8 50.5
|
||||
(byte) doplasma::c1a#2 c1a zp ZP_BYTE:8 101.66666666666666
|
||||
(byte) doplasma::c1b
|
||||
(byte) doplasma::c1b#0 c1b zp ZP_BYTE:9 4.0
|
||||
(byte) doplasma::c1b#1 c1b zp ZP_BYTE:9 67.33333333333333
|
||||
(byte) doplasma::c1b#2 c1b zp ZP_BYTE:9 76.25
|
||||
(byte) doplasma::c2a
|
||||
(byte) doplasma::c2a#0 c2a zp ZP_BYTE:11 2.0
|
||||
(byte) doplasma::c2a#1 c2a zp ZP_BYTE:11 50.5
|
||||
(byte) doplasma::c2a#2 c2a zp ZP_BYTE:11 101.66666666666666
|
||||
(byte) doplasma::c2b
|
||||
(byte) doplasma::c2b#0 c2b zp ZP_BYTE:12 4.0
|
||||
(byte) doplasma::c2b#1 c2b zp ZP_BYTE:12 67.33333333333333
|
||||
(byte) doplasma::c2b#2 c2b zp ZP_BYTE:12 76.25
|
||||
(byte) doplasma::i
|
||||
(byte) doplasma::i#1 i zp ZP_BYTE:10 151.5
|
||||
(byte) doplasma::i#2 i zp ZP_BYTE:10 60.599999999999994
|
||||
(byte) doplasma::i1
|
||||
(byte) doplasma::i1#1 i1 zp ZP_BYTE:13 151.5
|
||||
(byte) doplasma::i1#2 i1 zp ZP_BYTE:13 60.599999999999994
|
||||
(byte) doplasma::i2
|
||||
(byte) doplasma::i2#1 reg byte y 1501.5
|
||||
(byte) doplasma::i2#2 reg byte y 1334.6666666666667
|
||||
(byte) doplasma::ii
|
||||
(byte) doplasma::ii#1 reg byte x 151.5
|
||||
(byte) doplasma::ii#4 reg byte x 171.85714285714283
|
||||
(byte*) doplasma::screen
|
||||
(byte*) doplasma::screen#10 screen zp ZP_WORD:14 0.08695652173913043
|
||||
(byte*) doplasma::screen#2 screen zp ZP_WORD:14 67.33333333333333
|
||||
(byte*) doplasma::screen#5 screen zp ZP_WORD:14 200.83333333333334
|
||||
(byte[$28]) doplasma::xbuf
|
||||
(const byte[$28]) doplasma::xbuf#0 xbuf = { fill( $28, 0) }
|
||||
(byte[$19]) doplasma::ybuf
|
||||
(const byte[$19]) doplasma::ybuf#0 ybuf = { fill( $19, 0) }
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@3
|
||||
(label) main::@4
|
||||
(label) main::@5
|
||||
(label) main::@6
|
||||
(byte*) main::col
|
||||
(byte*) main::col#1 col zp ZP_WORD:2 16.5
|
||||
(byte*) main::col#2 col zp ZP_WORD:2 16.5
|
||||
(label) main::toD0181
|
||||
(word~) main::toD0181_$0
|
||||
(number~) main::toD0181_$1
|
||||
(number~) main::toD0181_$2
|
||||
(number~) main::toD0181_$3
|
||||
(word~) main::toD0181_$4
|
||||
(byte~) main::toD0181_$5
|
||||
(number~) main::toD0181_$6
|
||||
(number~) main::toD0181_$7
|
||||
(number~) main::toD0181_$8
|
||||
(byte*) main::toD0181_gfx
|
||||
(byte) main::toD0181_return
|
||||
(const byte) main::toD0181_return#0 toD0181_return = >(word)(const byte*) SCREEN1#0&(word) $3fff*(byte) 4|>(word)(const byte*) CHARSET#0/(byte) 4&(byte) $f
|
||||
(byte*) main::toD0181_screen
|
||||
(label) main::toD0182
|
||||
(word~) main::toD0182_$0
|
||||
(number~) main::toD0182_$1
|
||||
(number~) main::toD0182_$2
|
||||
(number~) main::toD0182_$3
|
||||
(word~) main::toD0182_$4
|
||||
(byte~) main::toD0182_$5
|
||||
(number~) main::toD0182_$6
|
||||
(number~) main::toD0182_$7
|
||||
(number~) main::toD0182_$8
|
||||
(byte*) main::toD0182_gfx
|
||||
(byte) main::toD0182_return
|
||||
(const byte) main::toD0182_return#0 toD0182_return = >(word)(const byte*) SCREEN2#0&(word) $3fff*(byte) 4|>(word)(const byte*) CHARSET#0/(byte) 4&(byte) $f
|
||||
(byte*) main::toD0182_screen
|
||||
(void()) makecharset((byte*) makecharset::charset)
|
||||
(byte~) makecharset::$11 reg byte a 22.0
|
||||
(byte*~) makecharset::$16 $16 zp ZP_WORD:25 202.0
|
||||
(byte~) makecharset::$2 reg byte a 22.0
|
||||
(byte~) makecharset::$3 reg byte a 2002.0
|
||||
(byte~) makecharset::$4 $4 zp ZP_BYTE:24 2002.0
|
||||
(word~) makecharset::$8 $8 zp ZP_WORD:25 202.0
|
||||
(word~) makecharset::$9 $9 zp ZP_WORD:25 202.0
|
||||
(label) makecharset::@1
|
||||
(label) makecharset::@10
|
||||
(label) makecharset::@11
|
||||
(label) makecharset::@2
|
||||
(label) makecharset::@3
|
||||
(label) makecharset::@4
|
||||
(label) makecharset::@5
|
||||
(label) makecharset::@6
|
||||
(label) makecharset::@7
|
||||
(label) makecharset::@8
|
||||
(label) makecharset::@9
|
||||
(label) makecharset::@return
|
||||
(byte) makecharset::b
|
||||
(byte) makecharset::b#1 reg byte y 2002.0
|
||||
(byte) makecharset::b#2 reg byte y 500.5
|
||||
(byte) makecharset::b#3 reg byte y 517.3333333333334
|
||||
(byte[8]) makecharset::bittab
|
||||
(const byte[8]) makecharset::bittab#0 bittab = { (byte) 1, (byte) 2, (byte) 4, (byte) 8, (byte) $10, (byte) $20, (byte) $40, (byte) $80 }
|
||||
(word) makecharset::c
|
||||
(word) makecharset::c#1 c zp ZP_WORD:16 16.5
|
||||
(word) makecharset::c#2 c zp ZP_WORD:16 5.800000000000001
|
||||
(byte*) makecharset::charset
|
||||
(byte) makecharset::i
|
||||
(byte) makecharset::i#1 i zp ZP_BYTE:20 151.5
|
||||
(byte) makecharset::i#7 i zp ZP_BYTE:20 20.2
|
||||
(byte) makecharset::ii
|
||||
(byte) makecharset::ii#1 reg byte x 1501.5
|
||||
(byte) makecharset::ii#2 reg byte x 375.375
|
||||
(byte) makecharset::s
|
||||
(byte) makecharset::s#0 s zp ZP_BYTE:23 56.22222222222223
|
||||
(void()) print_char((byte) print_char::ch)
|
||||
(label) print_char::@return
|
||||
(byte) print_char::ch
|
||||
(const byte) print_char::ch#0 ch = (byte) '.'
|
||||
(byte*) print_char_cursor
|
||||
(byte*) print_char_cursor#1 print_char_cursor zp ZP_WORD:18 4.333333333333333
|
||||
(byte*) print_char_cursor#18 print_char_cursor zp ZP_WORD:18 11.0
|
||||
(byte*) print_char_cursor#46 print_char_cursor zp ZP_WORD:18 1.0833333333333333
|
||||
(void()) print_cls()
|
||||
(label) print_cls::@1
|
||||
(label) print_cls::@return
|
||||
(byte*) print_cls::sc
|
||||
(byte*) print_cls::sc#1 sc zp ZP_WORD:21 16.5
|
||||
(byte*) print_cls::sc#2 sc zp ZP_WORD:21 16.5
|
||||
(byte*) print_line_cursor
|
||||
(const byte*) print_line_cursor#0 print_line_cursor = (byte*) 1024
|
||||
(byte*) print_screen
|
||||
(byte()) sid_rnd()
|
||||
(label) sid_rnd::@return
|
||||
(byte) sid_rnd::return
|
||||
(byte) sid_rnd::return#0 reg byte a 334.33333333333337
|
||||
(byte) sid_rnd::return#2 reg byte a 2002.0
|
||||
(void()) sid_rnd_init()
|
||||
(label) sid_rnd_init::@return
|
||||
|
||||
zp ZP_WORD:2 [ main::col#2 main::col#1 ]
|
||||
zp ZP_BYTE:4 [ c1A#10 c1A#14 c1A#4 ]
|
||||
zp ZP_BYTE:5 [ c1B#10 c1B#14 c1B#4 ]
|
||||
zp ZP_BYTE:6 [ c2A#24 c2A#14 c2A#4 ]
|
||||
zp ZP_BYTE:7 [ c2B#24 c2B#14 c2B#4 ]
|
||||
zp ZP_BYTE:8 [ doplasma::c1a#2 doplasma::c1a#0 doplasma::c1a#1 ]
|
||||
zp ZP_BYTE:9 [ doplasma::c1b#2 doplasma::c1b#0 doplasma::c1b#1 ]
|
||||
zp ZP_BYTE:10 [ doplasma::i#2 doplasma::i#1 ]
|
||||
zp ZP_BYTE:11 [ doplasma::c2a#2 doplasma::c2a#0 doplasma::c2a#1 ]
|
||||
zp ZP_BYTE:12 [ doplasma::c2b#2 doplasma::c2b#0 doplasma::c2b#1 ]
|
||||
zp ZP_BYTE:13 [ doplasma::i1#2 doplasma::i1#1 ]
|
||||
reg byte x [ doplasma::ii#4 doplasma::ii#1 ]
|
||||
zp ZP_WORD:14 [ doplasma::screen#5 doplasma::screen#10 doplasma::screen#2 ]
|
||||
reg byte y [ doplasma::i2#2 doplasma::i2#1 ]
|
||||
zp ZP_WORD:16 [ makecharset::c#2 makecharset::c#1 ]
|
||||
zp ZP_WORD:18 [ print_char_cursor#46 print_char_cursor#18 print_char_cursor#1 ]
|
||||
zp ZP_BYTE:20 [ makecharset::i#7 makecharset::i#1 ]
|
||||
reg byte x [ makecharset::ii#2 makecharset::ii#1 ]
|
||||
reg byte y [ makecharset::b#2 makecharset::b#3 makecharset::b#1 ]
|
||||
zp ZP_WORD:21 [ print_cls::sc#2 print_cls::sc#1 ]
|
||||
reg byte a [ doplasma::$0 ]
|
||||
reg byte a [ doplasma::$2 ]
|
||||
reg byte a [ doplasma::$4 ]
|
||||
reg byte a [ makecharset::$2 ]
|
||||
zp ZP_BYTE:23 [ makecharset::s#0 ]
|
||||
reg byte a [ sid_rnd::return#2 ]
|
||||
reg byte a [ makecharset::$3 ]
|
||||
zp ZP_BYTE:24 [ makecharset::$4 ]
|
||||
zp ZP_WORD:25 [ makecharset::$8 makecharset::$9 makecharset::$16 ]
|
||||
reg byte a [ makecharset::$11 ]
|
||||
reg byte a [ sid_rnd::return#0 ]
|
||||
|
@ -1 +1,28 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) BGCOL
|
||||
(const byte*) BGCOL#0 BGCOL = (byte*) 53281
|
||||
(byte*) BORDERCOL
|
||||
(const byte*) BORDERCOL#0 BORDERCOL = (byte*) 53280
|
||||
(byte*) RASTER
|
||||
(const byte*) RASTER#0 RASTER = (byte*) 53266
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@3
|
||||
(void()) raster()
|
||||
(label) raster::@1
|
||||
(label) raster::@return
|
||||
(byte) raster::col
|
||||
(byte) raster::col#0 reg byte a 4.0
|
||||
(byte) raster::col#1 reg byte a 101.0
|
||||
(byte) raster::col#2 reg byte a 152.5
|
||||
(byte) raster::i
|
||||
(byte) raster::i#1 reg byte x 75.75
|
||||
(byte) raster::i#2 reg byte x 67.33333333333333
|
||||
(byte[]) rastercols
|
||||
(const byte[]) rastercols#0 rastercols = { (byte) $b, (byte) 0, (byte) $b, (byte) $b, (byte) $c, (byte) $b, (byte) $c, (byte) $c, (byte) $f, (byte) $c, (byte) $f, (byte) $f, (byte) 1, (byte) $f, (byte) 1, (byte) 1, (byte) $f, (byte) 1, (byte) $f, (byte) $f, (byte) $c, (byte) $f, (byte) $c, (byte) $c, (byte) $b, (byte) $c, (byte) $b, (byte) $b, (byte) 0, (byte) $b, (byte) 0, (byte) $ff }
|
||||
|
||||
reg byte a [ raster::col#2 raster::col#0 raster::col#1 ]
|
||||
reg byte x [ raster::i#2 raster::i#1 ]
|
||||
|
@ -1 +1,230 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @2
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) BORDERCOL
|
||||
(const byte*) BORDERCOL#0 BORDERCOL = (byte*) 53280
|
||||
(byte*) COS
|
||||
(const byte*) COS#0 COS = (byte*) 8192
|
||||
(byte) GREEN
|
||||
(const byte) GREEN#0 GREEN = (byte) 5
|
||||
(byte) LIGHT_BLUE
|
||||
(const byte) LIGHT_BLUE#0 LIGHT_BLUE = (byte) $e
|
||||
(byte*) RASTER
|
||||
(const byte*) RASTER#0 RASTER = (byte*) 53266
|
||||
(byte*) SCREEN
|
||||
(const byte*) SCREEN#0 SCREEN = (byte*) 1024
|
||||
(byte*) SIN
|
||||
(const byte*) SIN#0 SIN = (const byte*) COS#0+(byte) $40
|
||||
(byte*) SPRITE
|
||||
(const byte*) SPRITE#0 SPRITE = (byte*) 12288
|
||||
(byte*) SPRITES_COLS
|
||||
(const byte*) SPRITES_COLS#0 SPRITES_COLS = (byte*) 53287
|
||||
(byte*) SPRITES_ENABLE
|
||||
(const byte*) SPRITES_ENABLE#0 SPRITES_ENABLE = (byte*) 53269
|
||||
(byte*) SPRITES_XMSB
|
||||
(const byte*) SPRITES_XMSB#0 SPRITES_XMSB = (byte*) 53264
|
||||
(byte*) SPRITES_XPOS
|
||||
(const byte*) SPRITES_XPOS#0 SPRITES_XPOS = (byte*) 53248
|
||||
(byte*) SPRITES_YPOS
|
||||
(const byte*) SPRITES_YPOS#0 SPRITES_YPOS = (byte*) 53249
|
||||
(void()) anim()
|
||||
(signed word~) anim::$10 $10 zp ZP_WORD:5 202.0
|
||||
(signed word~) anim::$12 $12 zp ZP_WORD:5 202.0
|
||||
(byte~) anim::$15 reg byte a 101.0
|
||||
(byte~) anim::$18 reg byte a 202.0
|
||||
(byte~) anim::$22 reg byte a 202.0
|
||||
(byte~) anim::$25 reg byte a 202.0
|
||||
(label) anim::@1
|
||||
(label) anim::@10
|
||||
(label) anim::@11
|
||||
(label) anim::@12
|
||||
(label) anim::@13
|
||||
(label) anim::@2
|
||||
(label) anim::@3
|
||||
(label) anim::@4
|
||||
(label) anim::@5
|
||||
(label) anim::@6
|
||||
(label) anim::@7
|
||||
(label) anim::@8
|
||||
(label) anim::@9
|
||||
(byte) anim::angle
|
||||
(byte) anim::angle#1 angle zp ZP_BYTE:2 11.0
|
||||
(byte) anim::angle#6 angle zp ZP_BYTE:2 0.55
|
||||
(signed byte) anim::cos_a
|
||||
(byte) anim::i
|
||||
(byte) anim::i#1 i zp ZP_BYTE:3 151.5
|
||||
(byte) anim::i#10 i zp ZP_BYTE:3 14.852941176470589
|
||||
(byte) anim::i2
|
||||
(byte) anim::i2#0 reg byte x 101.0
|
||||
(label) anim::mulf8s_prepare1
|
||||
(byte~) anim::mulf8s_prepare1_$0
|
||||
(signed byte) anim::mulf8s_prepare1_a
|
||||
(label) anim::mulf8s_prepare2
|
||||
(byte~) anim::mulf8s_prepare2_$0
|
||||
(signed byte) anim::mulf8s_prepare2_a
|
||||
(signed byte) anim::sin_a
|
||||
(byte) anim::sprite_msb
|
||||
(byte) anim::sprite_msb#1 sprite_msb zp ZP_BYTE:4 101.0
|
||||
(byte) anim::sprite_msb#10 sprite_msb zp ZP_BYTE:4 8.782608695652174
|
||||
(byte) anim::sprite_msb#2 sprite_msb zp ZP_BYTE:4 202.0
|
||||
(byte) anim::sprite_msb#5 sprite_msb zp ZP_BYTE:4 34.888888888888886
|
||||
(signed byte) anim::x
|
||||
(signed byte) anim::x#0 x zp ZP_BYTE:19 18.9375
|
||||
(signed word) anim::xpos
|
||||
(signed word) anim::xpos#0 xpos zp ZP_WORD:25 33.666666666666664
|
||||
(signed word) anim::xr
|
||||
(signed word) anim::xr#0 xr zp ZP_WORD:21 22.444444444444443
|
||||
(signed word) anim::xr#1 xr zp ZP_WORD:21 40.4
|
||||
(signed byte) anim::y
|
||||
(signed byte) anim::y#0 y zp ZP_BYTE:20 27.545454545454547
|
||||
(byte) anim::ypos
|
||||
(byte) anim::ypos#0 reg byte y 50.5
|
||||
(signed word) anim::yr
|
||||
(signed word) anim::yr#0 yr zp ZP_WORD:23 20.2
|
||||
(signed word) anim::yr#1 yr zp ZP_WORD:23 25.25
|
||||
(void()) init()
|
||||
(label) init::@1
|
||||
(label) init::@2
|
||||
(label) init::@return
|
||||
(byte) init::i
|
||||
(byte) init::i#1 reg byte x 16.5
|
||||
(byte) init::i#2 reg byte x 14.666666666666666
|
||||
(byte*) init::sprites_ptr
|
||||
(const byte*) init::sprites_ptr#0 sprites_ptr = (const byte*) SCREEN#0+(word) $3f8
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@return
|
||||
(signed word()) mulf8s_prepared((signed byte) mulf8s_prepared::b)
|
||||
(byte~) mulf8s_prepared::$12 reg byte a 4.0
|
||||
(byte~) mulf8s_prepared::$15 reg byte a 4.0
|
||||
(byte~) mulf8s_prepared::$16 reg byte a 4.0
|
||||
(byte~) mulf8s_prepared::$8 reg byte a 4.0
|
||||
(label) mulf8s_prepared::@1
|
||||
(label) mulf8s_prepared::@2
|
||||
(label) mulf8s_prepared::@3
|
||||
(label) mulf8s_prepared::@4
|
||||
(label) mulf8s_prepared::@5
|
||||
(label) mulf8s_prepared::@return
|
||||
(signed byte) mulf8s_prepared::b
|
||||
(signed byte) mulf8s_prepared::b#0 reg byte y 202.0
|
||||
(signed byte) mulf8s_prepared::b#1 reg byte y 202.0
|
||||
(signed byte) mulf8s_prepared::b#2 reg byte y 202.0
|
||||
(signed byte) mulf8s_prepared::b#3 reg byte y 202.0
|
||||
(signed byte) mulf8s_prepared::b#4 reg byte y 31.23076923076923
|
||||
(word) mulf8s_prepared::m
|
||||
(word) mulf8s_prepared::m#0 m zp ZP_WORD:5 2.0
|
||||
(word) mulf8s_prepared::m#1 m zp ZP_WORD:5 4.0
|
||||
(word) mulf8s_prepared::m#2 m zp ZP_WORD:5 4.0
|
||||
(word) mulf8s_prepared::m#4 m zp ZP_WORD:5 0.6666666666666666
|
||||
(word) mulf8s_prepared::m#5 m zp ZP_WORD:5 2.5
|
||||
(signed byte*) mulf8s_prepared::memA
|
||||
(const signed byte*) mulf8s_prepared::memA#0 memA = (signed byte*) 253
|
||||
(signed word) mulf8s_prepared::return
|
||||
(void()) mulf8u_prepare((byte) mulf8u_prepare::a)
|
||||
(label) mulf8u_prepare::@return
|
||||
(byte) mulf8u_prepare::a
|
||||
(byte) mulf8u_prepare::a#2 reg byte a 204.0
|
||||
(byte~) mulf8u_prepare::a#3 reg byte a 202.0
|
||||
(byte~) mulf8u_prepare::a#4 reg byte a 202.0
|
||||
(byte*) mulf8u_prepare::memA
|
||||
(const byte*) mulf8u_prepare::memA#0 memA = (byte*) 253
|
||||
(word()) mulf8u_prepared((byte) mulf8u_prepared::b)
|
||||
(label) mulf8u_prepared::@return
|
||||
(byte) mulf8u_prepared::b
|
||||
(byte*) mulf8u_prepared::memB
|
||||
(const byte*) mulf8u_prepared::memB#0 memB = (byte*) 255
|
||||
(byte*) mulf8u_prepared::resL
|
||||
(const byte*) mulf8u_prepared::resL#0 resL = (byte*) 254
|
||||
(word) mulf8u_prepared::return
|
||||
(word) mulf8u_prepared::return#0 return zp ZP_WORD:5 1.3333333333333333
|
||||
(word) mulf8u_prepared::return#2 return zp ZP_WORD:5 4.0
|
||||
(void()) mulf_init()
|
||||
(byte~) mulf_init::$10 reg byte a 22.0
|
||||
(byte~) mulf_init::$11 reg byte a 22.0
|
||||
(byte~) mulf_init::$7 reg byte a 22.0
|
||||
(label) mulf_init::@1
|
||||
(label) mulf_init::@2
|
||||
(label) mulf_init::@3
|
||||
(label) mulf_init::@4
|
||||
(label) mulf_init::@5
|
||||
(label) mulf_init::@6
|
||||
(label) mulf_init::@7
|
||||
(label) mulf_init::@return
|
||||
(byte) mulf_init::c
|
||||
(byte) mulf_init::c#1 reg byte x 2.357142857142857
|
||||
(byte) mulf_init::c#2 reg byte x 22.0
|
||||
(byte) mulf_init::dir
|
||||
(byte) mulf_init::dir#2 dir zp ZP_BYTE:18 4.714285714285714
|
||||
(byte) mulf_init::dir#3 dir zp ZP_BYTE:18 7.333333333333333
|
||||
(word) mulf_init::sqr
|
||||
(word) mulf_init::sqr#1 sqr zp ZP_WORD:12 7.333333333333333
|
||||
(word) mulf_init::sqr#2 sqr zp ZP_WORD:12 22.0
|
||||
(word) mulf_init::sqr#3 sqr zp ZP_WORD:12 9.166666666666666
|
||||
(word) mulf_init::sqr#4 sqr zp ZP_WORD:12 6.6000000000000005
|
||||
(byte*) mulf_init::sqr1_hi
|
||||
(byte*) mulf_init::sqr1_hi#1 sqr1_hi zp ZP_WORD:9 5.5
|
||||
(byte*) mulf_init::sqr1_hi#2 sqr1_hi zp ZP_WORD:9 3.0
|
||||
(byte*) mulf_init::sqr1_lo
|
||||
(byte*) mulf_init::sqr1_lo#1 sqr1_lo zp ZP_WORD:7 16.5
|
||||
(byte*) mulf_init::sqr1_lo#2 sqr1_lo zp ZP_WORD:7 2.5384615384615383
|
||||
(byte*) mulf_init::sqr2_hi
|
||||
(byte*) mulf_init::sqr2_hi#1 sqr2_hi zp ZP_WORD:16 3.142857142857143
|
||||
(byte*) mulf_init::sqr2_hi#2 sqr2_hi zp ZP_WORD:16 11.0
|
||||
(byte*) mulf_init::sqr2_lo
|
||||
(byte*) mulf_init::sqr2_lo#1 sqr2_lo zp ZP_WORD:14 16.5
|
||||
(byte*) mulf_init::sqr2_lo#2 sqr2_lo zp ZP_WORD:14 4.125
|
||||
(byte) mulf_init::x_2
|
||||
(byte) mulf_init::x_2#1 x_2 zp ZP_BYTE:11 11.0
|
||||
(byte) mulf_init::x_2#2 x_2 zp ZP_BYTE:11 4.888888888888889
|
||||
(byte) mulf_init::x_2#3 x_2 zp ZP_BYTE:11 8.25
|
||||
(byte) mulf_init::x_255
|
||||
(byte) mulf_init::x_255#1 reg byte x 5.5
|
||||
(byte) mulf_init::x_255#2 reg byte x 11.0
|
||||
(byte[$200]) mulf_sqr1_hi
|
||||
(const byte[$200]) mulf_sqr1_hi#0 mulf_sqr1_hi = { fill( $200, 0) }
|
||||
(byte[$200]) mulf_sqr1_lo
|
||||
(const byte[$200]) mulf_sqr1_lo#0 mulf_sqr1_lo = { fill( $200, 0) }
|
||||
(byte[$200]) mulf_sqr2_hi
|
||||
(const byte[$200]) mulf_sqr2_hi#0 mulf_sqr2_hi = { fill( $200, 0) }
|
||||
(byte[$200]) mulf_sqr2_lo
|
||||
(const byte[$200]) mulf_sqr2_lo#0 mulf_sqr2_lo = { fill( $200, 0) }
|
||||
(signed byte[8]) xs
|
||||
(const signed byte[8]) xs#0 xs = { (signed byte) -$46, (signed byte) -$46, (signed byte) -$46, (signed byte) 0, (signed byte) 0, (signed byte) $46, (signed byte) $46, (signed byte) $46 }
|
||||
(signed byte[8]) ys
|
||||
(const signed byte[8]) ys#0 ys = { (signed byte) -$46, (signed byte) 0, (signed byte) $46, (signed byte) -$46, (signed byte) $46, (signed byte) -$46, (signed byte) 0, (signed byte) $46 }
|
||||
|
||||
zp ZP_BYTE:2 [ anim::angle#6 anim::angle#1 ]
|
||||
zp ZP_BYTE:3 [ anim::i#10 anim::i#1 ]
|
||||
zp ZP_BYTE:4 [ anim::sprite_msb#10 anim::sprite_msb#5 anim::sprite_msb#2 anim::sprite_msb#1 ]
|
||||
reg byte y [ mulf8s_prepared::b#4 mulf8s_prepared::b#0 mulf8s_prepared::b#2 mulf8s_prepared::b#1 mulf8s_prepared::b#3 ]
|
||||
zp ZP_WORD:5 [ mulf8s_prepared::m#4 mulf8s_prepared::m#5 mulf8s_prepared::m#1 mulf8s_prepared::m#0 mulf8s_prepared::m#2 anim::$10 anim::$12 mulf8u_prepared::return#2 mulf8u_prepared::return#0 ]
|
||||
reg byte a [ mulf8u_prepare::a#2 mulf8u_prepare::a#3 mulf8u_prepare::a#4 ]
|
||||
reg byte x [ init::i#2 init::i#1 ]
|
||||
reg byte x [ mulf_init::c#2 mulf_init::c#1 ]
|
||||
zp ZP_WORD:7 [ mulf_init::sqr1_lo#2 mulf_init::sqr1_lo#1 ]
|
||||
zp ZP_WORD:9 [ mulf_init::sqr1_hi#2 mulf_init::sqr1_hi#1 ]
|
||||
zp ZP_BYTE:11 [ mulf_init::x_2#3 mulf_init::x_2#2 mulf_init::x_2#1 ]
|
||||
zp ZP_WORD:12 [ mulf_init::sqr#3 mulf_init::sqr#4 mulf_init::sqr#1 mulf_init::sqr#2 ]
|
||||
reg byte x [ mulf_init::x_255#2 mulf_init::x_255#1 ]
|
||||
zp ZP_WORD:14 [ mulf_init::sqr2_lo#2 mulf_init::sqr2_lo#1 ]
|
||||
zp ZP_WORD:16 [ mulf_init::sqr2_hi#2 mulf_init::sqr2_hi#1 ]
|
||||
zp ZP_BYTE:18 [ mulf_init::dir#2 mulf_init::dir#3 ]
|
||||
zp ZP_BYTE:19 [ anim::x#0 ]
|
||||
zp ZP_BYTE:20 [ anim::y#0 ]
|
||||
zp ZP_WORD:21 [ anim::xr#0 anim::xr#1 ]
|
||||
zp ZP_WORD:23 [ anim::yr#0 anim::yr#1 ]
|
||||
reg byte a [ anim::$15 ]
|
||||
zp ZP_WORD:25 [ anim::xpos#0 ]
|
||||
reg byte a [ anim::$18 ]
|
||||
reg byte a [ anim::$22 ]
|
||||
reg byte y [ anim::ypos#0 ]
|
||||
reg byte x [ anim::i2#0 ]
|
||||
reg byte a [ anim::$25 ]
|
||||
reg byte a [ mulf8s_prepared::$8 ]
|
||||
reg byte a [ mulf8s_prepared::$15 ]
|
||||
reg byte a [ mulf8s_prepared::$12 ]
|
||||
reg byte a [ mulf8s_prepared::$16 ]
|
||||
reg byte a [ mulf_init::$7 ]
|
||||
reg byte a [ mulf_init::$10 ]
|
||||
reg byte a [ mulf_init::$11 ]
|
||||
|
@ -1 +1,55 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) BGCOL
|
||||
(const byte*) BGCOL#0 BGCOL = (byte*) 53280
|
||||
(byte*) RASTER
|
||||
(const byte*) RASTER#0 RASTER = (byte*) 53266
|
||||
(byte*) SCREEN
|
||||
(const byte*) SCREEN#0 SCREEN = (byte*) 1024
|
||||
(byte*) SCROLL
|
||||
(const byte*) SCROLL#0 SCROLL = (byte*) 53270
|
||||
(byte*) TEXT
|
||||
(const byte*) TEXT#0 TEXT = (string) "-= this is rex of camelot testing a scroller created in kickc. kickc is an optimizing c-compiler for 6502 assembler. =- @"
|
||||
(void()) fillscreen((byte*) fillscreen::screen , (byte) fillscreen::fill)
|
||||
(label) fillscreen::@1
|
||||
(label) fillscreen::@return
|
||||
(byte*) fillscreen::cursor
|
||||
(byte*) fillscreen::cursor#1 cursor zp ZP_WORD:4 16.5
|
||||
(byte*) fillscreen::cursor#2 cursor zp ZP_WORD:4 16.5
|
||||
(byte) fillscreen::fill
|
||||
(const byte) fillscreen::fill#0 fill = (byte) $20
|
||||
(byte*) fillscreen::screen
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@3
|
||||
(label) main::@4
|
||||
(label) main::@5
|
||||
(label) main::@6
|
||||
(label) main::@7
|
||||
(label) main::@8
|
||||
(byte) main::c
|
||||
(byte) main::c#0 reg byte x 16.5
|
||||
(byte) main::c#1 reg byte x 22.0
|
||||
(byte) main::c#2 reg byte x 33.0
|
||||
(byte) main::i
|
||||
(byte) main::i#1 reg byte x 151.5
|
||||
(byte) main::i#2 reg byte x 202.0
|
||||
(byte[]) main::line
|
||||
(const byte[]) main::line#0 line = (const byte*) SCREEN#0+(byte) $28
|
||||
(byte*) main::nxt
|
||||
(byte*) main::nxt#1 nxt zp ZP_WORD:2 22.0
|
||||
(byte*) main::nxt#10 nxt zp ZP_WORD:2 11.0
|
||||
(byte*) main::nxt#4 nxt zp ZP_WORD:2 11.0
|
||||
(byte*) main::nxt#9 nxt zp ZP_WORD:2 3.6666666666666665
|
||||
(byte) main::scroll
|
||||
(byte) main::scroll#1 reg byte x 16.5
|
||||
(byte) main::scroll#4 reg byte x 11.0
|
||||
(byte) main::scroll#7 reg byte x 5.5
|
||||
|
||||
reg byte x [ main::scroll#7 main::scroll#4 main::scroll#1 ]
|
||||
reg byte x [ main::i#2 main::i#1 ]
|
||||
reg byte x [ main::c#2 main::c#1 main::c#0 ]
|
||||
zp ZP_WORD:2 [ main::nxt#4 main::nxt#9 main::nxt#10 main::nxt#1 ]
|
||||
zp ZP_WORD:4 [ fillscreen::cursor#2 fillscreen::cursor#1 ]
|
||||
|
@ -1 +1,109 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) BGCOL
|
||||
(const byte*) BGCOL#0 BGCOL = (byte*) 53280
|
||||
(byte*) CHARGEN
|
||||
(const byte*) CHARGEN#0 CHARGEN = (byte*) 53248
|
||||
(byte*) PROCPORT
|
||||
(const byte*) PROCPORT#0 PROCPORT = (byte*) 1
|
||||
(byte*) RASTER
|
||||
(const byte*) RASTER#0 RASTER = (byte*) 53266
|
||||
(byte*) SCREEN
|
||||
(const byte*) SCREEN#0 SCREEN = (byte*) 1024
|
||||
(byte*) SCROLL
|
||||
(const byte*) SCROLL#0 SCROLL = (byte*) 53270
|
||||
(byte*) TEXT
|
||||
(const byte*) TEXT#0 TEXT = (string) "-= this is rex of camelot testing a scroller created in kickc. kickc is an optimizing c-compiler for 6502 assembler. =- @"
|
||||
(byte) current_bit
|
||||
(byte) current_bit#12 current_bit zp ZP_BYTE:2 3.0
|
||||
(byte) current_bit#21 current_bit zp ZP_BYTE:2 5.833333333333333
|
||||
(byte) current_bit#29 current_bit zp ZP_BYTE:2 2.142857142857143
|
||||
(byte) current_bit#5 current_bit zp ZP_BYTE:2 3.0
|
||||
(byte*) current_chargen
|
||||
(byte*) current_chargen#11 current_chargen zp ZP_WORD:3 3.0
|
||||
(byte*) current_chargen#19 current_chargen zp ZP_WORD:3 5.944444444444444
|
||||
(byte*) current_chargen#27 current_chargen zp ZP_WORD:3 1.666666666666667
|
||||
(byte*) current_chargen#5 current_chargen zp ZP_WORD:3 4.0
|
||||
(void()) fillscreen((byte*) fillscreen::screen , (byte) fillscreen::fill)
|
||||
(label) fillscreen::@1
|
||||
(label) fillscreen::@return
|
||||
(byte*) fillscreen::cursor
|
||||
(byte*) fillscreen::cursor#1 cursor zp ZP_WORD:9 16.5
|
||||
(byte*) fillscreen::cursor#2 cursor zp ZP_WORD:9 16.5
|
||||
(byte) fillscreen::fill
|
||||
(const byte) fillscreen::fill#0 fill = (byte) $20
|
||||
(byte*) fillscreen::screen
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@3
|
||||
(label) main::@4
|
||||
(byte()) next_char()
|
||||
(label) next_char::@1
|
||||
(label) next_char::@2
|
||||
(label) next_char::@return
|
||||
(byte) next_char::c
|
||||
(byte) next_char::c#0 reg byte x 3.0
|
||||
(byte) next_char::c#1 reg byte x 4.0
|
||||
(byte) next_char::return
|
||||
(byte) next_char::return#0 reg byte a 4.0
|
||||
(byte) next_char::return#1 reg byte x 1.5
|
||||
(byte*) nxt
|
||||
(byte*) nxt#14 nxt zp ZP_WORD:7 3.0
|
||||
(byte*) nxt#18 nxt zp ZP_WORD:7 4.0
|
||||
(byte*) nxt#19 nxt zp ZP_WORD:7 0.5714285714285714
|
||||
(byte*) nxt#31 nxt zp ZP_WORD:7 1.5833333333333335
|
||||
(byte*) nxt#35 nxt zp ZP_WORD:7 0.3333333333333333
|
||||
(byte) scroll
|
||||
(byte) scroll#10 reg byte x 3.0
|
||||
(byte) scroll#18 reg byte x 3.25
|
||||
(byte) scroll#3 reg byte x 3.0
|
||||
(void()) scroll_bit()
|
||||
(word~) scroll_bit::$7 $7 zp ZP_WORD:3 4.0
|
||||
(byte~) scroll_bit::$9 reg byte a 202.0
|
||||
(label) scroll_bit::@1
|
||||
(label) scroll_bit::@2
|
||||
(label) scroll_bit::@3
|
||||
(label) scroll_bit::@4
|
||||
(label) scroll_bit::@5
|
||||
(label) scroll_bit::@6
|
||||
(label) scroll_bit::@7
|
||||
(label) scroll_bit::@8
|
||||
(label) scroll_bit::@return
|
||||
(byte) scroll_bit::b
|
||||
(byte) scroll_bit::b#2 reg byte a 101.0
|
||||
(byte) scroll_bit::bits
|
||||
(byte) scroll_bit::bits#0 reg byte a 202.0
|
||||
(word) scroll_bit::c
|
||||
(word) scroll_bit::c#0 c zp ZP_WORD:3 4.0
|
||||
(byte) scroll_bit::r
|
||||
(byte) scroll_bit::r#1 reg byte x 151.5
|
||||
(byte) scroll_bit::r#2 reg byte x 37.875
|
||||
(byte*) scroll_bit::sc
|
||||
(byte*) scroll_bit::sc#1 sc zp ZP_WORD:5 67.33333333333333
|
||||
(byte*) scroll_bit::sc#2 sc zp ZP_WORD:5 43.285714285714285
|
||||
(void()) scroll_hard()
|
||||
(label) scroll_hard::@1
|
||||
(label) scroll_hard::@return
|
||||
(byte) scroll_hard::i
|
||||
(byte) scroll_hard::i#1 reg byte x 151.5
|
||||
(byte) scroll_hard::i#2 reg byte x 202.00000000000006
|
||||
(void()) scroll_soft()
|
||||
(label) scroll_soft::@1
|
||||
(label) scroll_soft::@2
|
||||
(label) scroll_soft::@return
|
||||
|
||||
reg byte x [ scroll#18 scroll#10 scroll#3 ]
|
||||
zp ZP_BYTE:2 [ current_bit#29 current_bit#12 current_bit#21 current_bit#5 ]
|
||||
zp ZP_WORD:3 [ current_chargen#27 current_chargen#11 current_chargen#19 current_chargen#5 scroll_bit::$7 scroll_bit::c#0 ]
|
||||
reg byte x [ scroll_bit::r#2 scroll_bit::r#1 ]
|
||||
zp ZP_WORD:5 [ scroll_bit::sc#2 scroll_bit::sc#1 ]
|
||||
reg byte a [ scroll_bit::b#2 ]
|
||||
reg byte x [ scroll_hard::i#2 scroll_hard::i#1 ]
|
||||
zp ZP_WORD:7 [ nxt#18 nxt#31 nxt#14 nxt#35 nxt#19 ]
|
||||
reg byte x [ next_char::return#1 next_char::c#0 next_char::c#1 ]
|
||||
zp ZP_WORD:9 [ fillscreen::cursor#2 fillscreen::cursor#1 ]
|
||||
reg byte a [ next_char::return#0 ]
|
||||
reg byte a [ scroll_bit::bits#0 ]
|
||||
reg byte a [ scroll_bit::$9 ]
|
||||
|
@ -1 +1,413 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @2
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) BGCOL
|
||||
(const byte*) BGCOL#0 BGCOL = (byte*) 53281
|
||||
(byte*) BGCOL2
|
||||
(const byte*) BGCOL2#0 BGCOL2 = (byte*) 53282
|
||||
(byte*) BGCOL3
|
||||
(const byte*) BGCOL3#0 BGCOL3 = (byte*) 53283
|
||||
(byte) BLACK
|
||||
(const byte) BLACK#0 BLACK = (byte) 0
|
||||
(byte*) BORDERCOL
|
||||
(const byte*) BORDERCOL#0 BORDERCOL = (byte*) 53280
|
||||
(byte*) COLS
|
||||
(const byte*) COLS#0 COLS = (byte*) 55296
|
||||
(byte*) D016
|
||||
(const byte*) D016#0 D016 = (byte*) 53270
|
||||
(byte*) D018
|
||||
(const byte*) D018#0 D018 = (byte*) 53272
|
||||
(byte) DARK_GREY
|
||||
(const byte) DARK_GREY#0 DARK_GREY = (byte) $b
|
||||
(byte*) LOGO
|
||||
(const byte*) LOGO#0 LOGO = (byte*) 8192
|
||||
(dword) PI2_u4f28
|
||||
(const dword) PI2_u4f28#0 PI2_u4f28 = (dword) $6487ed51
|
||||
(dword) PI_HALF_u4f28
|
||||
(const dword) PI_HALF_u4f28#0 PI_HALF_u4f28 = (dword) $1921fb54
|
||||
(dword) PI_u4f28
|
||||
(const dword) PI_u4f28#0 PI_u4f28 = (dword) $3243f6a9
|
||||
(byte*) RASTER
|
||||
(const byte*) RASTER#0 RASTER = (byte*) 53266
|
||||
(byte*) SCREEN
|
||||
(const byte*) SCREEN#0 SCREEN = (byte*) 1024
|
||||
(const byte) SIZEOF_SIGNED_WORD SIZEOF_SIGNED_WORD = (byte) 2
|
||||
(byte) VIC_MCM
|
||||
(const byte) VIC_MCM#0 VIC_MCM = (byte) $10
|
||||
(byte) WHITE
|
||||
(const byte) WHITE#0 WHITE = (byte) 1
|
||||
(word) XSIN_SIZE
|
||||
(const word) XSIN_SIZE#0 XSIN_SIZE = (word) $200
|
||||
(dword()) div32u16u((dword) div32u16u::dividend , (word) div32u16u::divisor)
|
||||
(label) div32u16u::@1
|
||||
(label) div32u16u::@2
|
||||
(label) div32u16u::@return
|
||||
(dword) div32u16u::dividend
|
||||
(word) div32u16u::divisor
|
||||
(dword) div32u16u::quotient
|
||||
(word) div32u16u::quotient_hi
|
||||
(word) div32u16u::quotient_hi#0 quotient_hi zp ZP_WORD:60 0.8
|
||||
(word) div32u16u::quotient_lo
|
||||
(word) div32u16u::quotient_lo#0 quotient_lo zp ZP_WORD:39 4.0
|
||||
(dword) div32u16u::return
|
||||
(dword) div32u16u::return#0 return zp ZP_DWORD:48 1.3333333333333333
|
||||
(dword) div32u16u::return#2 return zp ZP_DWORD:48 4.0
|
||||
(word()) divr16u((word) divr16u::dividend , (word) divr16u::divisor , (word) divr16u::rem)
|
||||
(byte~) divr16u::$1 reg byte a 22.0
|
||||
(byte~) divr16u::$2 reg byte a 22.0
|
||||
(label) divr16u::@1
|
||||
(label) divr16u::@2
|
||||
(label) divr16u::@3
|
||||
(label) divr16u::@4
|
||||
(label) divr16u::@5
|
||||
(label) divr16u::@6
|
||||
(label) divr16u::@return
|
||||
(word) divr16u::dividend
|
||||
(word) divr16u::dividend#0 dividend zp ZP_WORD:37 2.75
|
||||
(word) divr16u::dividend#3 dividend zp ZP_WORD:37 5.0
|
||||
(word) divr16u::dividend#5 dividend zp ZP_WORD:37 2.0
|
||||
(word) divr16u::divisor
|
||||
(byte) divr16u::i
|
||||
(byte) divr16u::i#1 reg byte x 16.5
|
||||
(byte) divr16u::i#2 reg byte x 1.6923076923076923
|
||||
(word) divr16u::quotient
|
||||
(word) divr16u::quotient#1 quotient zp ZP_WORD:39 16.5
|
||||
(word) divr16u::quotient#2 quotient zp ZP_WORD:39 11.0
|
||||
(word) divr16u::quotient#3 quotient zp ZP_WORD:39 2.75
|
||||
(word) divr16u::rem
|
||||
(word) divr16u::rem#0 rem zp ZP_WORD:35 8.25
|
||||
(word) divr16u::rem#1 rem zp ZP_WORD:35 22.0
|
||||
(word) divr16u::rem#10 rem zp ZP_WORD:35 4.0
|
||||
(word) divr16u::rem#11 rem zp ZP_WORD:35 11.666666666666666
|
||||
(word) divr16u::rem#2 rem zp ZP_WORD:35 22.0
|
||||
(word) divr16u::rem#4 rem zp ZP_WORD:35 4.0
|
||||
(word) divr16u::rem#5 rem zp ZP_WORD:35 24.0
|
||||
(word) divr16u::rem#6 rem zp ZP_WORD:35 11.0
|
||||
(word) divr16u::return
|
||||
(word) divr16u::return#0 return zp ZP_WORD:39 5.285714285714286
|
||||
(word) divr16u::return#2 return zp ZP_WORD:39 4.0
|
||||
(word) divr16u::return#3 return zp ZP_WORD:39 4.0
|
||||
(void()) fill((byte*) fill::start , (word) fill::size , (byte) fill::val)
|
||||
(label) fill::@1
|
||||
(label) fill::@return
|
||||
(byte*) fill::addr
|
||||
(byte*) fill::addr#0 addr zp ZP_WORD:41 2.0
|
||||
(byte*) fill::addr#1 addr zp ZP_WORD:41 16.5
|
||||
(byte*) fill::addr#2 addr zp ZP_WORD:41 17.5
|
||||
(byte*) fill::end
|
||||
(byte*) fill::end#0 end zp ZP_WORD:62 2.6
|
||||
(word) fill::size
|
||||
(byte*) fill::start
|
||||
(byte) fill::val
|
||||
(byte) fill::val#3 reg byte x 1.8333333333333333
|
||||
(void()) loop()
|
||||
(signed word*~) loop::$1 $1 zp ZP_WORD:43 22.0
|
||||
(word~) loop::$5 $5 zp ZP_WORD:43 22.0
|
||||
(label) loop::@1
|
||||
(label) loop::@2
|
||||
(label) loop::@3
|
||||
(label) loop::@4
|
||||
(label) loop::@5
|
||||
(label) loop::@6
|
||||
(signed word) loop::xpos
|
||||
(signed word) loop::xpos#0 xpos zp ZP_WORD:43 22.0
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@3
|
||||
(label) main::@4
|
||||
(label) main::@5
|
||||
(label) main::@return
|
||||
(byte) main::ch
|
||||
(byte) main::ch#1 reg byte x 16.5
|
||||
(byte) main::ch#2 reg byte x 22.0
|
||||
(label) main::toD0181
|
||||
(word~) main::toD0181_$0
|
||||
(number~) main::toD0181_$1
|
||||
(number~) main::toD0181_$2
|
||||
(number~) main::toD0181_$3
|
||||
(word~) main::toD0181_$4
|
||||
(byte~) main::toD0181_$5
|
||||
(number~) main::toD0181_$6
|
||||
(number~) main::toD0181_$7
|
||||
(number~) main::toD0181_$8
|
||||
(byte*) main::toD0181_gfx
|
||||
(byte) main::toD0181_return
|
||||
(const byte) main::toD0181_return#0 toD0181_return = >(word)(const byte*) SCREEN#0&(word) $3fff*(byte) 4|>(word)(const byte*) LOGO#0/(byte) 4&(byte) $f
|
||||
(byte*) main::toD0181_screen
|
||||
(signed dword()) mul16s((signed word) mul16s::a , (signed word) mul16s::b)
|
||||
(word~) mul16s::$16 $16 zp ZP_WORD:54 4.0
|
||||
(word~) mul16s::$9 $9 zp ZP_WORD:54 4.0
|
||||
(label) mul16s::@1
|
||||
(label) mul16s::@2
|
||||
(label) mul16s::@3
|
||||
(label) mul16s::@4
|
||||
(label) mul16s::@return
|
||||
(signed word) mul16s::a
|
||||
(signed word) mul16s::a#0 a zp ZP_WORD:31 2.6
|
||||
(signed word) mul16s::b
|
||||
(dword) mul16s::m
|
||||
(dword) mul16s::m#0 m zp ZP_DWORD:14 2.0
|
||||
(dword) mul16s::m#1 m zp ZP_DWORD:14 4.0
|
||||
(dword) mul16s::m#4 m zp ZP_DWORD:14 4.0
|
||||
(signed dword) mul16s::return
|
||||
(signed dword) mul16s::return#0 return zp ZP_DWORD:14 4.333333333333333
|
||||
(signed dword) mul16s::return#2 return zp ZP_DWORD:14 22.0
|
||||
(dword()) mul16u((word) mul16u::a , (word) mul16u::b)
|
||||
(byte~) mul16u::$1 reg byte a 202.0
|
||||
(label) mul16u::@1
|
||||
(label) mul16u::@2
|
||||
(label) mul16u::@3
|
||||
(label) mul16u::@4
|
||||
(label) mul16u::@return
|
||||
(word) mul16u::a
|
||||
(word) mul16u::a#0 a zp ZP_WORD:20 101.0
|
||||
(word) mul16u::a#2 a zp ZP_WORD:20 2.0
|
||||
(word) mul16u::a#3 a zp ZP_WORD:20 67.66666666666666
|
||||
(word) mul16u::a#6 a zp ZP_WORD:20 6.0
|
||||
(word~) mul16u::a#8 a zp ZP_WORD:20 4.0
|
||||
(word) mul16u::b
|
||||
(word) mul16u::b#1 b zp ZP_WORD:18 4.0
|
||||
(dword) mul16u::mb
|
||||
(dword) mul16u::mb#0 mb zp ZP_DWORD:22 4.0
|
||||
(dword) mul16u::mb#1 mb zp ZP_DWORD:22 202.0
|
||||
(dword) mul16u::mb#2 mb zp ZP_DWORD:22 43.57142857142858
|
||||
(dword) mul16u::res
|
||||
(dword) mul16u::res#1 res zp ZP_DWORD:14 202.0
|
||||
(dword) mul16u::res#2 res zp ZP_DWORD:14 43.85714285714286
|
||||
(dword) mul16u::res#6 res zp ZP_DWORD:14 101.0
|
||||
(dword) mul16u::return
|
||||
(dword) mul16u::return#2 return zp ZP_DWORD:14 4.0
|
||||
(dword) mul16u::return#3 return zp ZP_DWORD:14 4.0
|
||||
(word()) mulu16_sel((word) mulu16_sel::v1 , (word) mulu16_sel::v2 , (byte) mulu16_sel::select)
|
||||
(dword~) mulu16_sel::$0 $0 zp ZP_DWORD:14 4.0
|
||||
(dword~) mulu16_sel::$1 $1 zp ZP_DWORD:14 4.0
|
||||
(label) mulu16_sel::@1
|
||||
(label) mulu16_sel::@return
|
||||
(word) mulu16_sel::return
|
||||
(word) mulu16_sel::return#0 return zp ZP_WORD:58 4.0
|
||||
(word) mulu16_sel::return#1 return#1 zp ZP_WORD:33 4.0
|
||||
(word) mulu16_sel::return#10 return#10 zp ZP_WORD:33 4.0
|
||||
(word) mulu16_sel::return#11 return zp ZP_WORD:58 4.0
|
||||
(word) mulu16_sel::return#12 return zp ZP_WORD:58 1.714285714285714
|
||||
(word) mulu16_sel::return#2 return zp ZP_WORD:58 4.0
|
||||
(byte) mulu16_sel::select
|
||||
(byte) mulu16_sel::select#5 reg byte x 0.3333333333333333
|
||||
(word) mulu16_sel::v1
|
||||
(word) mulu16_sel::v1#0 v1 zp ZP_WORD:33 2.0
|
||||
(word) mulu16_sel::v1#1 v1 zp ZP_WORD:33 2.0
|
||||
(word) mulu16_sel::v1#2 v1 zp ZP_WORD:33 4.0
|
||||
(word) mulu16_sel::v1#3 v1 zp ZP_WORD:33 2.0
|
||||
(word) mulu16_sel::v1#4 v1 zp ZP_WORD:33 2.0
|
||||
(word) mulu16_sel::v1#5 v1 zp ZP_WORD:33 12.0
|
||||
(word) mulu16_sel::v2
|
||||
(word) mulu16_sel::v2#0 v2 zp ZP_WORD:18 4.0
|
||||
(word) mulu16_sel::v2#1 v2 zp ZP_WORD:18 4.0
|
||||
(word) mulu16_sel::v2#3 v2 zp ZP_WORD:18 4.0
|
||||
(word) mulu16_sel::v2#4 v2 zp ZP_WORD:18 4.0
|
||||
(word) mulu16_sel::v2#5 v2 zp ZP_WORD:18 5.0
|
||||
(word) rem16u
|
||||
(word) rem16u#1 rem16u zp ZP_WORD:35 0.8
|
||||
(void()) render_logo((signed word) render_logo::xpos)
|
||||
(byte~) render_logo::$0 reg byte a 4.0
|
||||
(byte~) render_logo::$1 reg byte a 4.0
|
||||
(signed byte~) render_logo::$17 reg byte a 2.0
|
||||
(byte~) render_logo::$2 reg byte a 4.0
|
||||
(signed word~) render_logo::$3 $3 zp ZP_WORD:45 2.0
|
||||
(byte~) render_logo::$33 reg byte a 202.0
|
||||
(byte~) render_logo::$36 reg byte a 202.0
|
||||
(byte~) render_logo::$39 reg byte a 202.0
|
||||
(byte~) render_logo::$42 reg byte a 202.0
|
||||
(byte~) render_logo::$45 reg byte a 202.0
|
||||
(byte~) render_logo::$73 reg byte a 202.0
|
||||
(byte~) render_logo::$76 reg byte a 202.0
|
||||
(byte~) render_logo::$79 reg byte a 202.0
|
||||
(byte~) render_logo::$82 reg byte a 202.0
|
||||
(byte~) render_logo::$85 reg byte a 202.0
|
||||
(label) render_logo::@1
|
||||
(label) render_logo::@10
|
||||
(label) render_logo::@11
|
||||
(label) render_logo::@12
|
||||
(label) render_logo::@13
|
||||
(label) render_logo::@15_1
|
||||
(label) render_logo::@15_2
|
||||
(label) render_logo::@15_3
|
||||
(label) render_logo::@15_4
|
||||
(label) render_logo::@15_5
|
||||
(label) render_logo::@2
|
||||
(label) render_logo::@24_1
|
||||
(label) render_logo::@24_2
|
||||
(label) render_logo::@24_3
|
||||
(label) render_logo::@24_4
|
||||
(label) render_logo::@24_5
|
||||
(label) render_logo::@3
|
||||
(label) render_logo::@32_1
|
||||
(label) render_logo::@32_2
|
||||
(label) render_logo::@32_3
|
||||
(label) render_logo::@32_4
|
||||
(label) render_logo::@32_5
|
||||
(label) render_logo::@4
|
||||
(label) render_logo::@5
|
||||
(label) render_logo::@6
|
||||
(label) render_logo::@7
|
||||
(label) render_logo::@7_1
|
||||
(label) render_logo::@7_2
|
||||
(label) render_logo::@7_3
|
||||
(label) render_logo::@7_4
|
||||
(label) render_logo::@7_5
|
||||
(label) render_logo::@8
|
||||
(label) render_logo::@9
|
||||
(label) render_logo::@return
|
||||
(byte) render_logo::line
|
||||
(byte) render_logo::logo_idx
|
||||
(byte) render_logo::logo_idx#10 logo_idx zp ZP_BYTE:4 57.714285714285715
|
||||
(byte) render_logo::logo_idx#11 logo_idx#11 zp ZP_BYTE:5 65.07142857142857
|
||||
(byte~) render_logo::logo_idx#14 logo_idx#14 zp ZP_BYTE:5 4.0
|
||||
(byte) render_logo::logo_idx#3 logo_idx zp ZP_BYTE:4 202.0
|
||||
(byte) render_logo::logo_idx#4 logo_idx#4 zp ZP_BYTE:5 202.0
|
||||
(byte) render_logo::logo_start
|
||||
(byte) render_logo::screen_idx
|
||||
(byte) render_logo::screen_idx#10 reg byte y 77.6923076923077
|
||||
(byte) render_logo::screen_idx#15 reg byte y 126.25
|
||||
(byte) render_logo::screen_idx#18 reg byte y 126.25
|
||||
(byte) render_logo::screen_idx#21 reg byte y 69.92307692307692
|
||||
(byte) render_logo::screen_idx#3 reg byte y 202.0
|
||||
(byte) render_logo::screen_idx#4 reg byte y 101.0
|
||||
(byte) render_logo::screen_idx#5 reg byte y 101.0
|
||||
(byte) render_logo::screen_idx#6 reg byte y 202.0
|
||||
(signed byte) render_logo::x_char
|
||||
(signed byte) render_logo::x_char#0 x_char zp ZP_BYTE:47 0.36363636363636365
|
||||
(signed word) render_logo::xpos
|
||||
(signed word) render_logo::xpos#0 xpos zp ZP_WORD:43 2.142857142857143
|
||||
(signed word()) sin16s((dword) sin16s::x)
|
||||
(dword~) sin16s::$4 $4 zp ZP_DWORD:27 4.0
|
||||
(label) sin16s::@1
|
||||
(label) sin16s::@10
|
||||
(label) sin16s::@11
|
||||
(label) sin16s::@12
|
||||
(label) sin16s::@2
|
||||
(label) sin16s::@3
|
||||
(label) sin16s::@4
|
||||
(label) sin16s::@5
|
||||
(label) sin16s::@6
|
||||
(label) sin16s::@7
|
||||
(label) sin16s::@8
|
||||
(label) sin16s::@9
|
||||
(label) sin16s::@return
|
||||
(byte) sin16s::isUpper
|
||||
(byte) sin16s::isUpper#2 isUpper zp ZP_BYTE:26 0.06060606060606061
|
||||
(signed word) sin16s::return
|
||||
(signed word) sin16s::return#0 return zp ZP_WORD:31 22.0
|
||||
(signed word) sin16s::return#1 return zp ZP_WORD:31 5.0
|
||||
(signed word~) sin16s::return#5 return zp ZP_WORD:31 4.0
|
||||
(signed word) sin16s::sinx
|
||||
(signed word) sin16s::sinx#1 sinx zp ZP_WORD:31 4.0
|
||||
(word) sin16s::usinx
|
||||
(word) sin16s::usinx#0 usinx zp ZP_WORD:31 0.3333333333333333
|
||||
(word) sin16s::usinx#1 usinx zp ZP_WORD:31 1.0
|
||||
(dword) sin16s::x
|
||||
(dword) sin16s::x#0 x zp ZP_DWORD:27 8.5
|
||||
(dword) sin16s::x#1 x zp ZP_DWORD:27 4.0
|
||||
(dword) sin16s::x#2 x zp ZP_DWORD:27 4.0
|
||||
(dword) sin16s::x#4 x zp ZP_DWORD:27 5.0
|
||||
(dword) sin16s::x#6 x zp ZP_DWORD:27 6.0
|
||||
(word) sin16s::x1
|
||||
(word) sin16s::x1#0 x1 zp ZP_WORD:56 0.6363636363636365
|
||||
(word) sin16s::x2
|
||||
(word) sin16s::x2#0 x2 zp ZP_WORD:33 4.0
|
||||
(word) sin16s::x3
|
||||
(word) sin16s::x3#0 x3 zp ZP_WORD:33 1.0
|
||||
(word) sin16s::x3_6
|
||||
(word) sin16s::x3_6#0 x3_6 zp ZP_WORD:58 4.0
|
||||
(word) sin16s::x4
|
||||
(word) sin16s::x4#0 x4 zp ZP_WORD:33 4.0
|
||||
(word) sin16s::x5
|
||||
(word) sin16s::x5#0 x5 zp ZP_WORD:58 4.0
|
||||
(word) sin16s::x5_128
|
||||
(word) sin16s::x5_128#0 x5_128 zp ZP_WORD:58 4.0
|
||||
(void()) sin16s_gen2((signed word*) sin16s_gen2::sintab , (word) sin16s_gen2::wavelength , (signed word) sin16s_gen2::min , (signed word) sin16s_gen2::max)
|
||||
(signed dword~) sin16s_gen2::$5 $5 zp ZP_DWORD:14 22.0
|
||||
(word~) sin16s_gen2::$6 $6 zp ZP_WORD:52 11.0
|
||||
(label) sin16s_gen2::@1
|
||||
(label) sin16s_gen2::@2
|
||||
(label) sin16s_gen2::@3
|
||||
(label) sin16s_gen2::@4
|
||||
(label) sin16s_gen2::@return
|
||||
(signed word) sin16s_gen2::ampl
|
||||
(const signed word) sin16s_gen2::ampl#0 ampl = (const signed word) sin16s_gen2::max#0-(const signed word) sin16s_gen2::min#0
|
||||
(word) sin16s_gen2::i
|
||||
(word) sin16s_gen2::i#1 i zp ZP_WORD:12 16.5
|
||||
(word) sin16s_gen2::i#2 i zp ZP_WORD:12 1.8333333333333333
|
||||
(signed word) sin16s_gen2::max
|
||||
(const signed word) sin16s_gen2::max#0 max = (signed word) $140
|
||||
(signed word) sin16s_gen2::min
|
||||
(const signed word) sin16s_gen2::min#0 min = (signed word) -$140
|
||||
(signed word) sin16s_gen2::offs
|
||||
(signed word*) sin16s_gen2::sintab
|
||||
(signed word*) sin16s_gen2::sintab#0 sintab zp ZP_WORD:10 5.5
|
||||
(signed word*) sin16s_gen2::sintab#2 sintab zp ZP_WORD:10 3.3000000000000003
|
||||
(dword) sin16s_gen2::step
|
||||
(dword) sin16s_gen2::step#0 step zp ZP_DWORD:48 0.8666666666666666
|
||||
(word) sin16s_gen2::wavelength
|
||||
(dword) sin16s_gen2::x
|
||||
(dword) sin16s_gen2::x#1 x zp ZP_DWORD:6 7.333333333333333
|
||||
(dword) sin16s_gen2::x#2 x zp ZP_DWORD:6 3.0
|
||||
(signed word[XSIN_SIZE#0]) xsin
|
||||
(const signed word[XSIN_SIZE#0]) xsin#0 xsin = { fill( XSIN_SIZE#0, 0) }
|
||||
(word) xsin_idx
|
||||
(word) xsin_idx#11 xsin_idx zp ZP_WORD:2 4.125
|
||||
(word) xsin_idx#19 xsin_idx zp ZP_WORD:2 11.0
|
||||
(word) xsin_idx#3 xsin_idx zp ZP_WORD:2 11.0
|
||||
|
||||
reg byte x [ main::ch#2 main::ch#1 ]
|
||||
zp ZP_WORD:2 [ xsin_idx#11 xsin_idx#19 xsin_idx#3 ]
|
||||
reg byte y [ render_logo::screen_idx#10 render_logo::screen_idx#4 render_logo::screen_idx#18 render_logo::screen_idx#3 ]
|
||||
zp ZP_BYTE:4 [ render_logo::logo_idx#10 render_logo::logo_idx#3 ]
|
||||
zp ZP_BYTE:5 [ render_logo::logo_idx#11 render_logo::logo_idx#14 render_logo::logo_idx#4 ]
|
||||
reg byte y [ render_logo::screen_idx#15 render_logo::screen_idx#21 render_logo::screen_idx#5 render_logo::screen_idx#6 ]
|
||||
zp ZP_DWORD:6 [ sin16s_gen2::x#2 sin16s_gen2::x#1 ]
|
||||
zp ZP_WORD:10 [ sin16s_gen2::sintab#2 sin16s_gen2::sintab#0 ]
|
||||
zp ZP_WORD:12 [ sin16s_gen2::i#2 sin16s_gen2::i#1 ]
|
||||
zp ZP_DWORD:14 [ mul16s::m#4 mul16s::m#1 mul16s::m#0 mul16u::return#2 mul16s::return#0 mul16u::res#2 mul16u::res#6 mul16u::res#1 mul16u::return#3 mul16s::return#2 sin16s_gen2::$5 mulu16_sel::$0 mulu16_sel::$1 ]
|
||||
zp ZP_WORD:18 [ mul16u::b#1 mulu16_sel::v2#5 mulu16_sel::v2#3 mulu16_sel::v2#4 mulu16_sel::v2#0 mulu16_sel::v2#1 ]
|
||||
zp ZP_WORD:20 [ mul16u::a#3 mul16u::a#6 mul16u::a#8 mul16u::a#2 mul16u::a#0 ]
|
||||
zp ZP_DWORD:22 [ mul16u::mb#2 mul16u::mb#0 mul16u::mb#1 ]
|
||||
zp ZP_BYTE:26 [ sin16s::isUpper#2 ]
|
||||
zp ZP_DWORD:27 [ sin16s::x#6 sin16s::x#4 sin16s::x#0 sin16s::x#1 sin16s::x#2 sin16s::$4 ]
|
||||
zp ZP_WORD:31 [ sin16s::return#1 sin16s::return#5 sin16s::sinx#1 sin16s::usinx#1 sin16s::return#0 mul16s::a#0 sin16s::usinx#0 ]
|
||||
zp ZP_WORD:33 [ mulu16_sel::v1#5 mulu16_sel::v1#3 mulu16_sel::v1#4 mulu16_sel::v1#0 mulu16_sel::v1#1 mulu16_sel::v1#2 sin16s::x3#0 sin16s::x2#0 sin16s::x4#0 mulu16_sel::return#1 mulu16_sel::return#10 ]
|
||||
reg byte x [ mulu16_sel::select#5 ]
|
||||
zp ZP_WORD:35 [ divr16u::rem#5 divr16u::rem#10 divr16u::rem#4 divr16u::rem#11 divr16u::rem#6 divr16u::rem#0 divr16u::rem#1 divr16u::rem#2 rem16u#1 ]
|
||||
zp ZP_WORD:37 [ divr16u::dividend#3 divr16u::dividend#5 divr16u::dividend#0 ]
|
||||
zp ZP_WORD:39 [ divr16u::quotient#3 divr16u::return#0 divr16u::quotient#1 divr16u::quotient#2 divr16u::return#2 divr16u::return#3 div32u16u::quotient_lo#0 ]
|
||||
reg byte x [ divr16u::i#2 divr16u::i#1 ]
|
||||
reg byte x [ fill::val#3 ]
|
||||
zp ZP_WORD:41 [ fill::addr#2 fill::addr#0 fill::addr#1 ]
|
||||
zp ZP_WORD:43 [ loop::$5 loop::$1 loop::xpos#0 render_logo::xpos#0 ]
|
||||
reg byte a [ render_logo::$0 ]
|
||||
reg byte a [ render_logo::$1 ]
|
||||
reg byte a [ render_logo::$2 ]
|
||||
zp ZP_WORD:45 [ render_logo::$3 ]
|
||||
zp ZP_BYTE:47 [ render_logo::x_char#0 ]
|
||||
reg byte a [ render_logo::$33 ]
|
||||
reg byte a [ render_logo::$36 ]
|
||||
reg byte a [ render_logo::$39 ]
|
||||
reg byte a [ render_logo::$42 ]
|
||||
reg byte a [ render_logo::$45 ]
|
||||
reg byte a [ render_logo::$17 ]
|
||||
reg byte a [ render_logo::$73 ]
|
||||
reg byte a [ render_logo::$76 ]
|
||||
reg byte a [ render_logo::$79 ]
|
||||
reg byte a [ render_logo::$82 ]
|
||||
reg byte a [ render_logo::$85 ]
|
||||
zp ZP_DWORD:48 [ div32u16u::return#2 sin16s_gen2::step#0 div32u16u::return#0 ]
|
||||
zp ZP_WORD:52 [ sin16s_gen2::$6 ]
|
||||
zp ZP_WORD:54 [ mul16s::$9 mul16s::$16 ]
|
||||
reg byte a [ mul16u::$1 ]
|
||||
zp ZP_WORD:56 [ sin16s::x1#0 ]
|
||||
zp ZP_WORD:58 [ mulu16_sel::return#0 mulu16_sel::return#12 mulu16_sel::return#2 sin16s::x3_6#0 mulu16_sel::return#11 sin16s::x5#0 sin16s::x5_128#0 ]
|
||||
zp ZP_WORD:60 [ div32u16u::quotient_hi#0 ]
|
||||
reg byte a [ divr16u::$1 ]
|
||||
reg byte a [ divr16u::$2 ]
|
||||
zp ZP_WORD:62 [ fill::end#0 ]
|
||||
|
@ -1 +1,73 @@
|
||||
program
|
||||
(label) @1
|
||||
(label) @2
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(byte*) BGCOL
|
||||
(const byte*) BGCOL#0 BGCOL = (byte*) 53281
|
||||
(byte*) BGCOL2
|
||||
(const byte*) BGCOL2#0 BGCOL2 = (byte*) 53282
|
||||
(byte*) BGCOL3
|
||||
(const byte*) BGCOL3#0 BGCOL3 = (byte*) 53283
|
||||
(byte) BLACK
|
||||
(const byte) BLACK#0 BLACK = (byte) 0
|
||||
(byte*) BORDERCOL
|
||||
(const byte*) BORDERCOL#0 BORDERCOL = (byte*) 53280
|
||||
(byte*) COLS
|
||||
(const byte*) COLS#0 COLS = (byte*) 55296
|
||||
(byte*) D016
|
||||
(const byte*) D016#0 D016 = (byte*) 53270
|
||||
(byte*) D018
|
||||
(const byte*) D018#0 D018 = (byte*) 53272
|
||||
(byte) DARK_GREY
|
||||
(const byte) DARK_GREY#0 DARK_GREY = (byte) $b
|
||||
(byte*) LOGO
|
||||
(const byte*) LOGO#0 LOGO = (byte*) 8192
|
||||
(byte*) SCREEN
|
||||
(const byte*) SCREEN#0 SCREEN = (byte*) 1024
|
||||
(byte) VIC_CSEL
|
||||
(const byte) VIC_CSEL#0 VIC_CSEL = (byte) 8
|
||||
(byte) VIC_MCM
|
||||
(const byte) VIC_MCM#0 VIC_MCM = (byte) $10
|
||||
(byte) WHITE
|
||||
(const byte) WHITE#0 WHITE = (byte) 1
|
||||
(void()) fill((byte*) fill::start , (word) fill::size , (byte) fill::val)
|
||||
(label) fill::@1
|
||||
(label) fill::@return
|
||||
(byte*) fill::addr
|
||||
(byte*) fill::addr#0 addr zp ZP_WORD:4 2.0
|
||||
(byte*) fill::addr#1 addr zp ZP_WORD:4 16.5
|
||||
(byte*) fill::addr#2 addr zp ZP_WORD:4 17.5
|
||||
(byte*) fill::end
|
||||
(byte*) fill::end#0 end zp ZP_WORD:2 2.6
|
||||
(word) fill::size
|
||||
(word) fill::size#2 size zp ZP_WORD:2 2.0
|
||||
(byte*) fill::start
|
||||
(byte) fill::val
|
||||
(byte) fill::val#3 reg byte x 1.8333333333333333
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
(label) main::@2
|
||||
(label) main::@3
|
||||
(label) main::@4
|
||||
(byte) main::ch
|
||||
(byte) main::ch#1 reg byte x 16.5
|
||||
(byte) main::ch#2 reg byte x 22.0
|
||||
(label) main::toD0181
|
||||
(word~) main::toD0181_$0
|
||||
(number~) main::toD0181_$1
|
||||
(number~) main::toD0181_$2
|
||||
(number~) main::toD0181_$3
|
||||
(word~) main::toD0181_$4
|
||||
(byte~) main::toD0181_$5
|
||||
(number~) main::toD0181_$6
|
||||
(number~) main::toD0181_$7
|
||||
(number~) main::toD0181_$8
|
||||
(byte*) main::toD0181_gfx
|
||||
(byte) main::toD0181_return
|
||||
(const byte) main::toD0181_return#0 toD0181_return = >(word)(const byte*) SCREEN#0&(word) $3fff*(byte) 4|>(word)(const byte*) LOGO#0/(byte) 4&(byte) $f
|
||||
(byte*) main::toD0181_screen
|
||||
|
||||
reg byte x [ main::ch#2 main::ch#1 ]
|
||||
zp ZP_WORD:2 [ fill::size#2 fill::end#0 ]
|
||||
reg byte x [ fill::val#3 ]
|
||||
zp ZP_WORD:4 [ fill::addr#2 fill::addr#0 fill::addr#1 ]
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user