added an alternate way to use the 'write' syscall that doesn't require any libraries at all
This commit is contained in:
@@ -31,3 +31,10 @@ word main
|
|||||||
|
|
||||||
0
|
0
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# simplest version, works without any libraries:
|
||||||
|
# 1
|
||||||
|
# "hello"
|
||||||
|
# 3
|
||||||
|
# 1
|
||||||
|
# syscall
|
||||||
|
|||||||
Reference in New Issue
Block a user