music.asm

来自「asm.rar 拉斯维加丝盘源代码 ASM51」· 汇编 代码 · 共 23 行

ASM
23
字号

Beep:
;Section=  1
        DB      $3F                     ;Tempo= 340 beat/Min
        DB      $3                      ;Ch0 Octave= 3
        DB              $14             ;Ch1 Octave= 4
        DB      $C0                     ;Ch0 Instrument=  6
        DB              $D0             ;Ch1 Instrument=  6
        DB      $41                     ;Ch0 play Do 
        DB              $51             ;Ch1 play Do
        DB                      $88     ;Beat=  8
        DB      $80                     ;Song ended
Beep2:
        DB      $3F                     ;Tempo= 340 beat/Min
        DB      $4                      ;Ch0 Octave= 4
        DB              $14             ;Ch1 Octave= 4
        DB      $C0                     ;Ch0 Instrument=  6
        DB              $D0             ;Ch1 Instrument=  6
        DB      $47                     ;Ch0 play Do
        DB              $51             ;Ch1 play Do 
        DB                      $88     ;Beat=  8
        DB      $80                     ;Song ended

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?