회원가입 ID/PW 찾기
AA

출처 : Beginners Introduction to the Assembly Language of ATMEL-AVR-Microprocessors ,2004  by Gerhard Schmidt

 

어셈블러를 왜 배워야 하나?

-짧으며 분석 또는 버그잡기에 편하다.

-빠르다.

-어셈블러를 배우기 쉽다.

---어셈블러를 배우는 데 AT90Sxxxx만한 것 없다.

 

 

레지스터란 무엇인가?   8bit용량을 가진 특별한 기억장치이다.

 

Port란 무엇인가?  AVR에서 Port들은 CPU로부터 내,외부 하드,소프트웨어 구성요소로의 일종의 논리기능을 담당하는 문(gate)이다.

 

 

Why learning Assembler?
Assembler or other languages, that is the question. Why should I learn another language, if I already
learned other programming languages? The best argument: while you live in France you are able to get
through by speaking english, but you will never feel at home then, and life remains complicated. You can
get through with this, but it is rather inappropriate. If things need a hurry, you should use the country's
language.

 

Short and easy
Assembler commands translate one by one to executed machine commands. The processor needs only to
execute what you want it to do and what is necessary to perform the task. No extra loops and unnecessary
features blow up the generated code. If your program storage is short and limited and you have to optimize
your program to fit into memory, assembler is choice 1. Shorter programs are easier to debug, every step
makes sense.

 

Fast and quick
Because only necessary code steps are executed, assembly programs are as fast as possible. The
duration of every step is known. Time critical applications, like time measurements without a hardware
timer, that should perform excellent, must be written in assembler. If you have more time and don't mind if
your chip remains 99% in a wait state type of operation, you can choose any language you want.


 

기계어는 배우기 쉽다.
It is not true that assmbly language is more complicated or not as easy to understand than other
languages. Learning assembly language for whatever hardware type brings you to understand the basic
concepts of any other assembly language dialect. Adding other dialects later is easy. The first assembly
code does not look very attractive, with every 100 additional lines programmed it looks better. Perfect
programs require some thousand lines of code of exercise, and optimization requires lots of work. As
some features are hardware-dependant optimal code requires some familiarity with the hardware concept
and the dialect. The first steps are hard in any language. After some weeks of programming you will laugh
if you go through your first code. Some assembler commands need some monthes of experience.

 

기계어 배우는 데 AT90Sxxxx만한 게 없다.

Assembler programs are a little bit silly: the chip executes anything you tell it to do, and does not ask you if
you are sure overwriting this and that. All protections must be programmed by you, the chip does anything
like it is told. No window warns you, unless you programmed it before.
Basic design errors are as complicated to debug like in any other computer language. But: testing
programs on ATMEL chips is very easy. If it does not do what you expect it to do, you can easily add some
diagnostic lines to the code, reprogram the chip and test it. Bye, bye to you EPROM programmers, to the
UV lamps used to erase your test program, to you pins that don't fit into the socket after having them
removed some douzend times.
Changes are now programmed fast, compiled in no time, and either simulated in the studio or checked incircuit.
No pin is removed, and no UV lamp gives up just in the moment when you had your excellent idea
about that bug.

 

-----------

 

What is a register?
Registers are special storages with 8 bits capacity and they look like this:

 

-----------

Ports in the AVR are gates from the central processing unit to internal and external hard- and software
components. The CPU communicates with these components, reads from them or writes to them, e.g. to
the timers or the parallel ports. The most used port is the flag register, where results of previous operations
are written to and branch conditions are read from.

 

 

...

부분 부분 발췌해서 우리말로 바꾼 것입니다.

 

댓글 4

하드웨어 설계 및 개발에 대하여 개발자들이 자유롭게 토론하는 공간입니다.
- Q&A, 자유주재 토론, 관련 정보 공유
- 분야 : 마이크로프로세서 응용, 전기/전자(아날로그/디지털) 회로 설계, C/C++ 프로그래밍, 펌웨어,
         PCB Artwork, 트러블슈팅 등 하드웨어 설계에 관한 전반인 내용
※ 게시글에 맞는 분류를 선택하여 글을 작성해 주시면 쾌적한 사이트 운영에 많은 도움이 됩니다.
※ 하드웨어 인사이트는 회원들간의 거래정보를 게재할 뿐이지, 그 어떤 책임과 의무도 가지지 않습니다.

search
번호 분류 제목 글쓴이 조회 수 날짜
992 마이크로프로세서 HOT컴퓨터 특수문자는 어떻게 읽나요?14 아크마 4182 2012.01.29
991 마이크로프로세서 마이크로 마우스를 만들려고 하는데요1 후드티 351 2012.01.25
990 마이크로프로세서 HOTlcd시계 커는 소스입니다.. 해석좀 부탁 드려요 ~1 멜쉬 464 2012.01.17
989 마이크로프로세서 완전 초보에 문의 내용입니다.1 마목 303 2012.01.07
988 마이크로프로세서 HOTAVR과 ARM이 다른건 알지만..1 엘케인 548 2012.01.06
987 마이크로프로세서 HOTstm32 질문 김성진 1403 2011.12.27
986 마이크로프로세서 질문 있어요!2 띵띵꽁꽁 346 2011.12.18
985 마이크로프로세서 HOT프로테우스 7 새로운 부품(심볼)만드는 방법에 대한 질문입니다. 본능적으로 1506 2011.12.15
984 펌웨어 & 코딩언어 HOT-(C언어(함수호출)로 만든 크리스*마스*트리*프로그램)-1 리종순2 1471 2011.12.14
983 마이크로프로세서 HOTiar 초보자가 보고 따라할수 있는 메뉴얼 부탁 드립니다.1 멜쉬 753 2011.12.13
982 마이크로프로세서 HOTlabview로 제어하기1 본드3 1062 2011.12.13
981 마이크로프로세서 HOT적외선 센서를 이용한 모터 구동 질문드립니다.!!1 밥볍 1077 2011.12.08
980 마이크로프로세서 HOT초짜가 질문 하나 던져봅니다.1 띵띵꽁꽁 625 2011.12.08
979 마이크로프로세서 HOT적외선 센서를 이용한 모터구동 질문입니다.!! 고수님들 부탁드려요~ ㅜ 밥볍 855 2011.12.07
978 마이크로프로세서 HOTATtiny 개발킷 관련 나기 695 2011.12.07
977 마이크로프로세서 HOTkeil 어셈블리어로 시계제작중인데 질문좀!! 행복하길 621 2011.12.05
976 마이크로프로세서 HOT프로그램 빌드시에 에러하나가 자꾸 뜹니다 ㅜ도와주세요1 유동막걸리 869 2011.12.03
975 마이크로프로세서 HOT8051을 이용한 7segment시계1 skfajk 747 2011.12.02
974 마이크로프로세서 HOT잔상(pov)회로를 만들계획인데요1 림메 626 2011.12.01
973 마이크로프로세서 HOT안녕하세요 8051 어셈블리어 디지털 시계 소스좀 짜주세요ㅠ 조경민 1663 2011.11.30
Prev 1 ... 4 5 6 7 8 9 10 11 12 13 ... 58 Next
  • 자유에게는 의무라는 보증인이 필요하다.
    - 투르게네프
  • * 납포인트 정보 *
  • 글 작성 : 3
  • 댓글 작성 : 1
  • 내 글이 추천받음 : 1
저작권법에 위배되는 콘텐츠는 등록 불가하며, 저작물에 대한 권리는 저작자에게 있습니다.
Copyright 2006-2021 © hardwareis.com, All rights reserved.