Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for VIDOCQ

hi WHETHER NASM SUPPORT 64 BIT PROGARMMIN OR NO ? OR IS THERE NASM FOR EXAMPLE AMD64 BIT ? THX.

Member Avatar for retsigir
0
125
Member Avatar for MattVonFat

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" …

Member Avatar for Ryu
0
585
Member Avatar for provenshop

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 !

Member Avatar for VIDOCQ
0
165
Member Avatar for joker1379

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 ;; …

Member Avatar for VIDOCQ
0
77
Member Avatar for VIDOCQ

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!!!') ; …

Member Avatar for VIDOCQ
0
165