mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-26 12:49:21 +00:00
Updated ref files.
This commit is contained in:
parent
ba372afeb3
commit
a877da3c7d
@ -4,7 +4,6 @@
|
||||
:BasicUpstart(main)
|
||||
.pc = $80d "Program"
|
||||
.label SCREEN = $400
|
||||
.encoding "petscii_mixed"
|
||||
.const CH = '\$ff'
|
||||
main: {
|
||||
ldx #0
|
||||
|
@ -40,8 +40,8 @@ SYMBOL TABLE SSA
|
||||
(label) @2
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(const byte) CH = (byte) '▒'pm
|
||||
(const byte*) MESSAGE[] = (byte*) "q▒w褐e│r"pm
|
||||
(const byte) CH = (byte) '刺'
|
||||
(const byte*) MESSAGE[] = (byte*) "q刺w er"
|
||||
(const nomodify byte*) SCREEN = (byte*)(number) $400
|
||||
(void()) main()
|
||||
(bool~) main::$0
|
||||
@ -147,7 +147,6 @@ Target platform is c64basic / MOS6502X
|
||||
.pc = $80d "Program"
|
||||
// Global Constants & labels
|
||||
.label SCREEN = $400
|
||||
.encoding "petscii_mixed"
|
||||
.const CH = '\$ff'
|
||||
// @begin
|
||||
__bbegin:
|
||||
@ -236,7 +235,6 @@ ASSEMBLER BEFORE OPTIMIZATION
|
||||
.pc = $80d "Program"
|
||||
// Global Constants & labels
|
||||
.label SCREEN = $400
|
||||
.encoding "petscii_mixed"
|
||||
.const CH = '\$ff'
|
||||
// @begin
|
||||
__bbegin:
|
||||
@ -322,8 +320,8 @@ FINAL SYMBOL TABLE
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(const byte) CH = (byte) '▒'pm
|
||||
(const byte*) MESSAGE[] = (byte*) "q▒w褐e│r"pm
|
||||
(const byte) CH = (byte) '刺'
|
||||
(const byte*) MESSAGE[] = (byte*) "q刺w er"
|
||||
(const nomodify byte*) SCREEN = (byte*) 1024
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
@ -349,7 +347,6 @@ Score: 267
|
||||
.pc = $80d "Program"
|
||||
// Global Constants & labels
|
||||
.label SCREEN = $400
|
||||
.encoding "petscii_mixed"
|
||||
.const CH = '\$ff'
|
||||
// @begin
|
||||
// [1] phi from @begin to @1 [phi:@begin->@1]
|
||||
|
@ -1,8 +1,8 @@
|
||||
(label) @1
|
||||
(label) @begin
|
||||
(label) @end
|
||||
(const byte) CH = (byte) '▒'pm
|
||||
(const byte*) MESSAGE[] = (byte*) "q▒w褐e│r"pm
|
||||
(const byte) CH = (byte) '刺'
|
||||
(const byte*) MESSAGE[] = (byte*) "q刺w er"
|
||||
(const nomodify byte*) SCREEN = (byte*) 1024
|
||||
(void()) main()
|
||||
(label) main::@1
|
||||
|
Loading…
Reference in New Issue
Block a user