もっと詳しく

Why learn asm?Assembly is seen by many as being too much work to do most tasks. This although partly true assembly is the one of the fastest langs around and is a low level language so it lets you get down and dirty with your machine. Asm also is a great learning experience and teaches you how your computer works.Ok lets get started!CODE.model small.stack.dataMessage db “z0mg ASM!!$” .