Topic: reverse engineering of software
ThesaHelp: references e-f
Topic: pointers to data
Topic: program blocks for control
Topic: generalized repetition
Topic: goto statement
Topic: exception handling by termination
| |
Reference
Friedman, F.L., Schneider, V.B,
"A programming language for mini-computers",
SIGPLAN, 9, 1, pp. 8-32, January 1974.
Google
Quotations
QuoteRef: frieFL1_1974 ;;8 language for converting assembly level into structured programming
| QuoteRef: frieFL1_1974 ;;11 within loops have repeat identifier of loop until %condition% a form !% also exit %identifier of loop%
| 12 ;;Quote: need goto for abnormal exits and non-returning transfers between modules
| QuoteRef: frieFL1_1974 ;;12 fundamental control mechanism: single entry k exit loops "n-way decision boxes"
| QuoteRef: frieFL1_1974 ;;15 prefix operator loc and . for location of and indirect reference
|
Related Topics
Topic: reverse engineering of software (6 items)
ThesaHelp: references e-f (168 items)
Topic: pointers to data (55 items)
Topic: program blocks for control (20 items)
Topic: generalized repetition (16 items)
Topic: goto statement (25 items)
Topic: exception handling by termination (16 items)
|