Tuesday, August 3, 2021

Semiconductor Diode Series Circuit Analysis in Analog Device's LTspice XVII SPICE Simulation Software

04 August 2021

Analog Device's LTspice XVII is, "a high performance SPICE simulation software, schematic capture and waveform viewer with enhancements and models for easing the simulation of analog circuits." Few years back, I use it to teach undergraduate engineering students to perform analysis and to design electronics circuits. The aim of this post is to encourage my students and future engineers to learn innovative ways to accomplish your work with high quality; yet, a simple open source software. Thanks to Analog Devices!



 


Assembly Language Programming -- Installation of NASM and SASM in Ubuntu 20.04 LTS VM

03 August 2021

The following commands are relevant on Ubuntu 20.04 LTS VM.

$ sudo apt-get update -y 

$ sudo apt-get install -y nasm

$ sudo apt-get install -y sasm

$ sudo apt-get install -y gcc-multilib

Once accomplished execute the Assalam-o-Alaikum! program. 



To show registers, need to insert breakpoints and debug!