MENU

SHP's Courses for NEUB

  • Home
  • Forum
  • CSE 213
  • CSE 214
  • CSE 321
  • CSE 322
  • Tools
  • Other Courses
    • CHE 101
    • MAT 201
    • CSE 121
    • CSE 122
    • CSE 221
    • CSE 222
    • CHE 101 [Spring19]
    • CHE 101 [Summer 2019]
    • CSE 100
    • CSE 121 [Spring18]
    • CSE 122 [Spring18]
    • CSE 213 [Summer18]
    • CSE 214 [Summer18]
    • CSE 445
    • CSE 446
    • CSE 431
    • CSE 432
    • CSE 113
SHP's Courses for NEUB
Skip to content
  • Home
  • Forum
  • CSE 213
  • CSE 214
  • CSE 321
  • CSE 322
  • Tools
  • Other Courses
    • CHE 101
    • MAT 201
    • CSE 121
    • CSE 122
    • CSE 221
    • CSE 222
    • CHE 101 [Spring19]
    • CHE 101 [Summer 2019]
    • CSE 100
    • CSE 121 [Spring18]
    • CSE 122 [Spring18]
    • CSE 213 [Summer18]
    • CSE 214 [Summer18]
    • CSE 445
    • CSE 446
    • CSE 431
    • CSE 432
    • CSE 113

CSE 322 Spring 2021 Lab 8

shparvez001    April 19, 2021 April 19, 2021    No Comments on CSE 322 Spring 2021 Lab 8

Task #1 Basic XLAT usage //Code .MODEL SMALL .STACK 100h .DATA array1 db 10,11,12,13,14,15,16,17,18,19,20 .CODE MAIN PROC mov ax, @data mov ds, ax lea bx, array1 mov al, 5 xlat… Read more »

Course Update, CSE 322   

CSE 322 Spring 2021 Lab 7

shparvez001    April 5, 2021 April 19, 2021    No Comments on CSE 322 Spring 2021 Lab 7

Task #1 (Program listing 9.2, 9.3, 9.4) Decimal input output procedure //Code .MODEL SMALL .STACK 100h .DATA msg db ‘The Value plus 10 is $’ .CODE main proc mov ax,… Read more »

Course Update, CSE 322   

CSE 322 Spring 2021 Lab 6

shparvez001    March 29, 2021 April 19, 2021    No Comments on CSE 322 Spring 2021 Lab 6

Task #1 Introduction to Stack //Code .MODEL SMALL .STACK 100h .DATA .CODE MAIN PROC mov ax, @data mov ds, ax mov ax, 1234h mov bx, 5678h push ax inc ax… Read more »

Course Update, CSE 322   

CSE 214 Spring 2021 Projects Approval Status

shparvez001    March 25, 2021 March 25, 2021    No Comments on CSE 214 Spring 2021 Projects Approval Status

Check approval status for your project.

Course Update, CSE 214   

CSE 322 Spring 2021 Lab 5

shparvez001    March 22, 2021 March 22, 2021    No Comments on CSE 322 Spring 2021 Lab 5

Task #1 Introduction to logical instructions //Code mov ax, 01010101b mov bx, 10101010b mov cx, ax and cx, bx ;Logical AND mov cx, ax or cx, bx ;Logical OR mov… Read more »

Course Update, CSE 322   

CSE 322 Spring 2021 Lab 4

shparvez001    March 15, 2021 March 15, 2021    No Comments on CSE 322 Spring 2021 Lab 4

Task #1 (Example 6.6) [AND condition] Read a character, and if it’s an uppercase letter, display it. //Code .MODEL small .STACK 100H .DATA .CODE MAIN Proc mov ax, @data mov… Read more »

Course Update, CSE 322   

CSE 322 Spring 2021 Lab 3

shparvez001    March 8, 2021 March 8, 2021    No Comments on CSE 322 Spring 2021 Lab 3

Task #1 A basic while loop //Code .MODEL small .STACK 100H .DATA a db ‘**********’,0dh,0ah,’$’ .CODE MAIN Proc mov ax, @data mov ds, ax label1: mov ah, 1 int 21h… Read more »

Course Update, CSE 322   

CSE 322 Spring 2021 Lab 2

shparvez001    March 1, 2021 March 1, 2021    No Comments on CSE 322 Spring 2021 Lab 2

Task #1 Write a program to (a) prompt the user, (b) read first, middle, and last initials of a person’s name, and (c) display them down the left margin. Sample… Read more »

Course Update, CSE 322   

NEUB CSE Spring 2021 Student 1st Semester Information

shparvez001    February 24, 2021 February 25, 2021    No Comments on NEUB CSE Spring 2021 Student 1st Semester Information

Dear, 1st Semester student. Welcome to the Department of Computer Science and Engineering at North East University Bangladesh. As we know due to the current pandemic situation we are starting… Read more »

Uncategorized   

CSE 322 Spring 2021 Lab 1

shparvez001    February 15, 2021 March 1, 2021    No Comments on CSE 322 Spring 2021 Lab 1

Task #1 General structure of Assembly code and printing characters. //Solution .MODEL small .STACK 100H .DATA .CODE MAIN PROC MOV AH, 2 MOV DL, 41h INT 21h ;For a New… Read more »

Course Update, CSE 322   

Posts navigation

1 2 3 … 13 Next »
Online LaTeX Editor Overleaf
Use Camscanner for scanning your Assignments

Recent Posts

  • CSE 322 Spring 2021 Lab 8
  • CSE 322 Spring 2021 Lab 7
  • CSE 322 Spring 2021 Lab 6
  • CSE 214 Spring 2021 Projects Approval Status
  • CSE 322 Spring 2021 Lab 5
  • CSE 322 Spring 2021 Lab 4
  • CSE 322 Spring 2021 Lab 3
  • CSE 322 Spring 2021 Lab 2
  • NEUB CSE Spring 2021 Student 1st Semester Information
  • CSE 322 Spring 2021 Lab 1

Subscribe for Course Updates

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Disclaimer

This website is used only for educational purpose.

If you find any contents, that are copyrighted and believe that, it should be removed from this site, just contact me. I will be happy to remove any copyrighted contents.

You may ask, why there may be some copyrighted materials here? The answer is simple, I believe that my use of these contents are constitute fair usage of contents. After all they are for my students.

Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
SHP
Copyright 2021
Ribosome by GalussoThemes.com
Powered by WordPress