Raymond Toy pushed to branch issue-295-docstring-for-define-assembly-routine at cmucl / cmucl
Commits: bc64497d by Carl Shapiro at 2024-04-07T23:26:05+00:00 Apply 1 suggestion(s) to 1 file(s) - - - - -
1 changed file:
- src/assembly/assemfile.lisp
Changes:
===================================== src/assembly/assemfile.lisp ===================================== @@ -249,7 +249,7 @@
:Arg Arg-Name (SC*) SC-Offset Input argument for the assembly routine with the name - Arg-Name. The argument must be one of the Sc types. The register + Arg-Name. The argument must be one of the SC types. The register assigned to this argument is given by SC-Offset which must be the offset for the register holding this argument.
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/bc64497dc19a742601e1b757...