Skip to content

Commit

Permalink
Generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-M-Lucas committed Jun 3, 2024
1 parent fc6c3c1 commit ad71b6d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions build/out.asm
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
global main

section .text

main:
push rbp
mov rbp, rsp
sub rsp, 16
mov qword [rbp-8], 12
mov rax, qword [rbp-8]
leave
ret
Binary file added build/out.o
Binary file not shown.
Binary file added build/out.out
Binary file not shown.

0 comments on commit ad71b6d

Please sign in to comment.