malloclab

Computer Organization/Architecture, Spring 2023 Malloc Lab: Writing a Dynamic Storage Allocator Assigned: May 16, 2023 Due: June 5, 11:59 PM 1 Introduction In this lab you will be writing a dynamic storage allocator for C programs, i.e., your own version of the malloc, free and realloc routines. You are encouraged to explore the design space […]

malloclab Read More »

attacklab

15-213, Fall 20xx The Attack Lab: Understanding Buffer Overflow Bugs Assigned: Tue, Sept. 29 Due: Thu, Oct. 8, 11:59PM EDT Last Possible Time to Turn in: Sun, Oct. 11, 11:59PM EDT 1 Introduction This assignment involves generating a total of five attacks on two programs having different security vul- nerabilities. Outcomes you will gain from

attacklab Read More »

DPST1092 23T2 Assignment 1 Othello

Assignment 1: Othello in MIPS to give you experience writing MIPS assembly code to give you experience translating C to MIPS to give you experience with data and control structures in MIPS Getting Started Create a new directory for this assignment called othello , change to this directory, and fetch the provided code by running

DPST1092 23T2 Assignment 1 Othello Read More »

COMP3141: Software System Design and Implementation

Exercise (Week 2) COMP3141: Software System Design and Implementation Term 2, 2023 Help Sessions Moodle – Lecture Recordings Setting up Haskell Practice Problems Code and Notes Code and Notes Assigned Reading Practice Problems Code and Notes Code and Notes Exercise (Week 2) Table of Contents 1. Getting Started 2. Part 1: Simple Picture (3 Marks)

COMP3141: Software System Design and Implementation Read More »

Instructions

Instructions The assignment is to create a dashboard of two or more charts designed to visualize the data necessary to answer one or more questions about the data. Required Elements show a dashboard that includes the following two elements: · Multiple charts (at least two) displayed simultaneously on the same screen at the same time.

Instructions Read More »

CS340400 Compiler Design

CS340400 Compiler Design Homework 3 Submission Deadline: Before Demo Demo Time: 2023/06/18~20 HW3 Architecture Symbol Table RISC-V Assembly Code Code Generation Hints on Implementation • Symbol Table • Generate Assembly Code Symbol Table • A table which keeps the information of symbols – E.g. scope, type, memory location, parameters, … • When a symbol (variable/function)

CS340400 Compiler Design Read More »