Control Structure vs. Assembly Language - PowerPoint PPT Presentation

1 / 30
About This Presentation
Title:

Control Structure vs. Assembly Language

Description:

... full pathnames and allows renaming files across directories and in DOS 3.x ... Move File Pointer Using Handle. Usage: AH - 42h ... – PowerPoint PPT presentation

Number of Views:15
Avg rating:3.0/5.0
Slides: 31
Provided by: nkitt
Category:

less

Transcript and Presenter's Notes

Title: Control Structure vs. Assembly Language


1
Control Structurevs. Assembly Language
  • NASM

2
If-then-else
  • If conditional then then_actions
  • jump to endif
  • else else_actions
  • endif

3
Ex. If-Then-Else
  • If AL lt 0xA then
  • DL AL
Write a Comment
User Comments (0)
About PowerShow.com