Old school assembly "Hello World!": Method 2
Uploader Comments (Ichthus91)
Video Responses
All Comments (76)
-
Wow XD
-
@TheBowlcutBandit Me since then i change from 64 bit to 32 bit but thanks for reminding me i didn't thought this video existed still
-
@1998flash Debug is an old 16 bit assembler, it cannot run on 64 bit operating systems.
-
yea that song sing: IM BORN FOR A DATA YEA A DATA UM A DATA!!
-
@Uknown231231231 as much as i hate them, IQ tests measure calculation, pattern recognition and language skills. You can't really expect s.o. who can't read, count, and recognize patterns to be able to program. If a person with a REALLY low measured IQ is able to program, it suggests someone botched the test and the person will measure much better if tested again.
In my experience, people too stupid for math and programming are like one in a million. All others are fixable education failures.
-
I'm learning assembly and ive understand the codes already. I did this in my school computer to refresh my mind while the teacher told us to do our own stuff at the multimedia lab, she thought i was hacking and told the principal :\ Btw, she's teaching Visual Basic and its too easy to understand so I wanted to go deeper, why don't she understand me??? :(
-
@Karvenate Traditional phrase used in the most trivial programming task (1st one you write) for newbies to learn how to throw text to standard output as most software requires this function and it an easy way to dip your feet in the water as a beginning programmer, regardless ofwhat level and type of language / programming you are doing. Hello World announces your birth as a programming student and programmer... ;-)
-
@PoliteCitizen I haven't programmed in assembler for twenty plus years and mainly in raw machine code (not assembler) on motorola and Z80 cpu machines in the mid-1980s... (built my 1st machine from scratch, logic, firmware, the lot).
They are indeed DOS calls. My bad. At my age my memory is not what it was. My bad, kiddo.
But I am old enough to remember NOS (CDC 6600 super) and CP/M (Kaypro, et al)...
At least I don't play childrens games such as minecraft... and I don't live in Bangladesh.
-
@FOOFlGHTERS indeed.
-
@morganiothegamer your teacher is a dumbfuck and should not be allowed to teach
... And what the hell is ur IQ??
easyname121 2 years ago 10
@easyname121 My IQ is roughly 165 points [Wechsler Adult Intelligence Scale]. Though, it may very well be different now.
Ichthus91 2 years ago 9
hey when i type debug it tells me
"'debug' is not recognized as an internal or external command, operable program or batch file"
what do i do ?
1998flash 2 years ago
Well first check that you spelled "debug" correctly. Then check if the file "debug.exe" is in "C:\Windows\System32" (assuming default install and XP+). Then check to see if your "PATH" variable has "C:\Windows\System32" in it. Right-click My Computer, and then click Properties, click the Advanced tab, click Environment variables. Check under "System Variables.
Ichthus91 2 years ago
can you tell me what this is ?? i followed every step but what is it
99deff 2 years ago
It's a program that prints the string "Hello World!" to the screen.
Ichthus91 2 years ago