У нас вы можете посмотреть бесплатно Ep 081: Introduction to the Stack Pointer или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
For proper operation, applications require memory beyond that defined by the variables. This temporary memory, called the stack, is "pointed" to by a register called the stack pointer. This video presents some of the basics of stack pointer operation. Take aways: At the completion of this lesson, each student should be able to: • describe the operation of the stack and the stack pointer, • describe how the assembly language instructions PUSH and POP are used, and • explain the importance of maintaining the integrity of the stack pointer. #stackpointer #stack #push #pop