Added: 4 years ago
From: youhakim
Views: 34,680
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:
see all

All Comments (45)

Sign In or Sign Up now to post a comment!
  • what is tlink?? What Does tlink dooooo????

    what will i use I am Using MASM ??

  • Does assembly even have any use anymore?

  • @bandit70051 haha, any programming language is translated(compiled) into assembly first and then executed using machine code (binary code). And moreover, assembly is much much faster, but you have to write a lot of instructions to get the desired result

  • @iMPRE7ed

    I know... I just meant, you don't really come to a situation where you need to know how to program in assembly :P

  • how do u get TASM

  • can you code using 10011001000 10010001 00100100100100 01001000101010???

  • @4Got10Shadow lol of course not

  • I prefer C or C++ after seeing this video

  • lol, all this for hello world?

  • Jesus Christ, the last time I saw this was 20 years ago

  • NOOB USE SOUND

  • - tasm

    - tlink

    where to get it for x64-systems?

  • Comment removed

  • i see why they invented high level languages.

  • Nice it is Dos I'm happy to see it again

  • Where can I get the Compiler?

  • I can't get this to work I've tried to eliminate code giving me problems it still has errors saying illegal opcode(dx) and illegal opcode(ax) can you help me I'm not using tasm though I'm using mplab ide

  • asm - low level buddy, it can make operating systems to drivers

  • Indeed. I'd like to study it more when i have some time to develop a worm undetectable by any known AV's

  • what a waste however learning polymorphism is your best bet

  • How is that a waste? AV's are harder to hide from seeing how they start to monitor certain patterns of programs.

  • evading AV's isnt hard at all infact you can evade one just by finding the signiture the AV is looking for and change it..simply to cutting the file in half and running the AV on it and keep doing it untill its not detected so you know what the signature is for example netcat is picked up on most AV's because it has int 3 3 times in a row and thats what the AV(norton) uses to pick it up also socket programming in ASM is easier then C/C++ atelast on linux it is

    because of interupt 0x08

  • But then again, programming an antire OS in pure ASM is a no brainer. Using C is the best way...well, most popular way.

  • no sound?

  • @Andybaby i agree with you .

  • ok this is really pissing me off, please tell me how to get TASM so i can open my ASM files. thanks

  • you want the TASM ? i am going to learn 16 bit x86 programming with TASM and a book i am using .. send me a message .. i can send the file to you ..

  • My hello world in fullscreen ;) (VESA mode )))) mov ax,4f02h mov bx,112h ; 640x480, 16M colors ;) int 10h mov ah,9 mov dx,msg int 21h xor ah,ah int 16h ; sleep int 20h msg db 'Hello from youtube ;)$',0
  • Oh... Stupied TASM !!! Stupied console!

    I'm using FASM and writing "hello world" - 25 seconds!

  • Ok nice and how about explaining what is what and what does what...

  • I did! Read the answer to A31Chris comment above!

    If you want to see all the videos I uploaded go to my channel by clicking on the youhakim link, or just search for the word youhakim!

  • I'm making NES games in 6502 assembly.

  • Really?

    I'm making Megadrive games in 68K assembly.

    (By the way, do you know where I can get a list of ASM commands?).

  • You can find exhaustive manuals on all the processors in the 680x0 series on Freescale's website.

  • @Masta686Yamato If you were to code an adventure game for 286 DOS PC's with a VGA card in Assembly, would you take advantage of the 640x480 16 color resolution and push it to the max, maybe even integrate full sound drivers and junk.

  • Hmm?.. What's the thing before 'Data' ?

    Cause it keeps failing on compiling.

  • I guess its a @

  • ~~ mod ax,@data mov ds,ax mov ah,9 mov dh,offset msg int 21h mov ah,4ch int 21h

    ~~

    I keep getting an illigal instruction when compiling.

  • Sigh stupid of me. Didnt see mod. =P

  • Hey isn't this suppose to have sound?

  • Nope! sorry! the first 5 or 6 videos was just for testing purposes so they don't have sound and for that reason I made other three videos with sound dealing with the same basics of assembly language, To distinguish these I added the word "again" to their titles!

  • oh ok. thanks.

Loading...
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