3,896 Topics

Member Avatar for
Member Avatar for annitaz

1 ; The program must be keyed in exactly as is given here. 2 3 4 org 0x100 5 bits 16 6 00000000 E90900 jmp start ; Start program execution 7 00000003 42524F574E20464F58 char: db 'BROWN FOX' ; Please key in exactly as shown, 8 ; with a space between …

Member Avatar for tesuji
0
119
Member Avatar for embeddedravi

Creating embedded system based virtual Text Display. use 9V battery for supply video : [url]http://www.youtube.com/watch?v=tVU-1ligVYU[/url] source here : [url]http://www.embeddedravi.com/forum/viewtopic.php?f=2&t=12[/url]

Member Avatar for embeddedravi
0
89
Member Avatar for sanam2010

hello, I have a problem! I have an infopath form and I want to connect into database,I use C# for coding behind, in the code I use below namespaces: [COLOR="Green"]using System.Data; using System.Data.SqlClient;[/COLOR] when I build the project, it shows me below error: [COLOR="Red"]"The type or namespace name 'Data' does …

Member Avatar for sanam2010
0
80
Member Avatar for rexins

Hallo, MIPS works with words of 32 bit. But for universitiy, i have to add two 64 bit Integers numbers. first of all, my idea was that i split the numbers and store them in two register. But that's only a theoretical idea. I have no idea how to realize …

Member Avatar for tesuji
0
2K
Member Avatar for nehasfun

Please help me to write the following program in 8085 assembly language. Only guidelines required. 5 numbers are stored at consecutive memory location. Arrange them in ascending order and store them in another location.

Member Avatar for mahul000
0
184
Member Avatar for Madawar

Hi, Am a self teaching Newbie Assembly programmer :) Still in the theoretical Stages. My question is.... [B]According to the book am reading When you convert 254(decimal) to hexadecimal you get 0FEh. And when you convert -2(decimal) to hexadecimal using two's complement you get OFEh.[/B] When i do it manually …

Member Avatar for Madawar
0
4K
Member Avatar for kp_it_simpl

I am a new student using MS Visual C# 2008 Express Edition. I am trying to run an example from my textbook. The VS new console application creates the following code and I add the new code as per my comment below: I get the following error twice: Error 1 …

Member Avatar for Lusiphur
0
169
Member Avatar for wayn3san

I want to write an assembly program to convert Hexadecimal to Binary in 8086 assembly language. I am using Winasm as my compiler. However i have no idea how to write this code. Can anyone shed some light? thanks in advance!

Member Avatar for wayn3san
0
12K
Member Avatar for cmsc

we were asked to make a program that adds two digit numbers. I was ableto scan and add the input numbers but I have trouble doing the 'carry' part. i can't divide the sum of the ones place integers by ten. what's wrong with this code? : [CODE] mov al,bl;move …

Member Avatar for cmsc
0
210
Member Avatar for dheerajsuthar

Hi, I am currently in 2nd Year MCA(Masters of comp. application). I want to become an information security expert. Ethical Hacking has been a favorite subject for me since my beginning days in computers. My current knowledge base is: 1>Languages:C/C++/Java/Python, Assembly(both AT&T and Intel x86) 2>Networking:Only basics(both theory & programming).(from …

0
139
Member Avatar for funfullson

hi dears. I am using Emu8086. I need to generating an array of random numbers. Are there any ready procedure or intrupt? if there are not, how can I do it? thanks.

Member Avatar for Tahir007
0
6K
Member Avatar for dansnyderECE

I'm trying to replace some MIPS II instructions using MIPS I - namely the branch likely instructions. I'm having difficulty deciding how to do this. Assume that the branch delay slot is implemented. First off, a branch likely is an instruction that when taken, executes the delay slot instruction whereas …

Member Avatar for dansnyderECE
0
125
Member Avatar for UtaChan

I got a question that most likely will appear in tomorrow's test Well the problem is I have a physical adress of 12345h and I need to get something from there into some variant at the size of 1 byte, not that it matters...the thing is I dunno what to …

Member Avatar for tesuji
0
163
Member Avatar for avarionist

Lods byte ptr ds:[esi] ;i know that it loads a byte that is a pointer my question is " is the pointer ds with esi as an offset or is it the other way around or am i just plain wrong" ?

Member Avatar for avarionist
0
349
Member Avatar for Flux123

Hi There, I'm trying to learn a bit of assembler and have got the grasp of the majority of the basics. However I'm struggling to allow a user to enter a string, terminated by a null character when the user hits carriage return. I'd also like to be able to …

Member Avatar for NotNull
0
591
Member Avatar for iamchamith

Hi friends, I have some question about asp publish web site I was create web site using asp.net 2.0 with backend as c#.net then i publish that web site & give published files to the web server who host my web site on internet...then i access my file via browser,there …

Member Avatar for MichaelWClark
0
189
Member Avatar for DrakeMagi

been googling for 5 days. The library has the book check out for the next 16 days. I'm using debian lenny linux , have nasm installed . I'm looking 1:1 assembly programing. No high level. to me no point in learning assembly if you going to use high level commands. …

Member Avatar for gerard4143
0
182
Member Avatar for fplgenius

Hello eople i never post anything here because i always find a solution to the problem but this one is out of my range, ok so when i want to start a new cons or Win32 app i go normaly to FILE->NEW->PROJECT and click for example console mode and then …

Member Avatar for Ancient Dragon
0
125
Member Avatar for dansnyderECE

I don't understand what the issue is here. Here is the line in question: [CODE]beqz $t0, main[/CODE] and I get a syntax error here. Also, why is it that I cannot use the $at register? Also, I get a syntax error fr this line: [CODE]move $a0,$v0[/CODE] Whats wrong here?

0
82
Member Avatar for dansnyderECE

I'm trying to convert a disassembled Hex Dump to a SPIM friendly assembly file. This requires that I take lines like: [CODE] 004000f8 <_init>: 4000f8: 27bdffe8 addiu sp,sp,-24 4000fc: afbf0010 sw ra,16(sp) 400100: 0c100064 jal 400190 <call_gmon_start> 400104: 00000000 nop 400108: 0c100094 jal 400250 <frame_dummy> ... [/CODE] and make them: …

Member Avatar for nbaztec
0
149
Member Avatar for frantonio

I am trying to write a program in Assembly (IA-32 architecture), that reverses the string input from the user. I've tried to use push and pop, but I can't seem to get any output. Here is the code. Any Suggestions? INCLUDE Irvine32.inc .data str1 BYTE "Enter a string of characters: …

Member Avatar for wildgoose
0
3K
Member Avatar for wekesa philip

I am trying to read a digital output from a conversion from the ADCH register but i am being told that the ADCH register is invalid. Now, How can I transfer the contents of ADCH to a general purpose register. Here is the code that I used. It is written …

Member Avatar for wildgoose
0
90
Member Avatar for satish.paluvai

1)A positive going pulse which is always generated when 8085 MPU begins the machine cycle. a) RD b) ALE c) WR d) HOLD 2).when a ----- instruction of 8085 MPU is fetched , its second and third bytes are placed in the W and Z registers. a) JMP b) STA …

Member Avatar for peter_budo
-1
90
Member Avatar for dansnyderECE

So, I've learned my lesson in the past. I'm not experianced enough to design a program from start to finish in an elegant way. I'm not looking for code in any way, just some code flow suggestions if anyone has any. This is what I'm trying to do: -Do a …

Member Avatar for Radical Edward
0
100
Member Avatar for dansnyderECE

I'm trying to compile an assembly file (.asm or .s) from a c++ file to be used in SPIM. SPIM requires that the file be in MIPS32ABI and for MIPS I ISA. My g++ compiler is not working well and I was wondering if there were any compilers out there …

0
92
Member Avatar for dansnyderECE

I'm attempting to manually load the hexdump of an elf file that I compiled using g++ into a processor simulation I designed. There are 30 sections to a standard elf file and I am loading all 30 segments with their proper memory location offset taken into account. I then start …

Member Avatar for dansnyderECE
0
138
Member Avatar for pupspark

If I assemble a AT&T syntax program in GAS with DOS system calls, will that work similarly to linux assembly, or will I not be able to make that work? Because I like AT&T syntax. And DOS.

Member Avatar for MosaicFuneral
0
62
Member Avatar for makako nido

Hi everyone! I'm trying to learn assembly x86 using tasm but a doubt stoped me. I need to create a file and copy an array of characters for him. I know I need to use 3Ch to create, 40h to write and 3Eh to close him but I can't implement …

Member Avatar for Mattye134
0
171
Member Avatar for eniwe

The lines of code below are borrowed from the print media. My focus is on the assembly; so by making use of these lines, iam trying to understand certain features of the assembly that are unclear to me. I was able to follow a few lines of code, and then …

Member Avatar for Mattye134
0
213
Member Avatar for happygeek

[URL="http://blog.facebook.com/blog.php?post=12811122130"]According to engineering team insider Josh Wiseman[/URL], Facebook will start rolling out the long awaited Facebook Chat system this week. Although you might think that Facebook provides plenty of chatting opportunity already, courtesy of the Wall and Inbox functionality, the argument is that neither offer the immediacy of a true …

Member Avatar for JonathanD
0
229
Member Avatar for dansnyderECE

I'm trying to compile a c# file and generate an asm or s file to be disassembled and run in PSIM. Whenever I try to do this I get errors. I am attempting to compile to mipsI-linux. I think I've determined that my cross compiler that was given to me …

0
68
Member Avatar for pritesh2010

hello experts i got error when i running the program [CODE] " at Elactronic.My.MyProject.MyForms.Create__Instance__[T](T Instance) in 17d14f5c-a337-4978-8281-53493378c1071.vb:line 190\r\n at Elactronic.My.MyProject.MyForms.get_SplashScreen1()\r\n at Elactronic.My.MyApplication.OnCreateMainForm() in D:\\Solution SOftware\\Elactronic\\Elactronic\\My Project\\Application.Designer.vb:line 35\r\n at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()\r\n at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()\r\n at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine)\r\n at Elactronic.My.MyApplication.Main(String[] Args) in 17d14f5c-a337-4978-8281-53493378c1071.vb:line 81\r\n at System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)\r\n at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, …

Member Avatar for GeekByChoiCe
0
204
Member Avatar for skyir
Member Avatar for aliyami90

Hi everybody . i have a problem that i have been trying to solve for weeks can u help. this is bonus problem given to me by my professor in college. hers is the description: menu driven library: 1. list books 2. add books 3. find books a. by id …

Member Avatar for NathanOliver
0
829
Member Avatar for dansnyderECE

I'm attempting to test an assembly file compiled from my c++ program and I keep getting errors. My program is a simple "hello world" but no matter what I try and what variation of assembly files I try I can't get a solid run on anything bu the exception.s that …

Member Avatar for dansnyderECE
0
947
Member Avatar for Diamondo25

Hello, I'm wondering why this command "mov eax, [eax]" changes the content of eax from rubbish to a readable string in the following code: [CODE] ___:004160CB arg_0= dword ptr 4 ___:004160CB ___:004160CB mov eax, [esp+arg_0] ___:004160CF push esi ___:004160D0 mov esi, ecx ___:004160D2 cmp esi, eax ___:004160D4 jnz short loc_4160DA …

Member Avatar for wildgoose
0
164
Member Avatar for godfather2007
Member Avatar for Tahir007

Hi, I develop dynamic in-line assembler for python. Its very easy to use it from python and know you can optimize some routine in assembly language and use it directly from python. Its support both windows and Linux. If you are interest you can take look on web-page, [url]http://www.tahir007.com[/url] If …

Member Avatar for Beat_Slayer
1
140
Member Avatar for chawkinson

Hello all, I have a problem with a laptop that I have not seen before. The original problem was the original heat sink assembly was not working so I ordered a new assembly straight from HP (It's an HP Pavilion dv9728ca running vista home premium). I installed it and the …

Member Avatar for chawkinson
0
103
Member Avatar for kain4577

Just wanted to introduce myself. I am currently in school, trying to earn a degree in programming. I am in the first third of an assembly language class. Anyway, HI.

Member Avatar for maceman
0
23
Member Avatar for obioma

Good day Sir, i am researching on a topic (application of pipelining in automobile industry using a case study of car assembly line). and i am finding it difficult to write a program using VISUAL BASIC 6.0 that can show pipelining can be use in assembly of cars in an …

Member Avatar for vb5prgrmr
0
96
Member Avatar for R3k

Ok, Hey guys. I was wondering how I would come about performing basic addition in GCC using inline Intel syntax assembly. I have a way of doing it in AT&T but in my opinion I just prefer using Intel generally. Ok, My AT&T code is this: [CODE=C]#include <stdio.h> int main() …

Member Avatar for R3k
0
548
Member Avatar for overlordlink

Ok I was watching a you tube video and this guy had completely remade the portal still alive console thing and he had all the code posted on his site. Now of course the only problem with that is that i don't know what to do with it because it …

Member Avatar for wildgoose
0
146
Member Avatar for Dukov82

Hi, My problem is related to NGEN and this good HtmlEditor [url]http://www.itwriting.com/htmleditor/[/url] When i try to create a Native Image using NGEN I get this error: [CODE]11>Microsoft (R) CLR Native Image Generator - Version 2.0.50727.3053 11>Copyright (c) Microsoft Corporation. All rights reserved. 11>Installing assembly S:\pdn_moleskin_src_next\pdn_moleskin_src_3_36\src\bin\Debug\MoleskinDotNet.exe 11> Compiling assembly S:\pdn_moleskin_src_next\pdn_moleskin_src_3_36\src\bin\Debug\MoleskinDotNet.exe ... …

0
29
Member Avatar for blah32

Does anyone know of a script or program that will convert A86 written assembly programs to any other type of assembly (such as NASM or AT&T for GCC)? I have searched online and haven't found anything very solid. Let me know, thanks.

0
59
Member Avatar for NicAx64

everyone in the IT knows what is Foxc0nn , it's a assembly line for the apple iphone too as I heard. More than that it's a big assembly line. Do you ever wonder the life stories behind the assembly line? Or you just only brother your iPhone or Foxc0nn motherboard …

0
54
Member Avatar for faaz

What is this code doing exactly? [CODE] mystery: pushl %ebp movl %esp, %ebp subl $20, %esp movl $0, -4(%ebp) jmp .L2 .L3: movl -4(%ebp), %eax sall $2, %eax addl 8(%ebp), %eax movl (%eax), %eax cmpl 16(%ebp), %eax jne .L4 movl $1, -20(%ebp) jmp .L6 .L4: addl $1, -4(%ebp) .L2: movl …

Member Avatar for wildgoose
0
98
Member Avatar for danielagaba

hi i designed an application in VS 2008 and i'm using .rdlc reports. My problem is when i deploy on the client machine and try to generate a report i get an error saying 'Operation must use an updatable query' then when i click the details See the end of …

Member Avatar for lolafuertes
0
457
Member Avatar for Drugarce

Hi, I am new in assembly and i nave some problems. I am working on some project for school i should read text from .txt file. The problem is that i don't now how to get the number of chars contained in .txt file that i need to store in …

Member Avatar for NotNull
0
6K
Member Avatar for ivanCeras

got some questions about .com and .exe files Whats the main difference between the two file types? When two files of the same file name one with .com extension.. the other .exe why does windows give higher priority to the .com file? help me figure it out pls ;)

Member Avatar for NotNull
0
2K

The End.