No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
Re: [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 … | |
Re: [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(); … | |
Re: [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 … | |
Re: [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 … | |
Re: [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 | |
Re: [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 … | |
Re: [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 … | |
Re: 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 … |
The End.