omicrondelta / atalan

Automatically exported from code.google.com/p/atalan
MIT License
0 stars 0 forks source link

Empty lda sta #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Tihis compiles to wrong asm.
there are empty sta statements and warning:

SDLSTL equ 560
   org $2e0
   dta a($2000)
   org $2000
;### t12.atl(5) SDLSTL = dl
   lda #<dl
Internal error: don't know how to emit array element (line 7)
   sta 
   lda #>dl
Internal error: don't know how to emit array element (line 7)
   sta +1
   jmp *
   icl 'atari.asm'

Original issue reported on code.google.com by jakub.hu...@gmail.com on 28 Aug 2010 at 3:37

Attachments:

GoogleCodeExporter commented 9 years ago
Can you, please, attach .atl file?

Original comment by rudla.ku...@gmail.com on 28 Aug 2010 at 6:46

GoogleCodeExporter commented 9 years ago

Original comment by jakub.hu...@gmail.com on 29 Aug 2010 at 6:38

Attachments:

GoogleCodeExporter commented 9 years ago
Sure, wrong trausers ;)

Original comment by jakub.hu...@gmail.com on 29 Aug 2010 at 6:39

GoogleCodeExporter commented 9 years ago

Original comment by rudla.ku...@gmail.com on 31 Aug 2010 at 8:40