No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
hi WHETHER NASM SUPPORT 64 BIT PROGARMMIN OR NO ? OR IS THERE NASM FOR EXAMPLE AMD64 BIT ? THX. | |
Re: hi i'm beginner in assembly language and now , reading " [LEFT]Jeff Duntemann" book for this purpose . ( off topic : this book is the best ! :mrgreen: ) @ RYU :[/LEFT] can you insert here comlete code for build simple boot disk here ? ( print "hello world" … | |
Re: hi in my view this is the best book for start assembly in DOS and Linux : [URL]http://www.amazon.com/Assembly-Language-Step-step-Programming/dp/0471375233/sr=8-1/qid=1159625300/ref=sr_1_1/102-3598147-3052117?ie=UTF8&s=books[/URL] simple and easy ! | |
Re: Hi use this : [code];;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;; ;; Source Name : StrSpr.ASM ;; ;; Executable Name : StrSpr.COM ;; ;; Code Model : Real mode flat model ;; ;; Created Date : 29/09/2006 ;; ;; Author : VIDOCQ ;; ;; Description : A simple example of a DOS .COM ;; … | |
Hi When i assemble follow code [code] ;--------------------------------------------------------------- ; EAT.ASM ; Backhanded advertising program ; ; by Jeff Duntemann ; MASM/TASM ; Last update 3/5/89 ;--------------------------------------------------------------- ;----------------------------| ; BEGIN STACK SEGMENT | ;----------------------------| MyStack SEGMENT STACK ; STACK word ensures loading of SS by DOS DB 64 DUP ('STACK!!!') ; … |