JosephFerano
  • Joined on 2023-04-20
JosephFerano pushed to master at JosephFerano/performance-aware 2024-01-15 10:46:08 +07:00
f4d6835694 ASM test file improved error handling/reporting
JosephFerano pushed to master at JosephFerano/performance-aware 2024-01-15 10:45:35 +07:00
094733ee70 MOV inst conditional branching cleaned up considerably, cause god it was ugly
JosephFerano pushed to master at JosephFerano/performance-aware 2024-01-15 08:07:41 +07:00
7f094799e9 OPTION macro revamped with IF_LET_SOME
JosephFerano pushed to master at JosephFerano/terrain-opengl 2024-01-14 13:58:24 +07:00
d7ccfcec8a Finally rendering the heightmap
91034e4154 Progress
e1878bc565 Draw a simple quad for now to make sure things are working
b6110e3c73 Fixed the thing a little
JosephFerano created branch master in JosephFerano/terrain-opengl 2024-01-14 13:58:24 +07:00
JosephFerano created repository JosephFerano/terrain-opengl 2024-01-14 13:57:52 +07:00
JosephFerano pushed to master at JosephFerano/performance-aware 2024-01-14 13:26:53 +07:00
9f7e371a49 Part01-02: Immedate to register/memory wip, moved EAC from r/m map to function
JosephFerano pushed to master at JosephFerano/performance-aware 2024-01-14 09:02:06 +07:00
9b1d8d4005 Bash script to test asm decoding output
JosephFerano pushed to master at JosephFerano/performance-aware 2024-01-13 22:19:45 +07:00
3b6381f981 Part01-02: More mov instructions being handled
JosephFerano pushed to master at JosephFerano/performance-aware 2024-01-13 15:52:28 +07:00
6066e930db Part01-01: Listing 38 with multiple mov instructions now working
JosephFerano pushed to master at JosephFerano/performance-aware 2024-01-13 13:24:42 +07:00
6ad9f66bc7 Makefile compiles all asm files
JosephFerano pushed to master at JosephFerano/performance-aware 2024-01-13 10:48:07 +07:00
285b54e95f Struct Register added to have a proper abstraction
JosephFerano pushed to master at JosephFerano/performance-aware 2024-01-12 22:33:00 +07:00
3a803b5c23 License
JosephFerano pushed to master at JosephFerano/performance-aware 2024-01-12 22:28:28 +07:00
a0157a0759 Part01-01: Project setup and basic decoding
JosephFerano created branch master in JosephFerano/performance-aware 2024-01-12 22:28:28 +07:00
JosephFerano created repository JosephFerano/performance-aware 2024-01-12 22:27:59 +07:00
JosephFerano pushed to master at JosephFerano/tinyswords 2024-01-11 10:46:24 +07:00
d260da4c25 WindowShouldClose() was moved to function in lib to call from main
JosephFerano pushed to master at JosephFerano/tinyswords 2024-01-10 15:16:24 +07:00
089c4598f8 WindowShouldClose() was moved to function in lib to call from main
JosephFerano pushed to master at JosephFerano/tinyswords 2024-01-10 11:42:27 +07:00
4b63f91494 Hot reloading: Finally got it working with the stat syscall
JosephFerano pushed to master at JosephFerano/tinyswords 2024-01-10 09:13:38 +07:00
93972ba1d4 Hot reloading: Current configuration seems to hot reload correctly