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 tried having a go at creating my own boot disk that would write text to the screen. The code is here: [CODE] ;---------------------------------------------------------------------- ; Simple boot program that prints the letter 'H' ; and then hangs ; Joel Gompert 2001 ; ; Disclaimer: I am not responsible for …

Member Avatar for Ryu
0
578
Member Avatar for provenshop
Member Avatar for VIDOCQ
0
164
Member Avatar for joker1379

im coding in 8086 assembly. i want to separate a string. For example: Str DB '24+67' i want to separate the '24', the '+' and the '67' and place them in the variable num1, operator, num2 respectively. can anyone help me with a piece of code please. thanks

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
162