3,896 Topics

Member Avatar for
Member Avatar for dedmon

[QUOTE=Narue;1387727]Endianness is about byte order, not bit order. So 00000000 00000000 00000000 00000011 in little endian is 00000011 00000000 00000000 00000000 in big endian. Keep that in mind when doing your conversions.[/QUOTE] How to create a Little Endian computation code? MASM platform: val7 dword 12345678 ; little endian starting point …

Member Avatar for NotNull
0
1K
Member Avatar for Ruchi224

Hi again !! I am making a widows application wherein i have a form containing two datagridviews.. The first one( named dgv1) consists of all the data from the database and a checkbox column.. While the user selects the rows using checkbox, the data are displayed in adjoining datagridview(named dgv3).. …

Member Avatar for Ruchi224
0
2K
Member Avatar for VengefulToast

Hey forum, our professor assigned us a program we have to write in assembly language and I would love to have help on it. [QUOTE]Write an upper-to-lower case and lower-to-upper case conversion program. When the user inputs a letter, your program should convert it to upper case if it is …

Member Avatar for D33wakar
0
581
Member Avatar for csMinorGirl

So I wrote C for newtons version of critical point calculator and then needed to turn it into mips for my lab.. I really could use some help on getting the stack ptr in the correct sport.. The debugger.. also is confusing me.. Any help please? .data msg1: .asciiz "Please …

0
160
Member Avatar for WillT

I've disassembled a program to attempt to understand the application's structure for importing the data files. I have an extensive background is Java and C++ but I can't find any resources explaining importing files and reading them in assembly. What I'm hoping to find is someone who can simply tell …

Member Avatar for AceStryker
0
234
Member Avatar for custurd122000

This was an assignment for school a homework assignment but Im studying for the test and going over the homework so I just wanted to know how to do this problem correctly he said it needed a various cjne statements but I just dont know how to do it it …

0
76
Member Avatar for jgab

Hi, i'm making a project with tasm, i want to know how to turn off and on the LED. for example, i have 5 leds with assigned numbers in keyboard 1-5, when i press 1 in keyboard one led will light up and when i press 1 again, the led …

Member Avatar for thines01
0
98
Member Avatar for Locke123

I have a subroutine that is passed a pointer to a bit string in the si reg and an index in the ax register. I declared the val variable in the data seg [CODE]getbit: cmp ax, 1783 ; max value of the index being passed ja goback push si mov …

Member Avatar for Locke123
0
213
Member Avatar for kikiritce

Write a program which for a square matrix to calculate the sum of the elements. Assume that the amount can be placed in 16-bit register Example: 1 [COLOR="Red"]1 1[/COLOR] 2 2 [COLOR="Red"]2[/COLOR] 3 3 3 Elements are: 1,1, 2, which are with red color. I had calculate sum of this …

Member Avatar for skaa
0
173
Member Avatar for kikiritce

what is variable size of array in assembly? How can I define it? Please answer

Member Avatar for Ancient Dragon
0
74
Member Avatar for kikiritce

I have a problem with assembly task. Write a program that will write the numbers 7-15 in the data segment, starting from offset 200h, and then using a loop and compare them to read data from memory and the DX will insert the sum of numbers divisible by four Here …

Member Avatar for kikiritce
0
141
Member Avatar for Limiter

Okay, I have used branching instruction quite a few times especially in HC-12 assmebly. But then I noticed that some branching instruction needs the user to type in the displacement value, for example. "Made up code, just to explain, not any real assembly." [CODE] ldaa m ldab n loop: beq …

0
71
Member Avatar for dsotelo91

Hi there. I am trying to get a selection sort working on assembly language, using the Irvine32.lib. This is my first time taking an assembly language class and I am struggling with this program a lot. Here is the code. [CODE] TITLE MASM Template (main.asm) INCLUDE Irvine32.inc .data array1 DWORD …

0
587
Member Avatar for muzaheed

i am a computer science student.i have no interest on assembly.just doing it for my course. so can anybody suggest me any good assembly compiler? in my university lab they use Masm. but it is too old and do not show in which line error is and no auto code …

Member Avatar for GunnerInc
0
106
Member Avatar for nuliknol

Hi, I am writing my own OS for 64bit processors and I am stuck with the problem of general protection. My OS will not rely on page fault to implement user space protection mechanism, so I found there is a way to do it with segment limit checking: This presentation …

Member Avatar for nuliknol
0
185
Member Avatar for Javano

Hi Everyone, i have recently started learning assembly and so far i do enjoy it , however my recent problem has me stumped ... The question is : ask the user to enter a keystroke and then determine whether its a decimal # or lower case char or printable symbol, …

Member Avatar for NotNull
0
223
Member Avatar for jdm

I'm working on a program that will find the prime factors to an unsigned integer that is entered by the user. I just have to make sure the program can handle a number up to 1000. I'm writing assembly in x86. I have already got a prompt for the user …

Member Avatar for jdm
0
4K
Member Avatar for youngyou4

[CODE]SORT STM 0,15,SSAVE Store registers to SSAVE LM 2,3,0(1) Load in parameters LA 3,0(3) Pointer to end of table LA 4,0(2) Pointer to first table entry DO1 CR 4,3 Compare table entry to end of table BH ENDDO1 Branch if L 6,0(4) Value of Low LA 5,4(4) Pointer to Index …

0
64
Member Avatar for phfilly

Ola! I'm still kind of new with the whole assembly language and just need some help with this program i'm writing. What I want it to do is to ask a question -like for a number and then store that inserted number in a variable. And then test whether its …

Member Avatar for AceStryker
0
1K
Member Avatar for riya_developer

What is the solution for the exception below : "Could not load file or assembly 'Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified." What might be the problem?

Member Avatar for ckchaudhary
0
61
Member Avatar for joker22xx

heres my C code this was easy: -Chris g [CODE=c]#include <stdlib.h> #include <stdio.h> extern int numodd( int array[], int size ) ; int main( int argc, char * argv[] ) { int numarray[] = { 2, 3, 1025, 3024, 4057, -3, -1025, -3578 } ; int size = sizeof(numarray) / …

Member Avatar for joker22xx
0
1K
Member Avatar for RenanLazarotto

Hello there! I was tired of having to edit my hosts manually, so I just started a small app that will open a nice user interface to it for me. Most of the code is done. It opens the hosts, edits, saves, has cut, copy, paste, undo and redo functions. …

Member Avatar for RenanLazarotto
0
134
Member Avatar for jeoff

Hey guys, I have this error when i try to run any project created in VS 2008. "Error while trying to run project: Could not load file or assembly 'projectname' or one of its dependancies. The module was expected to contain an assembly manifest." I suspect to be a VS …

Member Avatar for jeoff
0
145
Member Avatar for moparman426

alright iam working on a microwave app its very important anyways ill give up what code ive got soo far and such but when i try to run it i get this error message : Visual Studio cannot start debugging because the debug target Microwave.exe is missing Please build the …

Member Avatar for Reverend Jim
0
158
Member Avatar for dw_user

Think about an antivirus software with an 1-pc license. After installation , while the user tries to upgrade it, the software recognizes that the pc rying to upgrade the antivirus is the one that bought the license so that the software when installed on another pc with the same serial …

Member Avatar for dw_user
0
215
Member Avatar for Ruchi224

Hello.. I am developing a windows app and i have a form in which i have 2 datagridviews.. dgv1 is the main gridview with checkbox column and when the user checks the box, that row should be visible in dgv3 (other datagridview).. The code i used is : [CODE] Imports …

Member Avatar for Ruchi224
0
187
Member Avatar for jackparsana

Hi, I have very simple project in vs2010 and mssql 2008. with only single page for example. when i run project its take too much time for loading.. when i change the value of radio button it will take some process. i use updatepanel also and autopostback=true radio button takes …

Member Avatar for carrieathomer
0
441
Member Avatar for jenxin

Hi guys/girls. I have a program due soon for my assembly class. My teacher expects us to bruteforce through this program, but I'm wondering if theres any other way. Here's my code basically, edx is the pointer to the value located at a position on a sudoku matrix. ie. [edx …

Member Avatar for jenxin
0
783
Member Avatar for user543820

Hi! I am working with excel sheets and want to use UsedRange to get range but compiler gives an error of missing assembly or directive at UsedRange. Please help me out. What should I do? [CODE]range1 = worksheet2.UsedRange;[/CODE]

Member Avatar for arunkumars
0
63
Member Avatar for andy8521

Hey guys I have this problem in this question. Q: Write a program to read in a set of numbers(one number per record) and print the sum of the numbers. A header should be printed at the top of the page, each number should be printed(one per line), and the …

0
75
Member Avatar for untechnical

I have been having problems with my laptop, i am redirected to ad sites when searching for something else,i have norton security install,i have run scans but the problem persist.I have also switched web browsers (GOOGLE to INTERNET EXPLORER),problem still persists.Any help will be appreciated. DDS (Ver_2011-08-26.01) - NTFSAMD64 Internet …

Member Avatar for jholland1964
0
164
Member Avatar for dancks

A lot of problems here. I was to write a program that sorts an array. I had problems overwriting data in an array so I thought I could store the sorted array in another array. Basically it looks for the smallest value, stores it in the first spot, then finds …

Member Avatar for dancks
0
3K
Member Avatar for strRusty_gal

Hi, Can anyone explain to me what does this piece of code mean? [CODE] <roleManager enabled="true" defaultProvider="MySQLRoleProvider"> <providers> <clear/> <add name="MySQLRoleProvider" type="MySql.Web.Security.MySQLRoleProvider, MySql.Web, Version=6.3.6.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" connectionStringName="LocalMySqlServer" applicationName="/name" autogenerateschema="true" /> </providers> </roleManager>[/CODE] Whenever i run the program, there is this error message that prompted in my web browser Parser Error …

0
47
Member Avatar for Bartim

Hi, I need to write a program (on emu8086), which would convert hexadecimal number into decimal number. I have to do it until tomorrow, but I don't know where to start. Please, someone, help me to write that program. :'(:

Member Avatar for NotNull
0
2K
Member Avatar for stillfly122

Hi guys. so i wanna code my own Simple Dos-like OS that boots to a prompt with the simple command of "Hello" which should load a message that says "Hello, World!". Would someone be generous enough to give me some source code that just boots and has the command "Hello". …

Member Avatar for NotNull
0
457
Member Avatar for MichaelDrew

Weighing in at a mere 7 lbs and standing only 9.9” by 2.6” and only 10” deep this super small tower can be easily underestimated. But, in both form and function this Elite PC holds up to its name in many ways. On top of the great performance it offers …

Member Avatar for caperjack
1
694
Member Avatar for poloblue

Good Afternoon, I'm new to assembly and I have to do a small MIPS program. The details of are: You can simulate the algorithm for 16 bits integers, not 32 bits integers. More specifically, we have two integers of 16 bits as input, add those two integers and get a …

Member Avatar for AceStryker
0
103
Member Avatar for inagumi

Hi, i have a problem in displaying the added value of two numbers. I know how to convert the input number into decimal. So after converting it, i added those value and got it stored in a register. My problem is how can I display if the sum is like …

Member Avatar for inagumi
0
255
Member Avatar for Zssffssz

Ok I found an amazing computer CPU with ram bullt in minecraft [URL="http://www.minecraftforum.net/topic/247731-my-cpu-in-minecraft/"]http://www.minecraftforum.net/topic/247731-my-cpu-in-minecraft/[/URL] there. I have no idea what kind of CPU this is. I just want to know what kind of machine code it uses and want to know a good tutorial for it. I heard there are multiple …

Member Avatar for Zssffssz
0
233
Member Avatar for dsotelo91

Hi there. I am trying to make a program that outputs the word "MATRIX" on every line, with the past line being cleared and making some kind of falling word effect. I am beginning learning assembly, and I need some ideas as to how to make this happen. I am …

Member Avatar for dsotelo91
0
213
Member Avatar for devloper

in my project - there are 3 architecture (1) Presentation(WPF) (2) WCF (3) DataAccess(ClassLibrary) but problrem is that in DataAccess (Class Library) through i can insert,update and delete data..when i put static path(of xml file) every thing will ok but when i add key and value in web.config and write …

0
66
Member Avatar for techlawsam

Ok so this time before I wrote this program I did more reading and practicing and reading examples of code with method statements and class examples. When I finished this program Im still getting a lot of errors...any help? [CODE]using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Problem10Pg179 { …

Member Avatar for techlawsam
0
268
Member Avatar for Justinedeleon

Can someone help me with TASM? i need a simple shape like sun or anything that is not very basic but hard to do. please i need help. this is one of my gf's finals project requirement :(( please i really need help in this. (i dont know much about …

Member Avatar for Justinedeleon
0
565
Member Avatar for glut

Hi, you guys. I'm making a obfuscator, and I need to know how to get all variables, classes, functions, etc, from a .NET program. I know how to get assembly info, which is quite easy. [CODE]using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using …

Member Avatar for gusano79
0
105
Member Avatar for bettybarnes

hi i just wonder how to limit an input when a user types a certain number. for example: Input: 5 Input: abacd Output: dcaba here my problem is when a user inputs 5, then the allowed number for inputting characters is 5 only. and then it reverses the string. I …

Member Avatar for Schol-R-LEA
0
122
Member Avatar for cyberkenji08

i need a password program in assembly language that if you put a password it displays an asterisk (*) instead of the input characters... hope you can help me. thanks

Member Avatar for angeliecarias
0
4K
Member Avatar for datdude07

I have a problem getting my assembly program designed to get the first 47 numbers of the fibonacci series to output to a file. I'm not getting any errors except for when opening command window. This is the exact question on my homework problem if this helps : Using Programming …

Member Avatar for datdude07
0
2K
Member Avatar for sowdust

Hello everyone! I need to anticipate that I am very new to the Microsoft developing world, therefore I am not confident with Visual Studio. I need to write an application for a windows server that works with excel. Looking on the web I found that the best method would be …

Member Avatar for skatamatic
0
264
Member Avatar for sergent

Any decompiler/debugger can convert machine program written in C/C++ to Assembly, but that Assembly is really hard to read, and corresponds to each particular instruction in machine language, not to a C/C++ instruction. So my question: is there a decompiler, that decomplies the C source code to Assembly, not to …

Member Avatar for GunnerInc
0
134
Member Avatar for mps727

I keep seeing a private assembly being defined as an assembly used by only one application, existing in the same directory or a subdirectory. Does this mean that if I have two applications in the same directory they can actually both use the private assembly? Or do I need to …

Member Avatar for mps727
0
147

The End.