Commit Graph

5 Commits

Author SHA1 Message Date
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
264618fe3b feat: DLL, console 2024-02-01 19:02:41 +03:00
59d825577a feat: Buttons + events
wip: malloc

feat: Buttons
2024-01-31 16:31:47 +03:00
Kitsu
881e7b2ad3 Avoid gcc dependency 2021-12-09 16:25:28 +03:00
Kitsu
aef1325ce9 Impl 2021-09-10 17:32:09 +03:00