mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-02-17 10:30:43 +00:00
Fixed test
This commit is contained in:
parent
4f6908ac80
commit
bc1bb7d2e5
@ -1,6 +1,4 @@
|
|||||||
// Example of a struct containing an array
|
// Example of a struct containing an array
|
||||||
// It works on the surface - but illustrates the problem with structs containing arrays treating them like pointers.
|
|
||||||
// https://gitlab.com/camelot/kickc/issues/312
|
|
||||||
.pc = $801 "Basic"
|
.pc = $801 "Basic"
|
||||||
:BasicUpstart(main)
|
:BasicUpstart(main)
|
||||||
.pc = $80d "Program"
|
.pc = $80d "Program"
|
||||||
|
@ -380,8 +380,6 @@ INITIAL ASM
|
|||||||
Target platform is c64basic / MOS6502X
|
Target platform is c64basic / MOS6502X
|
||||||
// File Comments
|
// File Comments
|
||||||
// Example of a struct containing an array
|
// Example of a struct containing an array
|
||||||
// It works on the surface - but illustrates the problem with structs containing arrays treating them like pointers.
|
|
||||||
// https://gitlab.com/camelot/kickc/issues/312
|
|
||||||
// Upstart
|
// Upstart
|
||||||
.pc = $801 "Basic"
|
.pc = $801 "Basic"
|
||||||
:BasicUpstart(bbegin)
|
:BasicUpstart(bbegin)
|
||||||
@ -570,8 +568,6 @@ Allocated (was zp ZP_WORD:4) zp ZP_WORD:2 [ print_person::person_name#4 ]
|
|||||||
ASSEMBLER BEFORE OPTIMIZATION
|
ASSEMBLER BEFORE OPTIMIZATION
|
||||||
// File Comments
|
// File Comments
|
||||||
// Example of a struct containing an array
|
// Example of a struct containing an array
|
||||||
// It works on the surface - but illustrates the problem with structs containing arrays treating them like pointers.
|
|
||||||
// https://gitlab.com/camelot/kickc/issues/312
|
|
||||||
// Upstart
|
// Upstart
|
||||||
.pc = $801 "Basic"
|
.pc = $801 "Basic"
|
||||||
:BasicUpstart(bbegin)
|
:BasicUpstart(bbegin)
|
||||||
@ -788,8 +784,6 @@ Score: 382
|
|||||||
|
|
||||||
// File Comments
|
// File Comments
|
||||||
// Example of a struct containing an array
|
// Example of a struct containing an array
|
||||||
// It works on the surface - but illustrates the problem with structs containing arrays treating them like pointers.
|
|
||||||
// https://gitlab.com/camelot/kickc/issues/312
|
|
||||||
// Upstart
|
// Upstart
|
||||||
.pc = $801 "Basic"
|
.pc = $801 "Basic"
|
||||||
:BasicUpstart(main)
|
:BasicUpstart(main)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user