반응형
Assembly 관련해서 기본적인 개념을 가장 잘 설명해 놓은 사이트http://www.emu8086.com/assembly_language_tutorial_assembler_reference/tutorials.html
주요 내용
numbering systems
part 1: what is assembly language?
part 2: memory access
part 3: variables
part 4: interrupts
part 5: library of common functions - emu8086.inc
part 6: arithmetic and logic instructions
part 7: program flow control
part 8: procedures
part 9: the stack
part 10: macros
part 11: making your own operating system
part 12: controlling external devices (robot, stepper-motor...)
numbering systems
part 1: what is assembly language?
part 2: memory access
part 3: variables
part 4: interrupts
part 5: library of common functions - emu8086.inc
part 6: arithmetic and logic instructions
part 7: program flow control
part 8: procedures
part 9: the stack
part 10: macros
part 11: making your own operating system
part 12: controlling external devices (robot, stepper-motor...)
반응형
'B1:기초 Basement' 카테고리의 다른 글
처리장치 (Datapath) (0) | 2007.10.31 |
---|---|
ISO 9126 (0) | 2007.10.21 |
버스 시스템 ( Bus System ) (0) | 2007.10.21 |
문제풀이 - 탐색 (0) | 2007.10.20 |
인공지능 문제의 특징 / 문제 풀이 방법 (탐색, 문제 축소) (0) | 2007.10.20 |