B1:기초 Basement

8086 assembler tutorials

Author 2007. 10. 21. 11:04
반응형

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...)

반응형