JosephFerano
  • Joined on 2023-04-20
JosephFerano pushed to master at JosephFerano/dotfiles 2024-02-14 12:13:01 +07:00
cc318d1600 Emacs: embark kill buffer no prompt and fix find-file-other-window
cee5d08902 Emacs: Random changes/improvements
1539af6274 Emacs: drag-stuff to move lines, valign to fix unicode tables, csv-mode stuff
Compare 3 commits »
JosephFerano pushed to master at JosephFerano/dotfiles 2024-02-14 12:04:27 +07:00
18cd27c699 Emacs: Dape package and configuration, indent-bars and config
JosephFerano pushed to master at JosephFerano/dotfiles 2024-02-14 12:01:22 +07:00
e854e540dd Emacs: Fix org-clock opening up all your agenda files
JosephFerano pushed to master at JosephFerano/dotfiles 2024-02-14 11:56:25 +07:00
61326287ce Emacs: Better project open project readme
JosephFerano pushed to master at JosephFerano/dotfiles 2024-02-14 11:55:56 +07:00
04065b59c1 Fish: some path stuff and ssh_agent, QTile: don't switch_group
JosephFerano pushed to master at JosephFerano/dotfiles 2024-02-14 11:11:30 +07:00
10c62e541f Emacs: project.el open project files TODO, README, LICENSE, NOTES, HOURS
JosephFerano pushed to master at JosephFerano/performance-aware 2024-01-17 00:52:23 +07:00
021c4573fa ADD instruction sign extension bit handled and deleting old code
JosephFerano pushed to master at JosephFerano/performance-aware 2024-01-16 21:47:04 +07:00
26c07aee61 Types and instruction specifications moved to decode.h
JosephFerano pushed to master at JosephFerano/performance-aware 2024-01-16 21:44:42 +07:00
a0ed11416e Instruction parser finished for MOV instructions with corner cases handled
JosephFerano pushed to master at JosephFerano/performance-aware 2024-01-16 18:28:56 +07:00
ca0742de3c WIP Refactor: Instruction parsing, decoding and printing split
JosephFerano pushed to master at JosephFerano/performance-aware 2024-01-16 10:12:48 +07:00
8497316768 WIP Refactor: Instruction parser now works and basic decoding in place
4754a8cd4c WIP Refactor: Instruction parser using a struct
Compare 2 commits »
JosephFerano pushed to master at JosephFerano/performance-aware 2024-01-16 10:12:09 +07:00
6cd144e292 WIP Refactor: Instruction parser now works and basic decoding in place
JosephFerano pushed to master at JosephFerano/performance-aware 2024-01-15 22:53:40 +07:00
07d71a18c6 WIP: Major refactor intending to parse instructions and generate a type
JosephFerano pushed to master at JosephFerano/performance-aware 2024-01-15 20:16:41 +07:00
20d1aed742 mov_inst and add_inst procedures to avoid too much nesting
JosephFerano pushed to master at JosephFerano/performance-aware 2024-01-15 12:43:12 +07:00
08753ea330 Immediate to register/memory conditionals condensed
JosephFerano pushed to master at JosephFerano/performance-aware 2024-01-15 12:31:59 +07:00
5b2542b0dd Direct Address special case added(MOD 0 R/M 110)
JosephFerano pushed to master at JosephFerano/performance-aware 2024-01-15 12:01:10 +07:00
2a92f04836 Bug: Cast to i16 was failing, casted unsigned char to sbyte before promoting
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