In this tutorial we will learn Data types and variables in Assembly language programming. We will learn What are code and data segments/directives? Data types or Data sizes How to create variables in Assembly ? Segments or Directives: .data and .code are directives or segments which tells the assembler how to …
Read More »Tag Archives: data types
C# 02 – Data types and Variables
Data types and Variables: Welcome to 2nd tutorial of C# programming. In this tutorial, we will learn about common data types in C# programming language and how to use them to create variables which can be later used. Data can be of different type and size. For example: Age is …
Read More »