mirror of
https://gitlab.os-k.eu/os-k-team/kvisc.git
synced 2023-08-25 14:05:46 +02:00
msg
This commit is contained in:
parent
c2603b9692
commit
1331ccdff5
20
dos/main.k
20
dos/main.k
@ -7,10 +7,26 @@
|
|||||||
main:
|
main:
|
||||||
enter
|
enter
|
||||||
|
|
||||||
mov ax0, .hw
|
mov ax0, .msg
|
||||||
|
call print
|
||||||
|
|
||||||
|
call exit
|
||||||
|
|
||||||
|
leave
|
||||||
|
ret
|
||||||
|
|
||||||
|
.msg = "Hello World :)\n"
|
||||||
|
|
||||||
|
;
|
||||||
|
; Exit function
|
||||||
|
;
|
||||||
|
exit:
|
||||||
|
enter
|
||||||
|
|
||||||
|
mov ax0, .msg
|
||||||
call print
|
call print
|
||||||
|
|
||||||
leave
|
leave
|
||||||
ret
|
ret
|
||||||
|
|
||||||
.hw = "Hello World\n:)"
|
.msg = "Goodbye World :(\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user