https://github.com/nanitefactory/arm-assembler-practice
https://github.com/nanitefactory/arm-assembler-practice
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nanitefactory/arm-assembler-practice
- Owner: NaniteFactory
- Created: 2017-03-28T14:21:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-28T14:58:26.000Z (over 9 years ago)
- Last Synced: 2025-04-09T12:27:09.119Z (over 1 year ago)
- Language: Assembly
- Size: 429 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ARM assembler practice
## 개요
- 2015학년도 2학년 2학기 '컴퓨터 구조' 수업 과제
- ARM 어셈블리 프로그램 작성
- - -
- 사용 IDE: ARM Developement Suite v1.2
- 참고자료1: [ARM Developer Suite Assembler Guide - ARM Infocenter](http://infocenter.arm.com/help/topic/com.arm.doc.dui0068b/DUI0068.pdf)
- 참고자료2: [ARM Development Suite v1.2 사용법](http://cse.hufs.ac.kr/LIBS/TOOLKIT/NWS_download/bbs_download.asp?bbs_section_cd=etc&bbs_no=2841&bbs_upload_no=2)
## 과제 목표
1) 1, … ,100을 할당하고
1) *2를 하여
1) 합계를 찍는다.
* 제출물: 소스 프로그램 및 각 어셈블 및 실행 결과
## 수행화면






