3,896 Topics

Member Avatar for
Member Avatar for Jeffxxx

Hi, I am a newbie in this wonderful world of PIC programming and having some problems, so I'm hopeing some one out there can help me out. I have written a program for the pic 16f876a microcontroller, this uses RA0 as an analogue input. I have tested it with MPLAB …

Member Avatar for Jeffxxx
0
200
Member Avatar for provenshop
Member Avatar for VIDOCQ
0
176
Member Avatar for joker1379

im coding in 8086 assembly. i want to separate a string. For example: Str DB '24+67' i want to separate the '24', the '+' and the '67' and place them in the variable num1, operator, num2 respectively. can anyone help me with a piece of code please. thanks

Member Avatar for VIDOCQ
0
80
Member Avatar for 2bejiw

The knapsack problem I try to write about this problem but i can't ... This is a problem thai i have .. Suppose you want your knapsack to weigh exactly 20 pounds, and you have only five item, with weight 11,8,7,6,5 pounds. For small number of items, humans are preety …

Member Avatar for Achellis
0
158
Member Avatar for drsatan316

I would like to write a loop that will add all the elements of an array together but have absolutely no idea how to access the elements of the array in a loop i.e. in java where you can just use a[i]. Can anyone help me out?(I'm using MIPS) Thanks …

0
59
Member Avatar for linux_junkie

Hello, I am a newbie to assembly. I am working with a custom Bios that does not boot the mbr of the first drive but a custom binary file on the first partition of the first drive. It is written in 32bit nasm and loads a [URL="http://www.tek-tips.com/viewthread.cfm?qid=1279995&page=1#"]linux kernel[/URL] directly. What …

Member Avatar for Ryu
0
196
Member Avatar for sksinha

Any known tools available to decompile a XCOFF object or executables?

0
57
Member Avatar for Close Friends

Hi every one.. Please.. I need a program to calculate X power Y by assembely language.. Please friends help me . :-|

Member Avatar for lakshmi.1987
0
281
Member Avatar for paulie

Hi Folks, I have a VB 2005 app (2.0 Framework) that I've published out to one of our fileservers in our company, so users can download/install and run it. It published fine, but when I go to install it on another PC (which I'm logged into with Admin rights), I …

Member Avatar for paulie
0
170
Member Avatar for G24T

Hi, I'm having problems with my code. What I"m trying to do is print out a message to the screen asking for input and then take the input from the user. The problem I'm having is the menu appears AFTER the user types in a string. For instance, when I …

Member Avatar for G24T
0
117
Member Avatar for aarya

[B]Intro[/B] Today more and more developers want to write distributed transactional applications for the enterprise and leverage the speed, security, and reliability and server-side technology. If you are already working in this area, you know that in today’s fast moving and demanding world e –commerce and information technology, enterprise have …

0
91
Member Avatar for lolena1888

hi! can somebody help me? I use asp.net 1.1 (that's requirements) to create new website. I stuck with the following code. I created template such as: using System; using System.Web; using System.Web.UI; namespace Moft { public class BasePage2 : System.Web.UI.Page { private string pageTitle; ...} // Base Control Class to …

0
52
Member Avatar for sarathcbit

guys help with creating an assembly . i have created a .snk thing and build the project .. after that i tried to add references but can find the dll cud u plez help me

0
60
Member Avatar for uu666

hello... what this suppose to mean? "With a single bit, you can represent any two distinct items" (ArtOfAssembly) somehow, you can store in that bit, the value "hello there!" ? :rolleyes: sorry for this stupid question :rolleyes:

Member Avatar for lax202as
0
82
Member Avatar for andor

I noticed that there are no tutorials for asembler in the forum like for example in c/c++ forum just code snippets. Or maybe there are? If someone know their existances please notify me.

Member Avatar for andor
0
330
Member Avatar for shadowxgm

i want to find a string in C:\text.txt. if i find it , i can modify it. please help me~ data segment tip db 'This program will search a string in C:\text.txt.If it exists,you can insert a new word in that position.$' mes1 db 'please enter your string:$' mes2 db …

0
54
Member Avatar for BombAppetit

greetings i'm not too sure if this is the correct place to ask for this in this particular forum i'm working on to make a USB PIC programmer. is it possible to modify the firmware for 16F628 used in Wisp628 board, so that it can be burnt into an 18F4550 …

Member Avatar for mostafadotnet
1
140
Member Avatar for uu666

hello there! lately i started learning assembly from a book that first gets you through many things about processors, memory, logical&physical addresses and many others... now, what i dont understand is: any element from a segment is available through an logical address that has two elements: a selector and an …

Member Avatar for Ryu
0
168
Member Avatar for shadowxgm

:eek: I am a newbie, while my teacher give me a big problem~ Find a string which is specified in a file. If it exists, print the first place where the string is in, or print there is no such a string. For example: Find c;\1.txt MyGod! It will find …

Member Avatar for andor
0
113
Member Avatar for mymirror

Hi! Im Daniel !im happy to be with this family! Im a noob assembly programmer and I wanna learn more. Im expecting so much that with you, I can achieve my goal! THANKS :D

Member Avatar for mymirror
0
107
Member Avatar for mymirror

example , I put in the number [B]1.52[/B] then, in the dump, it looks like [B]31 2E 35 32[/B] (the ascii equivalent of '1','.''5',and '2') but I want it to be [B]3F C2 8F 5C [/B] so that I can start my calculator Thanks!

Member Avatar for mymirror
0
100
Member Avatar for uu666

lately i downloaded nasm for compiling .asm files but when im trying to compile something(by using in cmd "d:\nasm\nasm.exe -f bin d:\nasm\myfile.asm -o d:\nasm\myfile.com") i get the following error: "d:\nasm\hw.asm:4: error: parser: instruction expected"... does anyone know why and wanna help me? thanx in advance

Member Avatar for mostafadotnet
0
197
Member Avatar for shahid

i am trying to Calculate the physical memory address generated by the following segment offset pairs. please you check my solution. thanks Answer: a. 1DDDh:0436h [COLOR="Blue"] [B] 1E206 [/B][/COLOR] b. 1234h:7920h [COLOR="blue"][B]19C60[/B][/COLOR] c. 74F0h:2123h [COLOR="blue"][B]77023[/B][/COLOR] d. 0000h:6727h [COLOR="blue"][B]06727[/B][/COLOR] e. FFFFh:4336h [COLOR="blue"][B]104326=04326[/B][/COLOR] f. 1080h:0100h [COLOR="blue"][B]10900[/B][/COLOR] g. AB01h:FFFFh [COLOR="blue"][B]1AB00[/B][/COLOR]

Member Avatar for mostafadotnet
0
169
Member Avatar for Kamshot

I've just found you all (lurking here in this quiet little corner of the Internet!) and thought I'd join and see what delights there are to be learned here. As an Intro, you can read my profile (yeah, I actually filled it in with information!) and as guide to my …

Member Avatar for happygeek
0
193
Member Avatar for c0d0

elo everyone ;) I wanna learn assembler and I can't find any good sites... what ones would u recommend? Thanks in advance

Member Avatar for SamY
0
221
Member Avatar for mcmemam

Hi all, I had read all related threads about computer science projects but i donot found what i want, I am interested in C, assembly, c# and Java any related, after all I can learn any new tools, any cs projects ideas .. thnkx

Member Avatar for robertkatz
0
131
Member Avatar for Silkyneville

Now, thing works, should i trash motherboard are can this be salvaged. The computer want even boot up. nothing goes to the monitor "no signal" I put a pentitum 4 processor on a 478 motherboard with max FSB of 533, the processor is 800 FSB. I can't get it to …

Member Avatar for mostafadotnet
0
66
Member Avatar for Aenima

I just picked up the textbook for my ASM class and was suprised to see that it's for the 8085 processor. I know it's good to start simple so I don't think it's necessarily a bad thing as long as the basic principles apply to chips that aren't 30 years …

0
61
Member Avatar for VIDOCQ

Hi When i assemble follow code [code] ;--------------------------------------------------------------- ; EAT.ASM ; Backhanded advertising program ; ; by Jeff Duntemann ; MASM/TASM ; Last update 3/5/89 ;--------------------------------------------------------------- ;----------------------------| ; BEGIN STACK SEGMENT | ;----------------------------| MyStack SEGMENT STACK ; STACK word ensures loading of SS by DOS DB 64 DUP ('STACK!!!') ; …

Member Avatar for VIDOCQ
0
172
Member Avatar for SamY

Which software should i use to exactly create a complete operating system:?: . I need an application which uses machine codes(like emu8086) and can manage all the RAM and all hardware interupts. Please someone help

Member Avatar for mostafadotnet
0
199
Member Avatar for ninelg

We have a 3rd party company that created 3 dlls for us that I need to use in my code. My app is written in vb.net, but it is a web page. I referenced all 3 dlls within my application (there were no exclamation points near the references in the …

Member Avatar for Exelio
0
107
Member Avatar for Evenbit

Jeff added some coding puzzlers to his AsmIDE site: [URL="http://members.save-net.com/jko%40save-net.com/asm/puzzles.htm"]http://members.save-net.com/jko%40save-net.com/asm/puzzles.htm[/URL] Anyone got any solutions, more puzzles, etc.? Nathan.

0
66
Member Avatar for SamY
Member Avatar for INI

Good Morning All, I am planning on undertaking a project for school and was wondering if anyone could tell me if I am better off using Assembly Language, Java, Basic or C to program my OOpic Microcontroller? Thanks. Ini

Member Avatar for mostafadotnet
0
216
Member Avatar for perpetual_dream

Hey, I am willing to use the following code in one phase of my project. The problem is that i dont understand this assembly language, In school I took it in different form... Mov ax, bx out 11, AL bla bla... here the registers is different and everything is different.... …

Member Avatar for Lord Soth
0
411
Member Avatar for originof

Hi all.. [code] mov al, 0xB6 out 0x43, al [/code] Why the istruction out give me a segmentation fault ?? :rolleyes: This is the enteire code [code] section .data hello: db 'Hello world!',10 ; 'Hello world!' plus a linefeed character helloLen: equ $-hello ; Length of the 'Hello world!' string …

Member Avatar for Lord Soth
0
159
Member Avatar for SamY
Member Avatar for saman

[COLOR="DarkRed"]Hi 2 all, How can i differentiate between between an opcode & label in 8051 instructions ... for example following are 2 instructions - mov ax , 10 - name db "Saman$" how can i know that name is a label and mov is an opcode??? thx .. do reply …

Member Avatar for mostafadotnet
0
57
Member Avatar for bobradi

write a MIPS program that calculates d=a*b-a*c without using mult instruction --- just for practicing your MIPS assembly. [LIST=1] [*]• Hint: use loop of additions to replace mult. [LEFT][/LEFT] [*]• Practice SPIM system calls to input values for a, b and c, as well as printout the value of d. …

Member Avatar for mostafadotnet
0
403
Member Avatar for SamY
Member Avatar for mostafadotnet
0
154
Member Avatar for shan06

can any one give me the name of the books for Borland Turbo Assembler ?????????????????????????????????????????? Or any link for book or online tutorial............ :-| :-| :-| plz plz

Member Avatar for GenevaStar
0
134
Member Avatar for ae4jm

I'm having trouble getting this source code to compile. Could you guys please tell me where I'm going wrong? The source code is compiled in LC3EDIT and then ran in LC3simulator. Here is the source code and routines. I've changed everything that's suppose to be changed and the labels, etc. …

Member Avatar for ae4jm
0
1K
Member Avatar for ChimpusDupus

Ummm...I'm know it seems like it should be obvious, but what does this mean: [I]Type 'System.Web.UI.WebControls.DataKey' in Assembly 'System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' is not marked as serializable.[/I]

Member Avatar for tgreer
0
109
Member Avatar for vov4ik

Hi, I'm new to 80x86 Assembler... My question is very simple one: how should i print number on screen? I used the following code to print ascii data: [code] mov ah,09h ;load code of print function lea dx, Var ;load address of variable to be printed int 21h ;DOS call …

Member Avatar for vov4ik
0
160
Member Avatar for alexcoop

greetings and salutations i'm alex cooper, i'm a 42 yo carbon based life form from Lakeland with some unusual/insane/useful/interesting (pick one) ideas, with experience in electronics, computers, framing, carpentry, roofing, drywall, cabinet making/installing, electrical, plumbing, painting, roofing sheet metal mechanic, auto mechanics, aircraft sheet metal mechanic, motel/building maintenance, 2 line …

Member Avatar for happygeek
0
128
Member Avatar for viermus

Hi, everyone! I am trying to program (in assembler) a hardware interrupt at vector 72h, to beep twice. The program seems to be running, and it looks like it is returning control to DOS. I can run it as many times as I want, the only problem is when I …

Member Avatar for thandermax
0
136
Member Avatar for cozofdeath

Ok, I've been trying different tutorials/methods of learning asm and right now I'm reading Dr. Paul Carters tutorial and using NASM and DJGPP to compile. I just got into the conditional/jump section and I wanted to test how the jumps work and ran into a problem. The read_char macro seems …

Member Avatar for cozofdeath
0
138
Member Avatar for BombAppetit

greetings i am doing a database system in access and has certain function of creating and modifying an excel worksheet. i keep getting this "Run-time error '462' : Remote server machine doesn't exist or is unavailable" or sometimes "Run-time error '1004' : Method 'Range' of object '_Global' failed".. it points …

Member Avatar for Comatose
0
196
Member Avatar for jqk

Hi, I came across your website, and I must say, Im really impressed, with what you people have to share ... I've got a question .. I'm starting my university on september '06 hopefully, and my major is going to be Computer Science. I have doubts lately, on what to …

Member Avatar for jqk
0
135
Member Avatar for julesjacobs

What is the best way to create/call procedures? Which argument-passing-styles are available? Thanks in advance, Jules

Member Avatar for julesjacobs
0
115

The End.