Map
Index
Random
Help
th

Quote: C-- is an abstraction of computation (expressions), control flow (if), memory (addressing), registers (variables), and procedures; an intermediate language

QuoteRef: joneSP9_1999 , p. 5



Topic:
intermediate representation of code
Topic:
abstraction in programming
Topic:
machine independent programming

Quotation Skeleton

C-- is an assembly language -- an abstraction … - C-- expressions and assignments are abstractions of … - C--'s goto and if statements are abstractions … The if abstraction hides the machine's "condition codes," … that addresses used in C-- programs may be … - C-- variables are an abstraction for registers … - In addition, C-- provides a procedure abstraction … [p. 6] Even though C-- exposes a few architecture-specific … [compiler's front end can be] largely independent of the target architecture. … C-- resembles a typical compiler's intermediate language more …   Google-1   Google-2

Copyright clearance needed for quotation.


Related Topics up

Topic: intermediate representation of code (31 items)
Topic: abstraction in programming (67 items)
Topic: machine independent programming (13 items)

Copyright © 2002-2008 by C. Bradford Barber. All rights reserved.
Thesa is a trademark of C. Bradford Barber.