menu toggle user pic user pic

Computer Architechture and Assembly Level Programming

In terms of notes he didn't really have a whole lot and left it to you to find out a lot of things you needed to know Below are 3 sections of his notes:

Part A
Part B
Part C

Below are notes that i created for our exams:

Cheat Sheet 1
Cheat Sheet 2

Now while i cannot guarantee these will work for you i will include my collection of assembly programmes. They work will visual studio 2013 so your results may vary. Click here to download them

User Uploaded Files

setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); $stmt = $conn->prepare("SELECT * FROM ca_uploads"); $stmt->execute(); echo ""; foreach ($stmt->fetchAll(PDO::FETCH_ASSOC) as $result) { if( $result['processed'] == "y" && $result['module'] == "CA296"): echo""; echo ""; echo ""; echo""; endif; } echo "
" . $result['uploader'] . "". "" .$result['file_name']. "" ."
"; } catch(PDOException $e) { echo "Error retrieving user submitted files. Error: " . $e->getMessage(); } ?>