Hardware
Hardware is a general term that refers to the physical artifacts of a technology.
Language
Any
Platform
License
Any
: Hello!
:
: My name is Fanis and I am Greek. I want to create a TV using PIC
: microcontroller. The general idea is to buy a tuner, and then
: manipulate the outcoming signal ( change the...
These days, some roads a computer hobby would take include:
Software - Windows, MAC, Linux, Web/Internet programming, build your own OS, build your own programming language; program a major...
LCDheight) && scalingimage_height/scaling);
width=(JDIMENSION)(cinfo->image_width/scaling);
}
if(scaling>1)
{
switch(scaling)
{
//TODO: a proper...
: : You're probably right, but it's too late. I'm now just programming
: : for FASMARM. Thanks (yet again) for helping me, I really appreciate
: : it. Still, I can't believe that there isn't a...
: You're probably right, but it's too late. I'm now just programming
: for FASMARM. Thanks (yet again) for helping me, I really appreciate
: it. Still, I can't believe that there isn't a simple,...
: : I did, and no. The closest thing I found to a solution was a person
: : who recommended this kind of syntax:
: :
: : : :
: : label1:
: : ...
: : label2:
: : b label1-label2
: : : :
:...
: I did, and no. The closest thing I found to a solution was a person
: who recommended this kind of syntax:
:
: :
: label1:
: ...
: label2:
: b label1-label2
: :
: I honestly don't want...
: They don't need to be linked. There are no libraries, and I add the
: data in manually with .word/.byte directives.
:
: I've also looked at some disassembled .elf files generated by gcc,
:...
: I think I get it now! You replace the assembler program with the
: program you supplied (with the modification), run the assembly
: instructions through gcc, and read the options passed to the...
I think I get it now! You replace the assembler program with the program you supplied (with the modification), run the assembly instructions through gcc, and read the options passed to the assembler...
: : : :
: : : : Look at what gcc uses.
: : : :
: : : : I think there's some kind of pretend option...
: : :
: : : I've looked at the options for gcc, gas, and objcopy. I can't find
: : :...
: : :
: : : Look at what gcc uses.
: : :
: : : I think there's some kind of pretend option...
: :
: : I've looked at the options for gcc, gas, and objcopy. I can't find
: : any such option....