@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
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
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
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
@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.
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!
what is tlink?? What Does tlink dooooo????
what will i use I am Using MASM ??
btnrocks 4 months ago
Does assembly even have any use anymore?
bandit70051 7 months ago
@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 7 months ago
@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
bandit70051 7 months ago
how do u get TASM
aquaruisacquah 9 months ago
can you code using 10011001000 10010001 00100100100100 01001000101010???
4Got10Shadow 9 months ago
@4Got10Shadow lol of course not
BernardoMariano92 8 months ago
I prefer C or C++ after seeing this video
djaa2807 11 months ago
lol, all this for hello world?
evaldaskowka 1 year ago
Jesus Christ, the last time I saw this was 20 years ago
psydth 1 year ago
NOOB USE SOUND
SecularAmerican 1 year ago
- tasm
- tlink
where to get it for x64-systems?
xXDJXYCX98Xx 1 year ago
Comment removed
xXDJXYCX98Xx 1 year ago
i see why they invented high level languages.
BUNCHofxs 1 year ago 12
Nice it is Dos I'm happy to see it again
Thorgils1 1 year ago
Where can I get the Compiler?
TheComputaNerd 1 year ago
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
htmlguy88 1 year ago
This comment has received too many negative votes show
ASM is paranoid type of code. If all of that will just give you a simple Hello World, then imaging trying to program a socket prog in ASM.
dellthinker 2 years ago
asm - low level buddy, it can make operating systems to drivers
brokenbylaw2 2 years ago
Indeed. I'd like to study it more when i have some time to develop a worm undetectable by any known AV's
dellthinker 2 years ago
what a waste however learning polymorphism is your best bet
mouseroot 2 years ago
How is that a waste? AV's are harder to hide from seeing how they start to monitor certain patterns of programs.
dellthinker 2 years ago
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
mouseroot 2 years ago
But then again, programming an antire OS in pure ASM is a no brainer. Using C is the best way...well, most popular way.
0121ryanh117 2 years ago
no sound?
Andybaby 2 years ago
@Andybaby i agree with you .
risingsunemployee 1 year ago
ok this is really pissing me off, please tell me how to get TASM so i can open my ASM files. thanks
joewizard100 2 years ago
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 ..
AinSophAur000 2 years ago
AndrewCheck 2 years ago
Oh... Stupied TASM !!! Stupied console!
I'm using FASM and writing "hello world" - 25 seconds!
AndrewCheck 2 years ago
Ok nice and how about explaining what is what and what does what...
700007123 3 years ago 4
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!
youhakim 3 years ago
I'm making NES games in 6502 assembly.
Masta686Yamato 3 years ago 7
Really?
I'm making Megadrive games in 68K assembly.
(By the way, do you know where I can get a list of ASM commands?).
markeyjester 3 years ago
You can find exhaustive manuals on all the processors in the 680x0 series on Freescale's website.
RJLeffmann 2 years ago
@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.
Dakkiller1 7 months ago
This has been flagged as spam show
Please add sound to this Video..Keeping Blind people in Mind. lol
kannabhais 3 years ago
This has been flagged as spam show
Please add sound to this Video..Keeping Blind people in Mind. lol
kannabhais 3 years ago
This has been flagged as spam show
Please add sound to this Video..Keeping Blind people in Mind. lol
kannabhais 3 years ago
Hmm?.. What's the thing before 'Data' ?
Cause it keeps failing on compiling.
Skilinium 4 years ago
I guess its a @
Cassiao 4 years ago
~~ 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.
Skilinium 4 years ago 2
Sigh stupid of me. Didnt see mod. =P
Skilinium 4 years ago
Hey isn't this suppose to have sound?
A31Chris 4 years ago
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!
youhakim 4 years ago
oh ok. thanks.
A31Chris 4 years ago 2