1
0
ain48/docs/ucsd_abi.typ
2026-05-31 12:33:05 +02:00

36 lines
532 B
Typst

#import ".template.typ": *
#show: conf
#title[Unichal Software Distribution System ABI\ Version 3.4 for AIN-48]
© University of Chalmosique, Cross. 301 -- Cross. 319
= Object Format
b
= Integer representation
= Calling convention
== Parameter passing
== Return value passing
== Call Sequence
```ain48
.at #o00000000
fib_n:
ilg %2, #0
ilg %3, #1
__loop:
padd %4, %3, %2
tsc %2, %3
tsc %3, %3
pstr %1, #1
nui __loop
tsc %1, %2
rv
```
#pagebreak(weak: true)
#outline(depth: 2)