A tiny Windows command line process viewer written in Assembly language.
- Lists all running processes with their corresponding process id (PID)
- Executable a lean 2KB in size
Switch to the directory to where it has installed:
cd \path\to\fasm
Compile via the command line using:
fasm tproc.asm
You can also use the fasm editor to compile the binary.
- Windows 7
- Windows 10