Hi, since I haven't written anything for a while (new project), I wanted to continue the x86 assembler series today.
70 posts tagged with "dev"
View All TagsASM x86 – Stack operations
Hi, in the fifth part of my x86 assembler series, I would like to talk about the stack, because we will need the stack a lot later.
ASM x86 – Loops & Delays
Hi, in the fourth part of my series, I want to talk about loops and delays.
ASM x86 – Jumps & Conditions
Hi, in the third part of my x86 assembler series, I want to talk about jumps and conditions.
Harvard vs. Neumann – Whats the difference?
Hi, I wanted to make a small addition, to the two architectures Harvard and Von-Neumann.
ASM x86 – Arithmetic Commands
Hi, in the second part of the x86 assembler series, I want to go into the most important commands in assembler and show small program examples.
ASM x86 Introduction
Hi, I thought I would do something about assembler on the x86 architecture. Assembler is the instruction set of a CPU that is provided to us. This language is very primitive but still very intuitive. This is a very hardware oriented language.
Cisco – Another useful tricks & tips
Hi, I wanted to show some more tricks and tips in the Cisco CLI.
Cisco – Useful tricks
Hi, I thought since I had recently purchased a Cisco Catalyst 2950 switch to share a few little tips and tricks.
Understanding numbers of informatics
Hi, I would like to give a small tutorial about number systems in computer science.