Hardware
Hardware is a general term that refers to the physical artifacts of a technology.
Language
Any
Platform
License
Any
ok, i had it
my arms and hands are becomming more painful day by day.
my back (which is always subject of pain) doesnt seem to give a problem. i sit straigt up. nor do my shoulders or my neck...
: The golden ratio occurs when
:
: A : B == B : AB
:
: The exact formula for B would be
: B = A * ((1 + sqrt(5)) / 2)
:
: This is approximately the same as saying
: B = A * 1.61803
:...
Hello friends
If any body working on Arm Developer studio and Multi ICE debugger please let me know. I have some querries.
How to load the Arm Exectuable Image onto the target.
thanks and...
Thanks for the reply.
Since i posted here i found what i needed at the arm website, suprise suprise :)
: : Hi there.
: :
: : I would like to have a crack at making a gba assembler but can't...
: Hi there.
:
: I would like to have a crack at making a gba assembler but can't find the machinecode equivalents of the asm commands anywhere.
:
: Anybody got any clues where to start...
: I think my main problem is I don't know what the numbers in g.drawLine are. Like I said before, got the arms and legs to work dumb luck. Any little help would be thankful.
:
Is this what your...
I think my main problem is I don't know what the numbers in g.drawLine are. Like I said before, got the arms and legs to work dumb luck. Any little help would be thankful.
This message was edited by amalgamut00 at 2003-10-7 9:48:53
import java.awt.*;
import java.applet.*;
public class People extends Applet
{
public void paint(Graphics g)
{...
: Hi everyone, I am trying to load a bitmap in DX9.0
:
: lpDDPal = DDLoadPalette(lpDDSurf, szBitmap);
: ddrval = DDReLoadBitmap(pdds, szBitmap);
:
: but it says not found.....
: Hi:
:
: Does someone know what's the best to link C++ with excel? Thanks
:
You take C++ with your right hand , and then take excel with your left
arm and you tie them (See: Shoe tie)...
: Yes, I understand this. Why do you think operators like & (bitwise AND), | (bitwise OR), ~(ones complement), etc. are part of the language? Even if you are just writing a simulator for a...
This message was edited by want_help at 2003-7-30 20:25:1
As stated in the title. I need to write a Compiler which translates from Delphi to ARM assembler language! So would all the experts out...
: Hi,
:
: I am searching for a freeware tool to compile and debugg assembler on a ARM7 or ARM9 based microcontroller.
:
: I just found a gnu compiler but it did not work for embeded assembler....
: : :
: : my suggestion -- don't. every compiler does it differently and it gets even worse for class functions.
: :
: I don't have much option. By the way this is not a PC application but...
: : I have successfully called C functions from assembler with ".global myCfunctName" in the .s file and that works fine. With name mangling in C++ that is another thing altogether. Of course I can...
Hi everyone, I am trying to load a bitmap in DX9.0
lpDDPal = DDLoadPalette(lpDDSurf, szBitmap);
ddrval = DDReLoadBitmap(pdds, szBitmap);
but it says not found.. DDLoadPalette is...
: : It appears that the familiar and useful ROUND function that existed in VB 6.0 does not exist in VB .Net. I want to round the result of an arithmetic expression to pne place after the decimal....
This message was edited by AsmGuru62 at 2003-1-21 7:58:35
This message was edited by AsmGuru62 at 2003-1-21 7:58:8
: ı can easly use outport command in turbo c but ı cant use in borland...
go ahead. BTW: Some shitty cult claimed thay have already did it recently. It were the... eeh... www.reals.org or something??? Realians! Yes, it were those.
Anyway, cloning people can have many...
: : This message was edited by staticgerbil at 2002-8-30 16:56:4
: : hey.
: :
: : just started coding for the gba in asm and was just wondering if anyone knew if there is a list off all commands...