~dexter/z88dk-pkg/upstream-z88dk

« back to all changes in this revision

Viewing changes to libsrc/_DEVELOPMENT/sound/bit/z80/asm_bit_fx/_bitfx_18.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:
24
24
   
25
25
      out (__sound_bit_port),a
26
26
   
27
 
   ELSE IF __sound_bit_method = 2
 
27
   ENDIF
 
28
   
 
29
   IF __sound_bit_method = 2
28
30
   
29
31
      exx
30
32
      out (c),a
31
33
      exx
32
34
   
33
 
   ELSE IF __sound_bit_method = 3
 
35
   ENDIF
 
36
   
 
37
   IF __sound_bit_method = 3
34
38
   
35
39
      ld (__sound_bit_port),a
36
40