Thread: Assembly
View Single Post
Old Dec 23rd, 2004, 9:35 AM   #6
Lethns
Newbie
 
Join Date: Nov 2004
Posts: 22
Rep Power: 0 Lethns is on a distinguished road
Assembly is used to

1. Speed up a C program
2. To code an OS

But it is mainly used to make bootloader, since it's the only language that can.


mov 0x123
Lethns is offline   Reply With Quote