MCU 8051 IDE >> Assembly

Button


main.s

  org 0h
  jmp _start

  org 100h
_start:
  mov c, p0.0
  mov p0.1, c
  jmp _start
  .end

未按下Button


按下Button


返回上一頁