- Execution Unit
- Uppercase to Lowercase
- Curvign of grades
- Time Table
- Counter
- Serial Chat
- Install
- Built Using
An execution unit that able to do the following commands:
- Move Value to Register (Result will be in Register)
- Move Register1 to Register2 (Result will be in Register2)
- Add Value to Register (Result will be in Register)
- Add Register1 to Register2 (Result will be in Register2)
- AND Value to Register (Result will be in Register)
- AND Register1 to Register2 (Result will be in Register2)
- Install DOSBox.
- Open
DOSBox Options
. - Add the following lines to the end of the text file.
mount c Z:\Workspaces\FolderName
c:
masm fileName.asm;
link fileName.obj;
fileName
Note: do not forget to replace Z:\Workspaces\FolderName
with your local directory.
- Assembly8086 - low level programming language.
- DOSBox - emulator program.