Showing results for irvine32
GitHub Repo
https://github.com/avivbrook/Intel-Assembly-Language-Programming-Exercises
avivbrook/Intel-Assembly-Language-Programming-Exercises
Solutions to programming exercises from Assembly Language for x86 Processors (7th Edition) by Kip Irvine.
GitHub Repo
https://github.com/Eazybright/Irvine32
Eazybright/Irvine32
A library for assembly language
GitHub Repo
https://github.com/tuxxi/masm-unix
tuxxi/masm-unix
Write MASM code (and link to Irvine32) using native tools, assemble it into native ELF or Mach-O binaries
GitHub Repo
https://github.com/ghouricodelab/Assembly-Language-Irvine32
ghouricodelab/Assembly-Language-Irvine32
No repository description available.
GitHub Repo
https://github.com/AbdulAHAD968/PACMAN---COAL
AbdulAHAD968/PACMAN---COAL
PACMAN Game in Assembly using macros.inc and irvine32.inc
GitHub Repo
https://github.com/barrettotte/AssemblySnake
barrettotte/AssemblySnake
Very basic snake game in x86 assembly
GitHub Repo
https://github.com/kubistika/irvine32-nasm
kubistika/irvine32-nasm
A port of the irvine32 library for Linux/NASM
GitHub Repo
https://github.com/meixinchoy/Snake-Game-Assembly-Language
meixinchoy/Snake-Game-Assembly-Language
This Snake game was written using MASM 32bit x86 8086 assembly language and with the Irvine32 library
GitHub Repo
https://github.com/MinaAashraf/Array-Sorting
MinaAashraf/Array-Sorting
Assemby program that takes array of numbers from the user, sorts it with one of the three simple algorithms (depending on the user desire) and prints the sorted array.
GitHub Repo
https://github.com/ahmad307/Sudoku