~dexter/z88dk-pkg/upstream-z88dk

« back to all changes in this revision

Viewing changes to libsrc/_DEVELOPMENT/sound/bit/z80/asm_bit_fx/_bitfx_23.asm

  • Committer: aralbrec
  • Date: 2014-04-20 07:51:22 UTC
  • Revision ID: aralbrec-20140420075122-uy1oehwcqaaa45u5
spelling erros, z80asm does not accept IF..ELSEIF...ENDIF

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
   
26
26
      out (__sound_bit_port),a
27
27
   
28
 
   ELSE IF __sound_bit_method = 2
 
28
   ENDIF
 
29
   
 
30
   IF __sound_bit_method = 2
29
31
   
30
32
      exx
31
33
      out (c),a
32
34
      exx
33
35
   
34
 
   ELSE IF __sound_bit_method = 3
 
36
   ENDIF
 
37
   
 
38
   IF __sound_bit_method = 3
35
39
   
36
40
      ld (__sound_bit_port),a
37
41