Omar Amer (OmarAmer01)

OmarAmer01

Geek Repo

Company:Cairo University

Location:Cairo, Egypt

Github PK Tool:Github PK Tool

Omar Amer's repositories

CMPS201_2023

This repo has all the material we need for the CMPS201 Microprocessors course. I will add to it each lab.

Language:HTMLStargazers:8Issues:0Issues:0

VP_Harvard_MIPS

A 32-bit microprocessor with 42 instructions (including multiplication and division) and 8 X 32 registers and 2048 X 32 Ram with shared stack. An assembler is also available to write programs on the microprocessor using 8086-like assembly.

Language:VerilogStargazers:4Issues:1Issues:0
Language:C++Stargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0

DCSK

Digital Design and FPGA Implementation of Differential Chaos Shift-Keying Modem

Language:SystemVerilogStargazers:0Issues:0Issues:0

Hany-s-Revenge

A microprocessors educational game. the player is trapped in an office, they have to defuse the bomb by answering some X86 Assembly and 8086 related questions.

Language:C#Stargazers:0Issues:0Issues:0

ipyxact

Python-based IP-XACT parser

Language:PythonLicense:MITStargazers:0Issues:0Issues:0

Matching-Network-Designer

This program designs the matching network parameters for a given load and transmission line.

Language:MATLABStargazers:0Issues:0Issues:0

Numerical-Analysis

Mathematical tasks and problems solved with python.

Language:PythonStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

PopQuiz-

A Python Trivia Game.

Language:PythonStargazers:0Issues:0Issues:0

vonNeumann-RISC-Processor-CMPN301

The processor in this project has a RISC-like instruction set architecture. There are eight 4-byte general purpose registers; R0, till R7. Another two general purpose registers, One works as a program counter (PC). And the other, works as a stack pointer (SP); and hence; points to the top of the stack. The initial value of SP is (2^32-2). The memory address space is 1 MB of 16-bit width and is word addressable. ( N.B. word = 2 bytes) When an interrupt occurs, the processor finishes the currently fetched instructions (instructions that have already entered the pipeline), then the address of the next instruction (in PC) is saved on top of the stack, and PC is loaded from address 1 of the memory. To return from an interrupt, an RTI instruction loads the PC from the top of stack, and the flow of the program resumes from the instruction after the interrupted instruction.

Language:VHDLStargazers:0Issues:0Issues:0

wildwest

CMPN201 Microprocessors assembly multiplayer game using serial communication.

Language:AssemblyStargazers:0Issues:0Issues:0