https://github.com/astraadev/astraadev
https://github.com/astraadev/astraadev
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/astraadev/astraadev
- Owner: AstraaDev
- Created: 2021-09-30T14:36:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T01:41:29.000Z (11 months ago)
- Last Synced: 2025-04-10T02:47:00.876Z (11 months ago)
- Homepage:
- Size: 60.5 KB
- Stars: 16
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README


```asm
section .data
msg db 'a5traa', 0
section .text
global _start
_start:
mov eax, 4
mov ebx, 1
mov ecx, msg
mov edx, 6
int 0x80
mov eax, 1
xor ebx, ebx
int 0x80
```
```lua
OS : macOS, debian
Languages : C, Cpp, ASM, Py, Java
Editor : vim
Motto : Seek strength. The rest will follow.
```