아래의 예시 코드를 통해 assembly language를 start해보자.AREA Prog1, CODE, READONLYENTRYMOV r6, MOV r4, r6 ; copy n into a temp registerloop SUBS r4, r4, MULNE r7, r
IEEE standard 754 란?\-거의 모든 FPU(floating point unnit)에서 사용됨.\-1 sign (S), 8 exponent (E), 23 mantissa 로 구성위가 무슨 소리냐 하면, 아래와 같이 계산하면 된다는 소리이다.5 differe
Keil 을 켠 후 상단의 new project 를 누릅니다. 자신이 원하는 프로젝트 명을 택한 후 okay 하면, 2번과 같은 창이 생성됩니다.NXP의 LPC2104 를 선택합니다.(선택은 각자 사용하는 것에 따라 자유)cf.) 아래의 선택지는 no를 택합니다소스파일
다음 내용은 microprocessors class Tut3이다.1\. The factorial program is given as follows:AREA Prog2, CODE, READONLYENTRYMOV r6, MOV r4, r6 ; copy n into a te
Show Two different ways to clear all the bits in register r12 to zero. (You may not use any registers other than r12) MOV r12, #0 SUB r12, r12, r12 A
Logic affect flow of Program\-develop loops Flags\-Just indicator(Tell us status of processor)
다음 중 SPAM_BASE, Main, strcopy, srcstr 은 그저 label일 뿐이다. 1) SPAM_BASE EQU 0x40000000 ;address to store string SPAM_BASE라고 라벨링한 이름에 EQU(equal to) 0x400