9 lines
219 B
Plaintext
9 lines
219 B
Plaintext
;; CONTRACT: Identity
|
|
FUNCTION id(integer) -> integer
|
|
RETURN
|
|
|
|
;; Test the code from the shell
|
|
;; _build/default/rel/aessembler/bin/aessembler console
|
|
|
|
;; gmb_gmfa:file("../../../../test/asm_code/identity.fate", []).
|