M-Ammar1112 / x86-Assembly

Explore the realm of low-level programming with this TASM (Turbo Assembler) project in the DOSBox environment. This project delves into various essential assembly language tasks, including string and word counting, merging arrays, and summing arrays, both in signed and unsigned formats. Additionally, it demonstrates the use of stacks for efficient

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TASM DOSBox Assembly Scripting Project

Welcome to the TASM DOSBox Assembly Scripting project! This repository contains a collection of assembly language scripts developed using TASM (Turbo Assembler) in the DOSBox environment. These scripts cover a range of fundamental assembly programming tasks and concepts, making it an excellent resource for those looking to dive into low-level programming.

Features

This project includes the following assembly language tasks and concepts:

  • Spaces and Word Counting: Efficiently count the occurrences of spaces and words in a text.

  • Merging Arrays: Combine and merge arrays into a new array.

  • Summing Arrays: Calculate the sum of array elements, both in signed and unsigned formats and saves it as a string and byte.

  • Stacks: Explore the use of stacks for efficient data manipulation.

  • Maximum Number: Find and print maximum signed and unsigned number from the stack.

Prerequisites

To run the scripts in this project, you'll need:

  • DOSBox: An x86 emulator with DOS.

Overview of DosBox environment

image

image

About

Explore the realm of low-level programming with this TASM (Turbo Assembler) project in the DOSBox environment. This project delves into various essential assembly language tasks, including string and word counting, merging arrays, and summing arrays, both in signed and unsigned formats. Additionally, it demonstrates the use of stacks for efficient


Languages

Language:Assembly 100.0%