User contributions
10 January 2014
Blog Guidelines
Blogs in DPS909/OSD600
+16
Winter 2014 SPO600 Weekly Schedule
Summary Table
+139
SPO600 Software
no edit summary
-10
SPO600 Software
Created page with 'Category:SPO600For SPO600, you will need to set up a Linux system somewhere by the third week of classes. == System Requirements == These are the minimum system requirem…'
Winter 2014 SPO600 Weekly Schedule
Friday (Jan 10)
+71
8 January 2014
People
no edit summary
People
no edit summary
-7
SPO600 Code Review Lab
no edit summary
+19
SPO600 Code Review Lab
no edit summary
+93
SPO600 Code Review Lab
no edit summary
+13
Winter 2014 SPO600 Weekly Schedule
no edit summary
+5
Winter 2014 SPO600 Weekly Schedule
no edit summary
+696
Machine Language
no edit summary
-21
Addressing Mode
no edit summary
+2
Signed
no edit summary
+113
Stack
Created page with 'Category:Computer Architecture A ''stack'' is an array where values are added (pushed) or removed (pulled) to/from the end of the array only. Most CPU designs incorporate one…'
Register
no edit summary
+1,003
Instruction
Created page with 'Category:Computer Architecture An ''Instruction'' is the smallest unit of code in Machine Language. Each instruction consists of an operation, [[Addressing …'
Addressing Mode
no edit summary
+222
Signed
Created page with 'Category:Computer Architecture A ''signed'' value is a binary value stored in two's compliment representation, where the most significant bit is used as a negative sign. Exa…'
Addressing Mode
Created page with 'Category:Computer Architecture ''Addressing modes'' specify how the data/arguments for an instruction are retrieved/stored. Addressing modes may include: * Implicit - A…'
Winter 2014 SPO600 Weekly Schedule
no edit summary
+11
Winter 2014 SPO600 Weekly Schedule
no edit summary
+26
Winter 2014 SPO600 Weekly Schedule
Week 1 Deliverables
+77
Winter 2014 SPO600 Weekly Schedule
no edit summary
+2
Winter 2014 SPO600 Weekly Schedule
no edit summary
+569
SPO600 Code Review Lab
no edit summary
+3
SPO600 Code Review Lab
Created page with 'Category:SPO600 # Select any two open source software packages that have different licenses.{{Admon/tip|Finding Software Packages|One way to find potential software packages…'
7 January 2014
SPO600 Communication Tools
Email
-1
SPO600 Communication Tools
Wiki
-81
SPO600 Communication Tools
no edit summary
-51
SPO600
Software Portability and Optimization
-5
Operation
Created page with 'Category:Computer Architecture An ''operation'' is a particular action to be undertaken by a CPU, such as an addition, subtraction, multiplication, bit shift, store, or load.'
OpCode
Created page with 'Category:Computer Architecture An ''opcode'' is an ''operation code'', a numeric value specifying that a particular instruction should be performed. Opcodes ma…'
Winter 2014 SPO600 Weekly Schedule
Tuesday (Jan 7)
+118
Assembler
no edit summary
Assembler
Created page with 'Category:Computer Architecture As ''assembler'' is a compiler for assembly language code.'
Assembly Language
no edit summary
-6
Compiler Intrinsics
Created page with 'Category:Computer Architecture A compiler ''intrinsic'' is a built-in pseudo-function which is typically inlined. Intrinsics are typically used to perform operations which c…'
Atomic Operation
Created page with 'Category:Computer Architecture An ''atomic operation'' is one that cannot be interrupted. These operations are typically used for acquiring locks. Consider the following cod…'
Winter 2014 SPO600 Weekly Schedule
no edit summary
+3,441
Machine Language
no edit summary
-20
Portable
Created page with 'Category:Computer Architecture A ''portable'' program is one which may be used on multiple architectures or operating systems. Related terms: * Port - to modify a program to…'
Assembly Language
no edit summary
+7
Symbolic
Redirected page to Symbol
Debugger
Created page with 'Category:Computer Architecture A ''debugger'' is a tool used to analyze running code. Although debugging tools are available for interpreted and bytestream languages, the te…'
Category:Computer Architecture
no edit summary
+41
Disassembler
Created page with 'Category:Computer Architecture A ''disassembler'' is a tool which converts machine code to an assembly language representations. O…'
Symbol
Created page with 'Category:Computer Architecture A ''symbol'' is a name for a variable, address, register, or instruction. These are usually numerically at the [[Machine Language|machine code]…'
Assembly Language
ARM (32-bit)
+50