34 Commits

Author SHA1 Message Date
PoliEcho 7006e8a4fe Update README.md
build_test / build (push) Successful in 3m10s
2025-08-10 09:08:12 +00:00
PoliEcho 2df9271b40 Update README.md
build_test / build (push) Successful in 3m3s
2025-07-30 08:26:55 +00:00
PoliEcho 681f0abc79 Add demo.txt
build_test / build (push) Successful in 2m26s
2025-07-14 22:29:19 +00:00
PoliEcho a48d4bbf9f Update README.md
build_test / build (push) Successful in 2m7s
2025-07-14 22:19:27 +00:00
PoliEcho b33192de27 Update README.md
build_test / build (push) Successful in 2m21s
2025-07-14 22:14:30 +00:00
PoliEcho c081838dd9 remove demo video
build_test / build (push) Successful in 2m45s
2025-07-14 21:46:07 +00:00
PoliEcho 23e9001ea1 add demo video
build_test / build (push) Successful in 2m51s
2025-07-14 22:35:05 +02:00
PoliEcho 65d1d4aa52 Update README.md
build_test / build (push) Successful in 2m3s
2025-07-14 19:02:49 +00:00
PoliEcho 82e55b3e1e Merge branch 'master' of https://git.pupes.org/PoliEcho/asm-game-of-life
build_test / build (push) Successful in 2m11s
2025-07-14 20:57:01 +02:00
PoliEcho 6d3279f850 add tty workaround 2025-07-14 20:55:41 +02:00
PoliEcho 1820d4fdf8 Update README.md
build_test / build (push) Successful in 1m58s
2025-07-13 22:18:00 +00:00
PoliEcho 81367baa99 Update README.md
build_test / build (push) Successful in 1m48s
2025-07-13 22:16:01 +00:00
PoliEcho 33b6a82a42 Update README.md
build_test / build (push) Successful in 2m2s
2025-07-13 22:12:02 +00:00
PoliEcho 755f9b9f06 Update README.md
build_test / build (push) Successful in 1m54s
2025-07-13 22:03:09 +00:00
PoliEcho c3563fcda1 Update README.md
build_test / build (push) Successful in 2m18s
2025-07-13 21:57:45 +00:00
PoliEcho 719bc17fcd Update README.md
build_test / build (push) Successful in 2m16s
2025-07-13 21:36:34 +00:00
PoliEcho 5c91ace69b change statusbar text
build_test / build (push) Successful in 3m11s
2025-07-13 22:35:22 +02:00
PoliEcho 872c842e7c revert input.asm 2025-07-13 21:07:48 +02:00
PoliEcho a6a7debf2e break tty while trining to fix tty 2025-07-13 20:23:19 +02:00
PoliEcho 57987228b0 add simulation speed
build_test / build (push) Successful in 2m58s
2025-07-13 14:27:46 +02:00
PoliEcho 83d3f3ac5a Update README.md
build_test / build (push) Successful in 1m55s
2025-07-12 20:02:03 +00:00
PoliEcho 45c6d0eb83 Update README.md
build_test / build (push) Successful in 2m3s
2025-07-12 19:54:03 +00:00
PoliEcho 670a6a2602 Add README.md
build_test / build (push) Has been cancelled
2025-07-12 19:53:40 +00:00
PoliEcho e70b9ac765 Update .gitea/workflows/build_test.yaml
build_test / build (push) Successful in 1m57s
2025-07-12 19:47:20 +00:00
PoliEcho 6112537e9b Update .gitea/workflows/build_test.yaml
build_test / build (push) Failing after 2m22s
2025-07-12 19:42:41 +00:00
PoliEcho 3e59f36d4e Update .gitea/workflows/build_test.yaml
build_test / build (push) Failing after 23s
2025-07-12 19:41:46 +00:00
PoliEcho f26553e7c7 Update .gitea/workflows/build_test.yaml
build_test / build (push) Failing after 14s
2025-07-12 19:40:32 +00:00
PoliEcho db00e98b4c Update .gitea/workflows/build_test.yaml 2025-07-12 19:39:08 +00:00
PoliEcho b449c66a66 Update .gitea/workflows/build_test.yaml 2025-07-12 19:38:24 +00:00
PoliEcho 7dc5237c3e Update .gitea/workflows/build_test.yaml
build_test / build (push) Failing after 13s
2025-07-12 19:37:10 +00:00
PoliEcho 7fd699ea38 Update .gitea/workflows/build_test.yaml
build_test / build (push) Failing after 34s
2025-07-12 19:34:56 +00:00
PoliEcho b5c539a3a2 Update .gitea/workflows/build_test.yaml
build_test / build (push) Failing after 18s
2025-07-12 19:33:30 +00:00
PoliEcho ce343ff9db Update .gitea/workflows/build_test.yaml
build_test / build (push) Failing after 57s
fix build test
2025-07-12 18:59:23 +00:00
PoliEcho d6ee106682 add build test
build_test / build (push) Failing after 1m9s
2025-07-12 20:56:47 +02:00
6 changed files with 197 additions and 17 deletions
+17
View File
@@ -0,0 +1,17 @@
name: build_test
on: [push]
jobs:
build:
runs-on: arch
steps:
- name: fix package cache
run: rm -fr /var/cache/pacman/pkg/* && pacman -Syy archlinux-keyring --needed --noconfirm && pacman-key --init && pacman-key --populate archlinux
- name: get dependencies
run: pacman -Sy nodejs make nasm binutils --needed --noconfirm
- name: Checkout code
uses: actions/checkout@v4
- name: Build
run: make -j$(nproc)
+39
View File
@@ -0,0 +1,39 @@
<img src="https://git.pupes.org/repo-avatars/e4ede9d30f070c9e191eace5a88dcaa40434b9cadf60204122fab5a83aec9a9f" alt="pulsar in asm game of life" width="196"></img>
[![build test](https://git.pupes.org/PoliEcho/asm-game-of-life/actions/workflows/build_test.yaml/badge.svg)](https://git.pupes.org/PoliEcho/asm-game-of-life/actions?workflow=build_test.yaml)
# AMD64 Assembly Game of life
> [!WARNING]
> this program will break if your terminal is too small
## Dependencies
> AMD64 Linux Kernel
### Build only
> nasm
> ld
> make
## Download
[releases](https://git.pupes.org/PoliEcho/asm-game-of-life/releases)
## Build
```shell
make
```
## Controls
| key | action |
|--------|-------------------------|
| arrows | move cursor |
| ENTER | invert cell |
| j/k | change simulation speed |
| p | start/stop simulation |
| q | quit |
## Warning
delays in TTY may be diferent depending on cpu clockspeed use j/k to adjust
## Notes
if screen does not clear properly after loading just move the cursor around a bit
looks best in TTY
it sometimes SEGFAULTS in TTY on start but only on non debug builds and it is not consistent
+1
View File
@@ -0,0 +1 @@
ssh demo@demo.pupes.org # password: "demo"
+35 -2
View File
@@ -14,6 +14,8 @@ section .bss
simulation_running: RESB 1 simulation_running: RESB 1
next_frame_ptr: RESQ 1 next_frame_ptr: RESQ 1
section .data
extern simulation_speed
section .rodata section .rodata
clear: db ESC_CHAR, "[2J", 0 clear: db ESC_CHAR, "[2J", 0
@@ -24,8 +26,9 @@ section .rodata
home_cursor: db ESC_CHAR, "[H", 0 home_cursor: db ESC_CHAR, "[H", 0
statusbar: db ESC_CHAR, "[32;100m", "Use arrow keys to move cursor, enter to invert cell j/k to change simulation speed, p to simulation", 0 statusbar: db ESC_CHAR, "[32;100m", "Use arrow keys to move cursor, enter to invert cell j/k to change simulation speed, p to simulation. Frame Delay multiplier:", 0
START_STOP_pos: equ $-statusbar-17 statusbarLen: equ $-statusbar
START_STOP_pos: equ statusbarLen-42
start_str: db "START", 0 start_str: db "START", 0
@@ -49,6 +52,7 @@ extern string_copy
extern memory_set extern memory_set
extern memory_copy extern memory_copy
extern alloc extern alloc
extern unsigned_int_to_ascii
global init_gameboard global init_gameboard
init_gameboard: init_gameboard:
@@ -95,6 +99,7 @@ print_game_ui:
push rdi push rdi
add rdi, [gameboard_size] add rdi, [gameboard_size]
sub di, [term_cols] sub di, [term_cols]
push rdi
add rdi, START_STOP_pos add rdi, START_STOP_pos
mov cl, [simulation_running] mov cl, [simulation_running]
@@ -107,6 +112,34 @@ print_game_ui:
.end_simulation_running_check: .end_simulation_running_check:
call string_copy call string_copy
pop rdi
add rdi, statusbarLen
movss xmm0, [simulation_speed]
cvttss2si rsi, xmm0
push rsi
push rdi
call unsigned_int_to_ascii
pop rdi
add rdi, rax
mov byte [rdi], '.'
inc rdi
pop rax
cvtsi2ss xmm1, rax
subss xmm0, xmm1; get only value after decimal point
mov rax, 10
cvtsi2ss xmm1, rax
mulss xmm0, xmm1
cvttss2si rsi, xmm0; get first decimal point as int
call unsigned_int_to_ascii; rdi already set
pop rdi pop rdi
call print_str call print_str
+57 -13
View File
@@ -12,9 +12,15 @@ section .bss
extern gameboard_ptr extern gameboard_ptr
extern simulation_running extern simulation_running
extern running_in_tty
section .data section .data
cursor_rows: dw 1 cursor_rows: dw 1
cursor_cols: dw 1 cursor_cols: dw 1
global simulation_speed
simulation_speed dd 1.0
section .rodata section .rodata
extern reset extern reset
@@ -25,6 +31,8 @@ section .rodata
cursor_color: db ESC_CHAR, "[45m", 0 cursor_color: db ESC_CHAR, "[45m", 0
speed_multiplier dd 50.0
arrow_switch_statement: arrow_switch_statement:
dq handle_user_input.arrow_up dq handle_user_input.arrow_up
dq handle_user_input.arrow_down dq handle_user_input.arrow_down
@@ -43,6 +51,7 @@ global handle_user_input
handle_user_input:; main loop of the program handle_user_input:; main loop of the program
push r12 push r12
push r13 push r13
push r14
lea r12, [multipurpuse_buf] lea r12, [multipurpuse_buf]
@@ -63,12 +72,29 @@ handle_user_input:; main loop of the program
mov word [r12+4], POLLIN mov word [r12+4], POLLIN
mov rdi, r12 mov rdi, r12
mov rsi, 1; only one file descriptor is provided mov rsi, 1; only one file descriptor is provided
mov rdx, 50; no timeout. maybe use this for final sleep but run if user inputs something TODO movss xmm0, [speed_multiplier]
movss xmm1, [simulation_speed]
mulss xmm0, xmm1; callculate sleep lenght
cvttss2si rdx, xmm0; truncate and copy to rdx
mov r14, rdx
syscall syscall
mov sil, [running_in_tty]
test sil, sil
jz .skip_tty_mul
push rax
mov rax, 2500; magic number
xor rdx,rdx
mul r14
mov r14, rax
pop rax
.skip_tty_mul:
test rax, rax; SYS_POLL returns 0 when no change happens within timeout test rax, rax; SYS_POLL returns 0 when no change happens within timeout
jz .no_input jz .no_input
.repeat_read:
xor rax, rax xor rax, rax
mov qword [r12], rax; zeroout the buffer mov qword [r12], rax; zeroout the buffer
@@ -79,8 +105,18 @@ handle_user_input:; main loop of the program
syscall; read user input syscall; read user input
cmp rax, EAGAIN cmp rax, EAGAIN
je .no_input jne .handle_input
mov al, [running_in_tty]
test al, al
jz .no_input
; this runs only if running in tty
test r14, r14
jz .no_input; timeout
dec r14
jmp .repeat_read
.handle_input:
mov rax, [r12] mov rax, [r12]
cmp eax, 0x00415B1B; check if input is more than left arrow cmp eax, 0x00415B1B; check if input is more than left arrow
@@ -179,7 +215,13 @@ handle_user_input:; main loop of the program
cmp al, 'j' cmp al, 'j'
jne .check_k jne .check_k
; TODO implement simulation speed movss xmm0, [simulation_speed]
mov eax, 0x3DCCCCCD; 0.1f
vmovd xmm1, eax
addss xmm0, xmm1
; wont check for overflows since the user would need be crazy to reach that number
movss [simulation_speed], xmm0
jmp .end_input_handling jmp .end_input_handling
@@ -187,7 +229,17 @@ handle_user_input:; main loop of the program
cmp al, 'k' cmp al, 'k'
jne .check_q jne .check_q
; TODO implement simulation speed movss xmm0, [simulation_speed]
mov eax, 0x3DCCCCCD; 0.1f
vmovd xmm1, eax
subss xmm0, xmm1
ucomiss xmm0, xmm1; check if number is smaller than 0.1
jb .end_input_handling
movss [simulation_speed], xmm0
jmp .end_input_handling
.check_q: .check_q:
cmp al, 'q' cmp al, 'q'
@@ -206,21 +258,13 @@ handle_user_input:; main loop of the program
mov r13b, 1 mov r13b, 1
.dont_step: .dont_step:
%ifdef COMMENT
lea rdi, [multipurpuse_buf]
mov qword [multipurpuse_buf], 0
mov qword [multipurpuse_buf+8], 50000000; 50ms
mov rax, SYS_NANOSLEEP
mov rsi, 0
syscall
%endif
test r13b, r13b test r13b, r13b
jz .main_loop jz .main_loop
call print_game_ui call print_game_ui
jmp .main_loop jmp .main_loop
.function_exit: .function_exit:
pop r14
pop r13 pop r13
pop r12 pop r12
ret ret
+47 -1
View File
@@ -20,6 +20,8 @@ section .bss
extern cursor_rows extern cursor_rows
extern cursor_cols extern cursor_cols
global running_in_tty
running_in_tty: RESB 1
section .rodata section .rodata
extern resetLen extern resetLen
@@ -27,6 +29,8 @@ section .rodata
hide_cursor: db ESC_CHAR, "[?25l", 0 hide_cursor: db ESC_CHAR, "[?25l", 0
show_cursor: db ESC_CHAR, "[?25h", 0 show_cursor: db ESC_CHAR, "[?25h", 0
help_text: db "asm-game-of-life [args]",0xA,"-h display this help menu",0xA,"Controls:",0xA,"use arrow keys to move around",0xA,"ENTER to invert cell",0xA,"p to START/STOP simulation",0xA,"k to increase simulation speed",0xA,"j to decrese simulation speed",0xA, 0
section .text section .text
extern print_str extern print_str
extern unsigned_int_to_ascii extern unsigned_int_to_ascii
@@ -58,11 +62,50 @@ _start:
; handle args ; handle args
pop rcx; get argc (number of arguments) pop rcx; get argc (number of arguments)
pop rax; get rid of program name arugument
cmp rcx, 1 cmp rcx, 1
jle .no_arguments_provided jle .no_arguments_provided
; TODO hanndle arguments dec rcx
.handle_arg:
pop rax
mov word di, [rax]
cmp di, 0x682D; check if -h was passed
jne .next_arg
lea rdi, [help_text]
call print_str
jmp .exit_program
.next_arg:
dec rcx
test rcx, rcx
jnz .handle_arg
.no_arguments_provided: .no_arguments_provided:
pop rax; get rid of null termination of argv
; handle enviroment vars
.handle_env:
pop rax
test rax, rax; test if we reached end of envs
jz .no_envs
mov dword edi, [rax]
cmp edi, 0x4D524554; check for "TERM" inverted becose endiannes
jne .handle_env
mov qword rdi, [rax+5]; remove the TERM= part this should never segfault since there sould allwas be other data behind enviroment vars and i dont mind garbage
mov rsi, 0xffffffffff
and rdi, rsi
mov rsi, 0x78756e696c
cmp rdi, rsi; check for "linux"
jne .no_envs
mov byte [running_in_tty], 1
.no_envs:
call init_alloc call init_alloc
xor rax, rax xor rax, rax
@@ -95,6 +138,8 @@ _start:
call disable_canonical_mode_and_echo call disable_canonical_mode_and_echo
call print_game_ui
call handle_user_input call handle_user_input
call reset_terminal call reset_terminal
@@ -102,6 +147,7 @@ _start:
lea rdi, [show_cursor] lea rdi, [show_cursor]
call print_str call print_str
.exit_program:
mov rax, SYS_EXIT mov rax, SYS_EXIT
mov rdi, 0 ; return code mov rdi, 0 ; return code
syscall syscall