'Assembly Language'에 해당되는 글 5건
- 2006.11.19
- 2006.11.18
- 2006.11.15
- 2006.11.14
- 2006.11.14
아 어셈블어 언어 과제 끝나고 나서 뿌듯함은 이루 말할수 없습니다.
될듯 안될듯 계속 사람 속 타게 하던 SPARC Assembly과제를 끝냈답니다.
끝내고 나서 제출
이번 과제 난이도가 최강이였다 ㅠ_ㅠ 이번숙제는 쉬운듯 하면서도 어려웠다.
EditPlus에 쓸 SPARC Assembly code 문법파일 만들었음 (0) | 2006.11.18 |
---|---|
C언어가 대단한 언어였군 (0) | 2006.11.15 |
SPARC Architecture에서 stack과 register의 이해 (0) | 2006.11.14 |
SPARC Architecture Assembly Language Programming, and C (4) | 2006.11.14 |
아 이 어셈블리언어 과제끝난 뿌듯함 (1) | 2006.11.19 |
---|---|
C언어가 대단한 언어였군 (0) | 2006.11.15 |
SPARC Architecture에서 stack과 register의 이해 (0) | 2006.11.14 |
SPARC Architecture Assembly Language Programming, and C (4) | 2006.11.14 |
요즘 학교에서 SPARC Architecture상에서 구현되는 Assembly Language를 공부한다.
Assembly Language를 공부하다 보니 C언어를 다시 보게 되었다.
이번에 나온 숙제를 하기 위해서 C언어를 만든 분이 만드신 책을 봤다.
The C Programming Language, Second Edition
아 이 어셈블리언어 과제끝난 뿌듯함 (1) | 2006.11.19 |
---|---|
EditPlus에 쓸 SPARC Assembly code 문법파일 만들었음 (0) | 2006.11.18 |
SPARC Architecture에서 stack과 register의 이해 (0) | 2006.11.14 |
SPARC Architecture Assembly Language Programming, and C (4) | 2006.11.14 |
SUN사의 SPARC Architecture에서 Stack과 Register의 이해
출처 : http://www.sics.se/~psm/sparcstack.html
여기서 SPARC Architecture에서의 stack과 register를 이해하였음.
아 이 어셈블리언어 과제끝난 뿌듯함 (1) | 2006.11.19 |
---|---|
EditPlus에 쓸 SPARC Assembly code 문법파일 만들었음 (0) | 2006.11.18 |
C언어가 대단한 언어였군 (0) | 2006.11.15 |
SPARC Architecture Assembly Language Programming, and C (4) | 2006.11.14 |
이 책을 배우면서 C언어의 배열, 포인터 개념이 제대로 잡혀가는 것 같다.SPARC architecture is covered in this book from a programmer's perspective, making use of UNIX tools(the m4 macro processor; the as assembler; the gnu emacs editor; and the gdb debugger). Introductory material includes a formal definition of the von Neumann machine, its relationship to programmable calculators, and to the JAVA bytecode and JAVA virtual machine. The text is organized to allow readers to start programming in SPARC assembly language by the end of the Second Chapter. Frequent reference is made to C and C++ language constructs and their translation into SPARC assembly language. Chapters on control constructs, arrays, and structures give the reader an understanding of the complexity and cost of using various data and control structures in high-level languages. Chapters on floating point, traps, memory management, and other architectures provide optional course material. All necessary reference material, including the SPARC instruction set, is provided in the appendices.
The text is suitable for a one semester introductory course on computer architecture. It is also suitable for programmers who will be programming SPARC architecture machine in languages such as C and C++ and have concerns with computational efficiency.
This second edition of SPARC Architecture, Assembly Language Programming, & C includes the latest material on the new ULTRA SPARC architecture so that programmers may work with the latest developments in computer architecture.
아 이 어셈블리언어 과제끝난 뿌듯함 (1) | 2006.11.19 |
---|---|
EditPlus에 쓸 SPARC Assembly code 문법파일 만들었음 (0) | 2006.11.18 |
C언어가 대단한 언어였군 (0) | 2006.11.15 |
SPARC Architecture에서 stack과 register의 이해 (0) | 2006.11.14 |