I wanna a best Assembly language which is the best one for making an operating system??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

I wanna a best Assembly language which is the best one for making an operating system???

I too wanna know the other purposes of Assembly Languages...

25th Nov 2017, 9:24 AM
Viraj Shah
Viraj Shah - avatar
4 Answers
+ 5
Um you can make driver with it Other purpose....-_- Ahhh You mean best reference? best assembler?
25th Nov 2017, 10:02 AM
Yanothai Chaitawat
Yanothai Chaitawat - avatar
+ 3
It will be take years however to make an operating system in assembly language, for example the following is Intel x86 (8086) instructions for outputting a single character to the screen: MOV AH,08 INT 21 MOV DL,AL MOV AH,02 INT 21 MOV AH,4C INT 21
25th Nov 2017, 10:12 AM
Hassie
Hassie - avatar
+ 1
You do not write an operating system with Assembly. Assembly languages are low level programming languages, they are the closest to a CPU's Instruction Set. All programs in whatever language they are written will be converted to this machine code in order to be run. Operating Systems are for the most part written in C/C++
25th Nov 2017, 7:43 PM
Nicolas Kik
Nicolas Kik - avatar
+ 1
this bro
26th Nov 2017, 2:33 AM
Viraj Shah
Viraj Shah - avatar