회원가입 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
번호 분류 제목 글쓴이 조회 수 날짜
4344 Sensor 설계 HOT저잡음 증폭기와 고성능 전원 노이즈 필터 회로 구현 문의3 최고멋쟁이 2373 2011.10.24
4343 Analog & Mixed-Signal 설계 HOTAudio 신호증폭회로 에서 잡음제거방법 도움바랍니다. 하늘날다 1762 2011.10.24
4342 자유주제 HOT확인이 필요합니다.7 견우7 23290 2011.10.24
4341 중고장터 HOTIPAD Wifi 64G A급 팔아요 DKMG 8127 2011.10.23
4340 자유주제 HOT정저지와1 견우7 16311 2011.10.23
4339 마이크로프로세서 HOTAVR용 연습도구7 견우7 1660 2011.10.19
4338 중고장터 HOTTFT LCD 7" 판매 8bit - 16bbit MCU로 제어도 가능한 솔로션도 있습니다. 플래시맨 8508 2011.10.18
4337 마이크로프로세서 HOTC소스에 방정식을 넣는 방법이 있나요?!!2 g오 1100 2011.10.18
4336 자유주제 HOT버그신고2 견우7 16381 2011.10.18
4335 개발용역 HOT프리랜서 모집합니다. k231 7539 2011.10.17
4334 자유주제 HOT스마트폰을 쓰는 한 방법9 견우7 15931 2011.10.17
4333 자유주제 HOTMCU를 공부하며 아쉬운 점...3 견우7 17945 2011.10.17
4332 마이크로프로세서 HOTAVR128 port에 대해 질문을 드리려고 합니다.3 고라 1177 2011.10.15
4331 PADS HOT사용문의~2 오렌지 1270 2011.10.12
4330 펌웨어 & 코딩언어 HOTunikey program 수정 jjhuem 1107 2011.10.11
4329 자유주제 HOT직렬화(serializing )란 뭐죠?6 견우7 16221 2011.10.11
4328 Analog & Mixed-Signal 설계 HOT피스파이스 TPS40200 질문입니다. gibbs 1394 2011.10.09
4327 마이크로프로세서 HOTWINAVR과 ICCAVR2 dada_han 1412 2011.10.09
4326 Software & IDEs HOT주차 시스템 회로 구성하는데요.. peng2 1190 2011.10.09
마이크로프로세서 HOTAssembler를 왜 배워야 하나?4 견우7 19150 2011.10.07
Prev 1 ... 73 74 75 76 77 78 79 80 81 82 ... 295 Next
  • 매일 아침, 매일 밤 태어나 비참하게 되는 자 있고, 매일 아침, 매일 밤 태어나 즐거워지는 이 있다.
    - W.블레이크
  • * 납포인트 정보 *
  • 글 작성 : 3
  • 댓글 작성 : 1
  • 내 글이 추천받음 : 1
저작권법에 위배되는 콘텐츠는 등록 불가하며, 저작물에 대한 권리는 저작자에게 있습니다.
Copyright 2006-2021 © hardwareis.com, All rights reserved.