Skip to content

Commit

Permalink
Update std_noctalm.asm
Browse files Browse the repository at this point in the history
  • Loading branch information
najmiter authored Sep 28, 2023
1 parent 504f4ef commit 67b28fe
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/std_noctalm.asm
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,12 @@ section .text
mov rdx, %2
call std__sort
%endmacro
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;; print the value in %1 ;;;;;;;;;;;;;;;;;

%macro print 1
push rax
mov rax, %1
call printa
pop rax
%endmacro

0 comments on commit 67b28fe

Please sign in to comment.