Web
WEB is a computer programming system created by Donald Knuth as the first implementation of what he called "literate programming".
Language
Any
Platform
License
Any
: I am learning assembler but I don't know what BP is
: and what it is used for.
BP is just another register, part of the general purpose set, use it how you wish. Of course like other registers...
: Hello,
: I am new to the world of asm, would like to know if anybody has written a small bootloader for booting an x86 PC.
: Would like to study the code.
: If it is not much of trouble please...
: I'v been trying to add to a value in an array and
: if doesn't down
: I do
: move array+x,d0
: add #1,d0
: move d0, array+x,d0
:
: this doesn't work
: hwat can...
Here are some thoughts concerning your problem:
(1) Is SMM, you don't have to mess with GDT/ LDT/ etc, because address computation is performed the same way as in real mode (value in seg register...
Can anyone point me to some web sites that have assembly tutorials for other processors other than the x86 processors? eg PowerPC . . .
: I need to find out how to write to a FlashROM chip
:
: Any help will be appreciated.
: -Dave
Most FlashROM's and EEPROM's within devices have
an operating system or monitor which provides...