section .text
global _start
_start:
mov edx, len
mov ecx, msg
mov ebx, 1
mov eax, 4
int 0x80
mov eax, 1
int 0x80
section .data
msg db 'Hi there ๐', 0xa
len equ $ - msg
- ๐๐ Computer Science
section .text
global _start
_start:
mov edx, len
mov ecx, msg
mov ebx, 1
mov eax, 4
int 0x80
mov eax, 1
int 0x80
section .data
msg db 'Hi there ๐', 0xa
len equ $ - msg
CounterStrikeSharp allows you to write server plugins in C# for Counter-Strike 2/Source2/CS2
Gamedata Checker for CounterStrikeSharp
C# 7