24c38957f4
Add *(.bss.*) to link.x; fixes #8
...
Const var, which is used for allocator, is .bss.alloc..., and because
there was no that pattern in link scrypt, FILE_END didn't count the var,
that's why initial zero value was overwritten by application name (see
MENUET01 header description for more info)
2024-05-26 02:19:11 +03:00
21c90abd44
refactor: Change to Rust's CStr
2024-05-08 20:42:41 +03:00
78f050e20c
feat: put_pixel
...
dark example
2024-05-07 22:20:44 +03:00
20f46098ec
Update .gitignore
2024-03-23 14:55:48 +03:00
c9a9df5746
Modify README.md a little
...
Add info about requirements
2024-03-23 14:55:48 +03:00
49b37f37c8
config: Update Cargo.toml
...
Bump cstr_core
2024-03-23 14:55:48 +03:00
30cc19fb3c
build: Update layout
2024-03-23 14:55:48 +03:00
ca5ca3c3c6
feat: Add event filters ( #5 )
2024-03-11 23:50:22 +03:00
79a286dd6d
build: Fix data-layout
...
For some reason, rust made me change this, heh
2024-02-07 11:12:39 +03:00
SweetBread
b25d5edca7
Update README.md
2024-02-01 19:02:41 +03:00
ab3db879d2
feat: display_message_str
2024-02-01 19:02:41 +03:00
264618fe3b
feat: DLL, console
2024-02-01 19:02:41 +03:00
1a6f5303cf
feat: Languages
2024-01-31 16:31:47 +03:00
289d977ea8
build: Fix makefile
2024-01-31 16:31:47 +03:00
32b44dd339
style: Replace magic nums to less magic nums
2024-01-31 16:31:47 +03:00
59d825577a
feat: Buttons + events
...
wip: malloc
feat: Buttons
2024-01-31 16:31:47 +03:00
c6351affe3
refactor: Devide lib.rs into modules
2024-01-12 11:40:06 +03:00
994ae2f392
perf: Replace mult with shifts
2024-01-12 11:40:06 +03:00
447bb48501
style: Make start/end_window_draw safe and Size struct for define window
2024-01-12 11:40:06 +03:00
3ce36749a5
Remove unused field
2023-06-21 01:29:44 +03:00
e0bef3cc0a
Moved example to example folder
2023-06-20 22:09:25 +03:00
5828b9bd81
README update
2023-06-20 22:09:25 +03:00
91d8b54a56
Replace magic nums to constants
2023-06-20 22:09:25 +03:00
b7031863c2
NASM to FASM
2023-06-20 22:05:21 +03:00
76ac2daa98
Offset fix
2023-06-20 22:05:16 +03:00
Kitsu
881e7b2ad3
Avoid gcc dependency
2021-12-09 16:25:28 +03:00
Kitsu
345624c745
Fix clean build and remove object
2021-12-09 14:32:45 +03:00
Kitsu
17ca59abe0
Use C for syscalls
2021-12-09 02:18:30 +03:00
Kitsu
aef1325ce9
Impl
2021-09-10 17:32:09 +03:00