On Aug 13, 10:10Â pm, lyricalnanoha
<lyricalnan...@usotsuki.hoshinet.org> wrote:
Shot in the dark here.
I wonder if this in a separate .s file and assembled with it would help.
      .export  _col80
_col80:  jsr    $C300
      lda    $36
      sta    $BE30
      lda    $37
      sta    $BE31
      lda    $38
      sta    $BE32
      lda    $39
      sta    $BE33
      rts
It would still use the same prototype.
-uso.
Thanks. Identical results as before.