Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 283 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 283 Bytes

Computer_organization

This repository contains assembly code of some programs using nasm assembler and cache-simulator
Command to run the code:

nasm -f elf32 -g  -F stabs program.asm  -l program.ls
ld  -m  elf_i386 -o program program.o  io.o
./program