2,888 Topics

Member Avatar for
Member Avatar for johnnybgoode

I've set my first steps into the world of reverse engineering. So a use -on heavy recommandation- SoftIce/WinIce and indeed, this seems to THE debugger. The problem is that I nowhere in the setting menu can find an entry point to change the keyboard settings. Opening a normal Dos terminal …

0
74
Member Avatar for PatrickV

Hey Guys! I am new here and own my own website, cool hey! I am work'n on a project to make my own os. But i come to a full stop. The thing that get's in my way is MBR and bootloaders. I want to make my opearting system open …

0
68
Member Avatar for punmeister

Wohoo, first post. I have a problem with my code, the problem is that instead of writing "%" in res, when the pattern "%%" shows up, it writes it out as "%%" anyways. Currently I have it working so it works as strcpy. Seriously, I don't understand what I'm doing …

0
108
Member Avatar for MNR

does anyone know how i can convert decimal number into binary and vice versa, using LC-3.

0
107
Member Avatar for benchic_s

I need to write an lc3 program that calculates the square root of a number. It needs to be done using the Newton method. Can somebody please help me?

Member Avatar for Salem
0
67
Member Avatar for sickly_man

hello everybody. the project im working on asks me to propmt the user once to change the background color and once to change the foreground (text) color. right now my program prompts the user...but not with the message i have in the data segment...it spits out some unattractive code. could …

0
228
Member Avatar for sickly_man

hey everybody. i've got what might be a simple question about return values of subroutines in assembly. okay here goes. say i've got a subroutine that under normal conditions will do a normal return (RET), and under one condition will return zero (RET 0). so now back in main after …

Member Avatar for sickly_man
0
135
Member Avatar for Jeniefer

I am final year student. my final year project is designing digital alarm clock. i want to display digital clock at computer screen and i have worked on it for 2 days but still cant find a way to do it. can anyone pls write a program running in 8085 …

Member Avatar for moriasi
0
754
Member Avatar for Traicey

Assembly is one of the least langauges that I havent done, Have heard about it and its complications, but I neva get to know what do u use it for or in which areas does the language alone excel for example C++ is more suitable for games.... know what I …

Member Avatar for Traicey
0
76
Member Avatar for ming1

Hi, i have been googleling around the solution for this but dunno how. Following is my problem: 1) I will like to check which 2 integer value is negative and which is not. 2) After doing division, i will like to have the quotient and remainder , together in a …

0
58
Member Avatar for DaMunky89

Hey everybody. I'm working on a project in which I need to at many points (279, to be precise) throughout the program set a registry to a certain value. Here's how I've been doing it; and R0, R0, #0 ; Set R0 to decimal zero. add R0, R0, #10 ; …

Member Avatar for ags123
0
318
Member Avatar for stephen_300
Member Avatar for sDJh
0
83
Member Avatar for cmrhema

Hi, we are currently having an console application in C# and asp.net. Its a client server socket programming. We have to convert it into assembly langugage. We are going to implement in linux server Kindly let me know which assembler and linker have i to download (free download). And please …

Member Avatar for sDJh
0
81
Member Avatar for severman

hi all i have this code and now i need to print it char yes and char no i.e.- the sentce is my-second-exercis and now i need to print it m-eod-xri how do i do that? then i need to print the first sentence backwords how do i do that …

Member Avatar for sDJh
0
150
Member Avatar for Bellerofont

I'm new in assembly and was trying to get this program to work, it supposed to calculate the square root of any integer but i don't know how to load the ax into stack, get the square root and return the value to the c++ variable, that was the closest …

Member Avatar for Bellerofont
0
163
Member Avatar for ntege

hi guys there something wrong with this code that i cant quite figure out.i susoect that one of the tables is too long because when i reduce the length of table 1, the code seems to work. this code is for moving sign display and i need all the stuff …

0
51
Member Avatar for fredmac

Team Program Project (PrimeNumberProgram) Comment ! Description: This Program sets the Zero flag if the integer entered by the user is prime. (A prime number is evenly divisible by only itself and 1.) ! INCLUDE Irvine32.inc .data heading BYTE "--- Prime Number Program ---", 0dh,0ah,0dh,0ah,0 prompt BYTE "Enter an integer …

Member Avatar for fredmac
0
69
Member Avatar for Spagett912

Hey everyone and anyone who reads this. I'm trying to make a program that can have a function prompt for 2 integers: void InputNumbers(int & num1, int & num2) find the GCD of any 2 integers: int gcd(int num1,int num2)" and finally display the GCD. void DisplayGCD(int answer) This is …

0
86
Member Avatar for rbutle15

This is a simple question but I can't seem to find a good answer from searching endlessly on Google. Do the basic implementations of the 68000 support nested exceptions? if so when you execute a nested exception does it RTE to where it was called within the previous exception? and …

Member Avatar for rbutle15
0
93
Member Avatar for bobrien314

I have an assignment to do a linked list in mips, but i cant find a good starting point, can someone offer some insignt, and also wouldi t ever be useful to use a linked list in mips?

Member Avatar for bobrien314
0
789
Member Avatar for esmeco

Hello! I need to implement a set greater than and a branch less or equal in my 16 bit ALU design,but I'm having many difficulties. I know that in a set greater than a>b equals a-b>0 ,but I don't know how to work out from that and implement it in …

Member Avatar for Colin Mac
0
97
Member Avatar for mahmed27

Hello respected members, I have installed visual studio 2005 on my new dell xps 1210 m laptop, with MASM 8.0 since i am taking the assembly language class. The problem is it doesn't work because i am on the windows vista operating system. Can anyone help me resolve this problem? …

Member Avatar for Salem
0
89
Member Avatar for vincinzi

I am new to assembly and really to programming in general. I have completely 1 MIPS assignment in my course so far, and it was merely to display a string. This 2nd one that I am working on is much more complex. I am to take up to five integers …

Member Avatar for Salem
0
92
Member Avatar for smart86

Write the programs that prompt the user to enter a string in capital letters, of a maximum length of 20 characters. Read the string in capital letters and convert it to small letters. I have to use this code put i don't know how To convert the capital to a …

0
44
Member Avatar for alias_neo

Hey guys, I'm looking to make some pulsing LEDs and I believe PWM is the way to do it, I'm new to ASM and don't really know how it works. Datasheet is like reading chinese to me. Could anyone please help me out with how to get started?

Member Avatar for Colin Mac
0
113
Member Avatar for ketan.kaloni

im doin project in 89s51 microcontroller.....i hav its assembly code ready with me but now i want to convert it to C language but im unable to do so...its very important nd urgent to me.....plzz ca anyone help me out with this......

Member Avatar for Colin Mac
0
33
Member Avatar for cd0712

I have a project. please help me...... Write a program in C that do the following. 1. Accepts 1 parameter. The parameter is the filename to be processed. If there are no parameters, or if there are more than 1 parameters, show an error message. 2. Opens the file and …

0
43
Member Avatar for li1drag0n

I have this assignement and i have no idea how to code it...i was hoping that one of you guys can help me out here...thanks in advance!!! Description: This is a 2 part lab assignment (labs number 6 and 7). High-Level languages, like C++, take advantage of pre-written and compiled …

0
63
Member Avatar for warplan

Ok so I have some works in MIPS and have never used it before. the works is that I should create 1000string by using 0-9, a-z(lowcase); under 10 characters. the string must start with an alphabet. and then.. sorting that ...(by using Quicksort...) Sorry.. I so foolish in MIPS. I'd …

0
43
Member Avatar for AlexHy

Good morning to all! In these days I am studying the Z80 Assembly Language. To practise myself, I usually use a simulator, but now I would buy it. How can I program this processor? Which assembler do you recommend me? Best regards, Angelo Luparello

0
75

The End.