Chapter 1
Embedded Systems GlossaryEmbedded Systems ResourcesMotorola Sells Five-billionth! 68HC05Jim Turley's paper referenced in Chapter 1
Chapter 2
Write up on Fixed Point representation html, pdf
Write up on Floating Point representationData representation appletUnicodeBrian Hayes' American Scientist article on ternary issuesLink to ternary computing issues- contributed by Greg Vassar
Chapter 3
MS-DOS top ten commandsC for Java Programmers
Variant Access Example
Struct Example
Chapter 4
John Von Neumann
Preliminary discussion of the logical design of an electronic
computing instrument
The Von Neumann Architecture
The Visible Computer
ArrayAccess.c
Chapter 5
Mixing C and AssemblySample C main program test.cWhat does the compiler produce ?
NASM Assembly program called from the C program Diff.asm
GCC assembly language program produced from sample C program (using gcc -S test.c )
Mechanics of mixed language programming
Max.asm
Factorial.asm
factorial.c factorial.sNASM manual
if.c if.s
while.c while.s
do-while.c do-while.s
if-else-if-else.c if-else-if-else.s
recursion example
Intel Assembly Instructions
Chapter 6
User defined ISR Example
Assembly language version of above code
Handling keyboard input
Handling keyboard input - version 2
What does this do ?
Chapter 7
Chapter 8