Now we will write our program, the old classic "Hello, world" (hello.asm). You can download its source and binaries here But before you do, let me explain several basics. Unless a program is just implementing some math algorithms in assembly, it will deal with such things as getting input, producing output, and exiting. For this, it will need to call on OS services. In fact, programming in assembl