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
Ranked #25.0K
Ranked #4K
~4K People Reached
Favorite Forums
Favorite Tags

8 Posted Topics

Member Avatar for ang19

[quote=ang19;67270]Hi have one querery regarding writing in machine code, address- instruction 00000 001 10000 00001 010 10000 00010 100 10000 00011 110 10001 00100 111 00000 10000 000 00001 10001 000 11111 i dont know how to write a program in machine code, which adds up to the numbers stored …

Member Avatar for David_34
0
1K
Member Avatar for faith07

[quote=faith07;312232]Hello everyone, Im new in assembly language. I would like to ask your help to teach me how to convert the below C language into tasm language. thank you very much. #include <stdio.h> #include <dos.h> main() { unsigned int year; unsigned char month; unsigned char day; union REGS regin,regout; clrscr(); …

Member Avatar for neha afreen
0
1K
Member Avatar for aserfiotis

[quote=aserfiotis;303019]I have a project for which I have to implement parameter passing through stack between different protection levels. The information about the number of variables needed to be passed at the function must be given through DWORD Count of Call gate For this project I have to: A) Create 4 …

Member Avatar for aserfiotis
0
119
Member Avatar for viivaakash

[quote=Purple Avenger;337941]Almost everything executes faster on the 8086. It has a 16 bit bus rather than the 8088's 8 bit bus. The execution units on the two chips are identical. The only difference is bus width and depth of prefetch queue. The 8088 has a slightly deeper prefetch queue to …

Member Avatar for Purple Avenger
0
698
Member Avatar for Elfshadow

[quote=Elfshadow;344850]Between NASM and FASM which one would you pick? And I pretty new to ASM but I think the Intel style looks better so I think that rules GNU out unless they have a Intel version syntax.[/quote] From my experience i would suggest u TASM

Member Avatar for Evenbit
0
113
Member Avatar for doddy

[quote=doddy;316245]Hi, I am new to programming for the most part except matlab, html, javascript, actionscript, etc. I am trying to learn how to assemble/dissassemble files. I have several assemply/dis. programs: nasmw/ndisasmw, flat assembler, pedasm, etc... I can't figure out how to assemble the hello world program. here is an example …

Member Avatar for Garni
0
144
Member Avatar for em_moon1981

[quote=em_moon1981;337040]hi every body is there any body 2 help me to create a boot disk with assembly help me plz send ur comment 4 me 2 my email : [EMAIL="em_moon1981@yahoo.com"]em_moon1981@yahoo.com[/EMAIL];)[/quote] please use this link [url]http://perso.orange.fr/pierrelib/bootstrap/VnutZ_Bootstrap_Tutorial.html[/url] to find more about boot loader. get back to me if u have any doubt …

Member Avatar for Garni
0
136
Member Avatar for raydogg57

Hi, This is garni, you can use the below code to determine the particular day in a week, what i have coded for you. Input parameters: year, month and day. return value: corresponding day string. for this you need to include the header file "time.h" & tested this function with …

Member Avatar for John A
0
251

The End.