All checks were successful
Gajumaru Bytecode Tests / tests (push) Successful in -3m34s
Add Gitea tests Rename Remove oracle references Package for zx Reviewed-on: #235 Reviewed-by: dimitar.p.ivanov <dimitarivanov@qpq.swiss> Co-authored-by: Craig Everett <zxq9@zxq9.com> Co-committed-by: Craig Everett <zxq9@zxq9.com>
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", []).
|