Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Commit

Permalink
ekeleze is a cunt
Browse files Browse the repository at this point in the history
  • Loading branch information
9xbt authored Aug 17, 2023
1 parent 4658e3e commit cccd77f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/functions/about.asm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%include "src/core.asm"

section .data
msg_about_1: db `-- iDOS --\r\n\0`
msg_about_1: db `-- upOS --\r\n\0`
msg_about_2: db ` Beta 1.2-dev\r\n Copyright (c) 2023 Mobren. All rights reserved.\r\n\n\0`

cmd_about: db `about\0`
Expand All @@ -11,4 +11,4 @@ section .text
write nl
cwrite msg_about_1, $02
write msg_about_2
ret
ret

0 comments on commit cccd77f

Please sign in to comment.