CS401LabExerciseWeek14
CS401LabExerciseWeek14
[org 0x0100]
jmp start
clrscr: push es
push ax
push cx
push di
pop di
pop cx
pop ax
pop es
ret
serial: push ax
push bx
push dx
push es
pop es
pop dx
pop bx
pop ax
iret
xor ax, ax
jmp main
Students and teacher communicate through Skype/Adobe Connect. Students will write code
using Notepad or Programmer’s Notepad and will share code and screen output.
NASM: https://vulms.vu.edu.pk/Courses/CS401/Downloads/AssmSoft.zip
DOSBox: http://sourceforge.net/projects/dosbox/files/dosbox/0.74-2/DOSBox0.74-2-win32-
installer.exe/download