My laptop is Thinkpad T520 from Lenovo. The specs are Intel i7-2670QM 2.2GH (quad cores), 2×250 SSD (one Samsung, one Sandisk, both speed approximately 600MB/s), 8GB RAM. There are …
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 …
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 …