Skip to content

Commit

Permalink
Lecture 101 - Implementing system print in stdlib REVISON 1
Browse files Browse the repository at this point in the history
  • Loading branch information
nibblebits committed Dec 15, 2020
1 parent f9e36f8 commit ea12254
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions programs/stdlib/src/peachos.asm
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ print:
push dword[ebp+8]
mov eax, 1 ; Command print
int 0x80
add esp, 4
pop ebp
ret

0 comments on commit ea12254

Please sign in to comment.