Documentation
This commit is contained in:
parent
55baaa8952
commit
0c60642cc9
7
.vscode/launch.json
vendored
Normal file
7
.vscode/launch.json
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
// Используйте IntelliSense, чтобы узнать о возможных атрибутах.
|
||||||
|
// Наведите указатель мыши, чтобы просмотреть описания существующих атрибутов.
|
||||||
|
// Для получения дополнительной информации посетите: https://go.microsoft.com/fwlink/?linkid=830387
|
||||||
|
"version": "0.2.0",
|
||||||
|
"configurations": []
|
||||||
|
}
|
||||||
@ -0,0 +1,4 @@
|
|||||||
|
main:
|
||||||
|
push "Hello, world!\n"
|
||||||
|
push byte 0x00
|
||||||
|
syscall
|
||||||
Loading…
x
Reference in New Issue
Block a user