BelalHashmi-Assembly-Exercise-Solutions

所属分类:硬件设计
开发工具:Assembly
文件大小:0KB
下载次数:0
上传日期:2023-01-03 04:28:48
上 传 者sh-1993
说明:  该存储库为Bao Ji的书的后面章节中给出的练习中的大多数编程问题提供了解决方案...,
(?? This repository provides solutions to most of the programming questions in the exercise given at the back of chapters for Bao Ji s Book (text book for course "Comp. Organization & Assembly Lang. EE213" at FAST). Sharing these with you, so that they might help you in understanding the concepts.)

文件列表:
Book/ (0, 2021-01-17)
Book/Assembly Lang Programming by Sir Belal Hashmi.pdf (1136141, 2021-01-17)
LICENSE (1067, 2021-01-17)
assembly_code/ (0, 2021-01-17)
assembly_code/AFD.EXE (83872, 2021-01-17)
assembly_code/chp10_01.asm (8575, 2021-01-17)
assembly_code/chp10_04.asm (10497, 2021-01-17)
assembly_code/chp2_09a.asm (263, 2021-01-17)
assembly_code/chp2_09b.asm (347, 2021-01-17)
assembly_code/chp2_09c.asm (431, 2021-01-17)
assembly_code/chp2_10.asm (452, 2021-01-17)
assembly_code/chp3_04.asm (551, 2021-01-17)
assembly_code/chp3_05.asm (1026, 2021-01-17)
assembly_code/chp3_06.asm (1359, 2021-01-17)
assembly_code/chp4_01.asm (1348, 2021-01-17)
assembly_code/chp4_03.asm (1675, 2021-01-17)
assembly_code/chp4_04.asm (560, 2021-01-17)
assembly_code/chp4_05.asm (1896, 2021-01-17)
assembly_code/chp4_06.asm (767, 2021-01-17)
assembly_code/chp4_07.asm (150, 2021-01-17)
assembly_code/chp4_08.asm (483, 2021-01-17)
assembly_code/chp5_03.asm (1179, 2021-01-17)
assembly_code/chp5_04.asm (1120, 2021-01-17)
assembly_code/chp5_05.asm (808, 2021-01-17)
assembly_code/chp5_06.asm (1018, 2021-01-17)
assembly_code/chp5_07.asm (989, 2021-01-17)
assembly_code/chp5_08.asm (3676, 2021-01-17)
assembly_code/chp6_02.asm (1297, 2021-01-17)
assembly_code/chp6_03.asm (1312, 2021-01-17)
assembly_code/chp6_04.asm (1126, 2021-01-17)
assembly_code/chp6_05.asm (1505, 2021-01-17)
assembly_code/chp7_01.asm (368, 2021-01-17)
assembly_code/chp7_02.asm (1408, 2021-01-17)
assembly_code/chp7_03.asm (2127, 2021-01-17)
assembly_code/chp7_04.asm (2916, 2021-01-17)
assembly_code/chp7_05.asm (3334, 2021-01-17)
... ...

# Solved Exercises of Chapters for Belal Hashmi's Book views [![Build Status](https://img.shields.io/badge/Build-Passing-brightgreen.svg?style=for-the-badge&logo=appveyor)](#) [![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](#) [![GitHub Forks](https://img.shields.io/github/forks/harismuneer/BelalHashmi-Assembly-Exercise-Solutions.svg?style=social&label=Fork&maxAge=2592000)](https://www.github.com/harismuneer/BelalHashmi-Assembly-Exercise-Solutions/fork) [![GitHub Issues](https://img.shields.io/github/issues/harismuneer/BelalHashmi-Assembly-Exercise-Solutions.svg?style=flat&label=Issues&maxAge=2592000)](https://www.github.com/harismuneer/BelalHashmi-Assembly-Exercise-Solutions/issues) [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat&label=Contributions&colorA=red&colorB=black )](#) This repository provides solutions to most of the programming questions in the exercise (at the back) of chapters for Bao Ji's Book. Sharing these with you, so that they might help you in understanding the concepts. ## Reference Book *The questions are taken from the book [Assembly Language Programming by Bilal Hashmi and Junaid Haroon](https://onlinebookpoint.blogspot.com/2016/10/assembly-language-programming-delivered.html)* Its an excellent book for understanding the language and concepts of 8086 Assembly. It starts from the very basics and then takes you to advanced concepts in an efficient manner. Highly Recommended! ## How to Run 1- Download this code and move the 'assembly_code' folder to C: directory. 2- Install DOSBOX from this link: [Download DOSBOX Emulator](https://www.dosbox.com/download.php?main=1) 3- After complete installation, go to DOSBOX installation directory and run "DOSBox 0.74 Options.bat". This will save you from the pain of searching the configuration file yourself and will open that file for you. Copy these lines at the end of that file: ``` mount c: c:\assembly_code ``` ``` c: ``` 4- Now to run any question (say named 'chp4_03.asm'), run DOSBOX 0.74 and type ``` nasm chp4_03.asm -o chp4_03.com ``` To run the code, type: ``` chp4_03.com ``` To examine step by step working of the code, type ``` afd chp4_03.com ``` ## Contributions Welcome [![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](#) - If you find any bug in the code, you can edit that file and [propose a change request](https://help.github.com/articles/editing-files-in-another-user-s-repository/). - Since there's always more than one way to solve a problem so I would highly appreciate if you share your solution of the problem too. This way we will have more than one solutions to a given question. For the geeks not familiar with the Git environment, you can email me the solution files at haris.muneer5@gmail.com - Also, when I was studying Assembly I didn't get enough time to solve all questions of Chp 9 and 10. That's why you can find solutions to only some of the questions from these chapters. Therefore, I would encourage you to share your solutions of Chp 9 and 10 with me and I will add them to this repository. For any contribution that you make to this repository, I will give you credits for that and will mention your name in the respective file :) ## Contributors So far following contributions are done by some awesome individuals: - [Farhan Ali](https://github.com/farhana1i) - contributed solutions for Chp 9: Q3 and Q8 - [Saqib Ali](https://github.com/PySaqib) - contributed solutions for Chp 2: Q9 and Q10 ## Note Kindly don't copy them in your assignments :P ## Related Repositories You can check out these repositories too: - [ Display Memory (Video Card Memory), Strings, Software Interrupts, Hardware Interrupts - 8086 Assembly](https://github.com/harismuneer/Graphical-Display-Memory-and-Software_Hardware-Interrupts-x86_Assembly) - [ Bit Manipulation and Subroutines -8086 Assembly](https://github.com/harismuneer/Bit-Manipulation-and-Subroutines-8086_Assembly) - [ Stop Watch in x86 Assembly Language](https://github.com/harismuneer/Stop-Watch_x86-Assembly) -----------------------------------------------

Hey there, I'm Haris Ultimate Facebook Scraper (UFS) - Maker of Things

### Creator of Ultimate Facebook Scraper (one of the best software to collect Facebook data for research & analysis)

Connect

## Consulting / Coaching Stuck with some problem? Need help in solution development, guidance, training or capacity building? I am a Full Stack Engineer turned Project Manager with years of technical and leadership experience in a diverse range of technologies and domains. Let me know what problem you are facing at haris.muneer5@gmail.com and we can schedule a consultation meeting to help you get through it. ## Technical Skills & Expertise - Development of Web Applications, Mobile Applications, and Desktop Applications - Development of Machine Learning/Deep Learning models, and deployment - Web Scraping, Browser Automation, Python Scripting
## Support / Donations If you or your company use any of my projects, like what I’m doing or have benefited from my projects in any way then kindly consider backing my efforts. For donations, you can follow these simple steps: 1) Free signup at [TransferWise](https://transferwise.com/invite/u/harism95) using this link: https://transferwise.com/invite/u/harism95. (Signing up through this link will save you from any transcation fee on the donation) 2) Select the amount e.g (15$) and choose the receiving/recipient's currency to be PKR. It supports multiple payment options (credit card, debit card, wire transfer etc) 3) Then it will show my info as the recipient, select it. If my name isn't shown, then type my email haris.muneer5@gmail.com in recipients. 4) Choose the reason for transfer to the one that suits you the most (in this case it could be 'General expenses') and in the reference section, you can mention 'Support' If you face any issue in sending donation then feel free to get in touch with me at haris.muneer5@gmail.com Thank you for your contribution! ## Author You can get in touch with me on my LinkedIn Profile: [![LinkedIn Link](https://img.shields.io/badge/Connect-harismuneer-blue.svg?logo=linkedin&longCache=true&style=social&label=Follow)](https://www.linkedin.com/in/harismuneer) You can also follow my GitHub Profile to stay updated about my latest projects: [![GitHub Follow](https://img.shields.io/badge/Connect-harismuneer-blue.svg?logo=Github&longCache=true&style=social&label=Follow)](https://github.com/harismuneer) If you liked the repo then kindly support it by giving it a star and share in your circles so more people can benefit from the effort. ## Issues [![GitHub Issues](https://img.shields.io/github/issues/harismuneer/BelalHashmi-Assembly-Exercise-Solutions.svg?style=flat&label=Issues&maxAge=2592000)](https://www.github.com/harismuneer/BelalHashmi-Assembly-Exercise-Solutions/issues) If you face any issue, you can create a new issue in the Issues Tab and I will be glad to help you out. ## License [![MIT](https://img.shields.io/cocoapods/l/AFNetworking.svg?style=style&label=License&maxAge=2592000)](../master/LICENSE) Copyright (c) 2018-present, harismuneer

近期下载者

相关文件


收藏者