Classifying Programming Languages
.global f f: andcc %o0, 1, %g0 bne .L1 sll %o0, 2, %g2 sll %o0, 1, %g2 add %g2, %o0, %g2 b .L2 add %g2, 1, %o0 .L1: add %g2, -3, %o0 .L2: retl nop Different languages have different purposes, so it makes sense to talk about different kinds, or types, of languages. Some types … Read more