Unit 6 PPt

https://drive.google.com/file/d/0BxKMmXmKgOh0RHk0UFk5ZjExZ2NRcXNwVXZac3pFTWQyZW9r/view?usp=sharing

Osd QB

https://drive.google.com/open?id=0B31tSNYYE3n0X3NTM3oxR0xvbEE

Ramdisk

https://drive.google.com/open?id=0B31tSNYYE3n0c3RiMUlaYXYtVjQ https://drive.google.com/open?id=0B31tSNYYE3n0WXR6TVBFci1pOFU

Happy Birthday Linux!

Twenty-four years ago today, Linus Torvalds sent a message to the world. He said, “ Hello everybody out there using minix - I'm doi...

PL1 Manual

PL 1Manual for Reference Group A https://drive.google.com/open?id=0B31tSNYYE3n0QTU5TG8ydmZJUTg Group B https://drive.google.com/open...

MCC

MCC has been stopped due to examns of both 3rd & 4th, until further notice.

PL 1 Manual

https://drive.google.com/open?id=0B31tSNYYE3n0fm1QcVMtX3ZuTkZPTUFhOUx1V2Z6dnZHNm9QZE96c1BxYzlkY1hZTzJqUmc

PL Manual

Last date of submission for Division A is 30th of march. All the FAQs should be hand written. Check the manual before taking the print ...

A7_file1.asm

;Assignment no. :7 ;Assignment Name :X86/64 Assembly language program (ALP) ;String Manipulation : Concatenation of 2 strings & ;Find...

A7_file2.asm

;--------------------------------------------------------------------- section .data     nline        db    10,10     nline_len:    equ    ...

macro.asm

;macro.asm ;macros as per 64 bit conventions %macro print 2     mov    rax,1        ;print/write     mov    rdi,1        ;stdout/screen    ...

MIT String Operations

%macro Display 2     mov rax,1     mov rdi,1     mov rsi,%1     mov rdx,%2     syscall %endmacro %macro Accept 2     mov rax,0     mov rdi,...

CG MCQs

1. MCQs Unit 1             2.MCQs Unit 1 1. MCQs - Unit 2         2. MCQs Unit 2