Jakash3 - Assembly Tutorial: Basic Commands

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
3,562
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Jun 18, 2010

Jakash3 runs through some basic assembly commands using debug.exe. Debug is a 16bit disassembler/assembler that can be found in msdos and all 32bit versions of windows. If you are using a 64bit windows then you will need to get dosbox.
http://www.dosbox.com

Category:

Education

Tags:

License:

Standard YouTube License

  • likes, 0 dislikes

Link to this comment:

Share to:
see all

All Comments (8)

Sign In or Sign Up now to post a comment!
  • can you pls help me how to code or how to have a christmas tree output using asterisk or i mean forming christmas tree tru the use of asterisk in assembly language?

  • @mohamed912mm damn, i dont remember writing that. It has been a while since I done asm. mohamed... if you're using 32bit assembly don't use 16bit registers like that. use 32 registers. "mov eax,123"

  • @asmcriminaL @awsomepk01 i want help from u please>>>>>>>>>>>>

    mov al,123 (false or true) ???

  • any one here >>>>> i neeeeeed help plz

  • Helped me learn, thank you so much :)

  • talk fast much :)

  • @asmcriminaL sorry forgot to mention that, bx will contain 34, which is byte 0 of the variable and omit the mov ax,variable1 instruction, it's just a wasted instruction don't know why i typed it.

  • 2:27, 34h is in AH, which is 1byte,

    if you do

    variable1 word 1234h

    mov ax,variable1

    mov bx, byte ptr [variable1]

    which is byte 0 since the array index starts at 0, so al is actually byte 0, and ah is byte 1

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more