Category: hardware
In , the BASH command/script is used to measure the temperature of the Raspberry PI. In , I described using a USB external cooler fan (for laptop) to drop …
Raspberry PI has a SD card slot. It boots from the SD card, which can be supported up to 32GB. (For bigger size, the SD card has to be …
In this post, we show an easy script to view the current temperature of the CPU in Raspberry PI. The Raspberry PI doesn’t have a CPU fan or cooler …
Raspberry PI is a credit-card size fully functional PC. You can install Linux on it. The CPU is ARM 700MHz for both A and B models. However, it is …
March 30, 2014
16 bit, 6502, 8 bit, assembly language, code, code library, compiler, console, debug, famicom, hardware, implementation, interpreter / compiler, Nintendo Entertainment System, programming languages
On 16-bit MSDOS, you can use debug.exe (16-bit debugger) to write tiny (or small) .COM binary programs. There is no compilation process, you write the assembly code and the …