마이크로프로세서를 이용한 계산기 소스
본 자료는 미리보기를 지원하지 않습니다.
닫기
  • 1
  • 2
  • 3
  • 4
  • 5
해당 자료는 1페이지 까지만 미리보기를 제공합니다.
1페이지 이후부터 다운로드 후 확인할 수 있습니다.

소개글

마이크로프로세서를 이용한 계산기 소스에 대한 보고서 자료입니다.

목차

- 더하기

- 빼기

- 곱하기

- 나누기소스

본문내용

name Calculator_Program_20040608
;
LED equ p0 ; Port0 = LED Device
SW equ p1 ; Port1 = Switch Device
FND equ p2 ; Port2 = FND Device
keyreg equ 30h ; Key Value Register Address
keyval equ 31h ; Key Value Address
colval equ 32h ; Column Value Address
rowval equ 33h ; Row Value Address
swval equ 34h ; Switch Value Address
fndreg equ 35h ; FND Value Register Address
fndval equ 36h ; FND Display Value Address
fndloc equ 42h ; FND Loction Value Address
convt1 equ 43h ; Converter1 Value Register Address
convt2 equ 44h ; Converter2 Value Register Address
ovreg1 equ 45h ; 8Bit Over Flow Value Register1 Address
ovreg2 equ 46h ; 8Bit Over Flow Value Register2 Address
alureg1 equ 47h ; 연산후 상위 8비트를 저장하는 레지스터 주소
alureg2 equ 48h ; 연산후 하위 8비트를 저장하는 레지스터 주소
select equ 49h ; 연산 기능 스위치를 기억하는 레지스터 주소
tmrval equ 96
  • 가격1,000
  • 페이지수5페이지
  • 등록일2005.05.17
  • 저작시기2005.05
  • 파일형식기타(s03)
  • 자료번호#297210
본 자료는 최근 2주간 다운받은 회원이 없습니다.
청소해
다운로드 장바구니