Category: windows
I believe some of you might have used Turbo C++ in the past. Turbo C++ is a 16-bit programming language and it has been outdated for a while. However, …
If you are older enough (born in 1970’s or 80’s) you must be familiar with the following picture, which is what it looks like when TV has paused the …
On windows command shell, there are two useful commands: assoc and ftype. These two commands relate to each other and kinda work in opposite directions. Assoc Assoc displays or modifies …
November 24, 2013
6502, 8 bit, c / c++, code, compiler, implementation, interpreter / compiler, Nintendo Entertainment System, programming languages, windows
In the last tutorial, I have shown you how to create a ‘Hello World’ program for 6502 CPU (it works perfectly in NES emulator). Now, in this tutorial, I …
Today, a friend asks me how to remove the unit from a column in Excel. The format of a column is like this 123.45 unit. The easiest way is …