3,896 Topics

Member Avatar for
Member Avatar for AsmP

Hi, this is my first post i greet all the members. I would like for someone 2 please explaing the Essence of Assembly programming in 2days world where every 5 years latter a new HL programming language emerges. I have already studied 8086 assembly language and worked on it (not …

Member Avatar for jbennet
0
98
Member Avatar for arun.gerrard

can someone teach me k-maps and boolean algebra.... also give me the links to some ebooks which explain the basics of k-maps if u find any.

Member Avatar for arun.gerrard
0
561
Member Avatar for EngBalsam

I have an assignment and i need help in it i need to write a program in assembly for 8085 microprocessor and its very dificult can u please help me?????????? Here is the question Rearranging Bytes 16 bytes are residing in locations starting from 2400H. Transfer those bytes in locations …

Member Avatar for EngBalsam
0
136
Member Avatar for gerard4143

My questions is a simple/hard one, whats a stack on an intel machine? I don't a need lesson on how to use one for I already know how, its just that I really don't know very much about them. Like how come you can automatically allocate memory on them by …

Member Avatar for sanzilla
0
89
Member Avatar for joshjohansen

So I have taken on an extra credit assemly code challenge, and I am having a hard time getting started. What I need to do is be able to divide two 16 bit numbers and then display that answer. I can figure out how to divide a 16 bit number …

0
285
Member Avatar for apuM

Hi I need help with this ASAP. I'm a third year elec. engineering student who has to take a substitute module to C++ programming as they have discarded that module altogether. my college have landed me a module that severly deals with MIPS and them being the non experts feel …

Member Avatar for Duoas
0
95
Member Avatar for polis77

I tried to install Microsoft Visual Studio .Net Enterprise Architect 2003 in my computer which has Windows xp pro. Installation fails at the last stage while installing Webbrowser components. The error message I got is Error 1937. An error occurred during the installation of assembly. 'Microsoft.mshtml,version="7.0.3300.0",publickey token="b03f5f7f11d50a3a",culture="neutral",Fileversion="7.0.3300.0". The signature or …

0
53
Member Avatar for torbecire

I am supposed to write a program to show all possible color combinations, but I am having problems. It will give me all 256 colors, but not in all possible combinations. Here is me code. [ICODE] include irvine32.inc .data colors byte 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 .code main PROC mov ecx, 16 mov esi, …

Member Avatar for Duoas
0
187
Member Avatar for akueddy123456

Hi guys, Ive found out that the only way to have a value larger than 255(for a variable) is by increasing the value of another variable every time the first variable overflow. By the way im using pic16f84 and im currently learning how to program in assembly language. Example, "counta" …

0
49
Member Avatar for Mikhail508

I'm trying to program a PIC16F886 as a I2C slave device using the code from Microchip application note AN734. I've compiled this example source code using MPLab 7.6 and flashed my PICmicro with the image. Now I am trying to talk to the chip using the AARDVARK I2C/SPI TOTAL PHASE …

0
100
Member Avatar for torbecire

I am having a problem with nested loops. When I run the program it gives me the first 16 results want then it prints out more values than I require. I want it to print out 16 values then stop. I also do not know how to change the foreground …

0
63
Member Avatar for matt999tye

I keep getting operand size conflict errors when I run this program I cant seem to get it right! Write an assembly language program that will use multiple precision arithmetic to add the following defined word (dw) numbers in defined 16-bit registers (like ax, bx, cx and dx). (hint: use …

Member Avatar for Duoas
0
173
Member Avatar for haroonob

Hello Any Can tell me the service numbers for getting following information i have seen Ralf Brown's Interrupt List [url]http://www.ctyme.com/rbrown.htm[/url] but i did not get proper information or don't get proper information with this list Processor Information (vendor ,family name,speed etc) , Disks Attached, Floppy Size Haroon Idrees

Member Avatar for Ancient Dragon
0
73
Member Avatar for haroonob

I want to make simple C Program which show current directories and files like dir or ls .This should be use interrupt for getting current directory and its subdirectories and files.Help me to make this program. I Saw 21h interrupt with its service 47h and 4Eh . Thanks

Member Avatar for Ancient Dragon
0
179
Member Avatar for sirdeity

Hello, everyone. I'm learning assembly and can't figure out whether the INC instruction affects the C bit in the condition code register. I understand that the INC instruction increments memory or accumulator by adding one to the number in the specified register, but does that include the C bit in …

Member Avatar for Duoas
0
39
Member Avatar for anniedemas

hai everyone, im annie from malaysia.im in final year and do my final year project.here i need help from anyone to get a guide and some comment about my project.my project is LOW COST SECURITY SYSTEM USING PIC16F84A,where i focus on home security system. i have test my magnetic sensor …

0
45
Member Avatar for matt999tye

seems like every time i write a program in assembly i get these errors. all i am trying to do is multiply these two numbers, but this happens 1>z:\assembly\p2a\new folder\p2c\p2c\p2c.cpp(27) : error C2443: operand size conflict 1>z:\assembly\p2a\new folder\p2c\p2c\p2c.cpp(28) : error C2414: illegal number of operands 1>z:\assembly\p2a\new folder\p2c\p2c\p2c.cpp(29) : error C2443: …

Member Avatar for Duoas
0
112
Member Avatar for csnoob

i was asked to create my own boot disk that would just display my name in the screen. I was told that i am not allowed to use the files from microsoft and that i should create all the files. I've read some articles on the net and most of …

Member Avatar for sanzilla
0
94
Member Avatar for fl00d

I'm trying to import a function exported by a dll. So far: [CODE] #pragma comment(lib, "hookHop.lib") extern "C" void hhPostMessageA(HWND Hwn, UINT Msg, WPARAM WParam, LPARAM LParam); extern "C" LPARAM CursorPosTolParam(VOID);[/CODE] The lib and dll are in my project directory and my dll is in my debug directory. I get …

Member Avatar for 4ng3licDew
0
152
Member Avatar for matt999tye

I am writing a program that performs a NOR function and i keep getting this error I cant figure it out! 1>z:\assembly\p2a\p2b\p2b\p2b\p2b.cpp(28) : error C2443: operand size conflict 1>z:\assembly\p2a\p2b\p2b\p2b\p2b.cpp(29) : error C2443: operand size conflict 1>z:\assembly\p2a\p2b\p2b\p2b\p2b.cpp(30) : error C2443: operand size conflict 1>z:\assembly\p2a\p2b\p2b\p2b\p2b.cpp(31) : error C2443: operand size conflict 1>z:\assembly\p2a\p2b\p2b\p2b\p2b.cpp(33) …

Member Avatar for matt999tye
0
160
Member Avatar for matt999tye

hi I am new here. I have started an assembly class and I have completed the beginning assignments about making a program perform addition and what not. I am now stuck on making it do an NAND function. I have to use 16 bit registers, but I cant wrap my …

Member Avatar for Duoas
0
132
Member Avatar for torbecire

I have a problem, and it's starts with doing two loops. I do not know how to do it. Could anyone just show me how to use 2 loops. Could you show me how to use a nested loop that will add numbers. [ICODE] Title COLOR MATRIX include Irvine32.inc .code …

Member Avatar for Tight_Coder_Ex
0
111
Member Avatar for Nyall

hi guys,.. am trying to get this asp form to send the information it has to me, however.. i keep running in to brick walls, as it returns fine, just with no information. so you can imagine its not ideal. anyway, ill supply the code here, i know its to …

Member Avatar for Nyall
0
88
Member Avatar for anitha2324

[COLOR=#555555]am trying to create a web page to be used by my network users (inside my intranet)[/COLOR] [COLOR=#555555] [/COLOR] [COLOR=#555555]I want to get the visitor's name of my page ( in another words to get the network login user name of the person who is visiting my web page)[/COLOR] [COLOR=#555555] …

Member Avatar for gpm1982
0
283
Member Avatar for DarkDot

Hi, I am trying to implement a switch statement in assembly using MIPS. I can get it to jump to the target, but I was wondering if [inlinecode] beq $s2, 1, C1[/inlinecode] is valid MIPS code and not pseducode, I know that code works just not sure if its "proper" …

Member Avatar for Duoas
0
57
Member Avatar for DarkDot

Hey I want to create a max function that does the same thing as the c++ max function counterpart does, but the only way I can see to do it is to compare each number with everyother number. Of course if its only two numbers then you can just compare …

Member Avatar for Duoas
0
80
Member Avatar for sukatoa

Is there a code in assembly that is similar C like sleep(milliseconds)? Is there also a code in assembly that is similar also to C, clrscr()? I like to add that to my code that will be passed tomorrow... but i have no idea!!! Can you advice me where to …

Member Avatar for sanzilla
0
117
Member Avatar for vamsikgummadi

E R Modeling In software development process there are mainly six phases such as: ► Requirement ► Architecture ► Design ► Implementation ► Testing ► Deployment For this software development process different model are available such as ► Agile ► Clean room ► Iterative ► RAD ► RUP ► Spiral …

0
348
Member Avatar for elitesky

Hi. Can you help me masters..? ive got this assignment that says: Find the largest element in a given set of 5 unsigned integer. then display that number at the center of screen. For example, the set of integers is set as follows integers DB 34675 Now, displaying isnt the …

Member Avatar for gerard4143
0
93
Member Avatar for gerard4143

Is the opcode leal(load effective address) primarly used to calculated the address of a value that was pushed on the stack? If anyone knows of any good web sites on this topic could you pass it on to me. Thanks in advance....Gerard4143

Member Avatar for gerard4143
0
105
Member Avatar for DarkDot

Hi this is what I need to do [LIST=1] [*]Declare a word array A with 2 elements with initialized values. [*]Declare a word variable B with initialized value as 0. [*]Calculate the cvalue of B with the following expression: B= A[0] + A[1] -6. [*]Make sure B's value is saved …

Member Avatar for Duoas
0
105
Member Avatar for SGiorgos

I am trying to write a program in arm assembly which will increase and decrease a value of a counter on a keypress. The min value of the counter is 0 and the maximum is 8. It will be used for volume adjusting. I want to modify the following code …

0
58
Member Avatar for xxxgaryxxx

Hi, firstly, I'm a doughnut:) my vaio FR415B was working fine apart from a noisy fan so I decided to clean the heat sink vents.. on taking the machine apart I found them to be completely blocked with fluff.. great, found the problem. Have cleaning and refitting everything, I now …

Member Avatar for bobbyraw
0
83
Member Avatar for rajesh79

if anyone knows any answeres please inform me thanks in advance *Can a web service be only developed in asp.ent? *can we use multiple web services from a single application? *Can a web service be used from a windows application? *What do we need to deploy a web service? *What …

Member Avatar for SheSaidImaPregy
0
89
Member Avatar for chow2rich

I'm new to ASP.NET and using Visual Studio 2008 and also have installed IIS. But when I create a website in Visual Studio 2008 I tried to view in browser. When I do this in class I had no problems. But when I'm at home this message came up: Server …

Member Avatar for SheSaidImaPregy
0
190
Member Avatar for Ratte

I am very new to Visual Studio/C# (although I have a good deal of C and C++ knowledge) and it seems that I am missing something since I cannot figure out how to do this and I am getting frustrated (this is supposed to be a simple project). I am …

Member Avatar for Jugortha
0
134
Member Avatar for Migg

Hi all, I have the following code : [CODE] section .data ;section declaration MAX_LINHA equ 1000 fich db "calculos.txt",0 ;Nome do ficheiro flagLer dd 00q ; O_RDONLY numFich dd 0 ; guarda o numero do ficheiro nLidos dd 0 num1 dd 0 num2 dd 0 num3 dd 0 operacao dd …

0
61
Member Avatar for mos33

[B]hi all if i have a 2 different tables, one of them is a plain text and the other is a cipher text how to build a programe " assembly " to allow me to enter a plain text message , encrypt this message using the stored tables then decrypt …

Member Avatar for Tight_Coder_Ex
0
106
Member Avatar for bothropus

[COLOR="green"][/COLOR][COLOR="Green"][/COLOR] Í´m from Brazil, I just want to know about controlling circuits with my debug shell. I know that I can control the parallel output from my machine using assembly code .... i would like to know the assembly cod ethat could i use to turn on and turn off …

0
54
Member Avatar for loushou

So finally after a little waking up i fixed my write to a file in raw binary problem. Now I am trying to load the same data from the file i created. Here is the code I came up with. [CODE]#include <fstream> #include ".\vertexs.h" using namespace std; int LoadVerts(char *s_fName, …

Member Avatar for Duoas
0
111
Member Avatar for Abhishek Anand

Which files are needed to run assembly program? Where has to save this program? How this program will run? From where can I get those files? Thanks, Abhishek Anand.

Member Avatar for Tight_Coder_Ex
0
107
Member Avatar for elisa751

I wrote code to sort an Array using the bubble sort method. The dynamic Instruction is really long about 60k, i need to reduce it to about 20k. Could someone help me optimize the code or give me tips on how to do that? Or if there is a better …

Member Avatar for Duoas
0
119
Member Avatar for complete

Getting a C# program with a manifest file to run in the debugger ---------------------------------------------------------------- How do I declare a manifest file in the Visual Studio IDE for C# so that I can debug the resulting code? I have been able to add the manifest file, to the exe after I …

0
82
Member Avatar for newcountry

Hi all, How i can convert decimal number into binary, using register mode and format 2. If, for example, you were to run the code and give it 5 as its input it should output 101. !format = 2 !mode = REGISTER

Member Avatar for zifr
0
432
Member Avatar for albert.ponraj

Hi every one, I have created website project using c# .Every thing is working fine . i have to send project assembly(project.dll) to client . the problem is , inside my project folder the bin folder is not created after build the project. so i could not find project dll …

Member Avatar for albert.ponraj
0
65
Member Avatar for Texag02

I'm new here, I did a search, but couldn't find anything that fixed my problm. Just built a new P(my first build)... here's the components: Motherboard: GIGABYTE GA-MA770-DS3 AM2+/AM2 [URL="http://www.newegg.com/Product/Produc...82E16813128081"]http://www.newegg.com/Product/Produc...82E16813128081[/URL] Processor: AMD Athlon 64 X2 6400+ Windsor 3.2GHz Socket AM2 [URL="http://www.newegg.com/Product/Produc...82E16819103228"]http://www.newegg.com/Product/Produc...82E16819103228[/URL] Video Card: EVGA 512-P3-N841-A3 GeForce 8800GTS (G92) 512MB [URL="http://www.newegg.com/Product/Produc...82E16814130312"]http://www.newegg.com/Product/Produc...82E16814130312[/URL] …

Member Avatar for Texag02
0
305
Member Avatar for matiman

Hi ppl...i'm having problems in my assignment.... what i need to do is create a bulletin-board program on ASM that does the following: I "some string" - inputs string into bulletin board D number - deletes the specific string from the board V - prints out all the string that …

Member Avatar for Salem
0
411
Member Avatar for complete

Getting a C# program with a manifest file to run in the debugger ---------------------------------------------------------------- Does anyone know how to declare Manifest Files in the Visual Studio IDE for C#? I tried the first in the "How to embed a manifest in an assembly: let me count the ways..." ([url]http://blogs.msdn.com/cheller/archive/2006/08/24/how-to-embed-a-manifest-in-an-assembly-let-me-count-the-ways.aspx[/url]) link …

0
53
Member Avatar for sara_84

hello all, i write a program in 8086 to compare between two numbers, but when i enter numbers 99 and 9 it give me tha same, also with other; (55=5,44=4...etc) this this my code, how can i solve error. [CODE=Assembly] .MODEL SMALL .STACK 64 .DATA MS1 DB 23 DUP('ENTER THE …

-1
72
Member Avatar for sukhum_v

Hi all, I'm working on the project to write a program download a program to flash memory through JTAG. The processor i'm using is Atmel AT91RM9200. Flash memory is AT49BV163D. For the start, I try to write the assembly code below to read the ID of the flash memory, but …

0
66

The End.