Commit Graph

13 Commits

Author SHA1 Message Date
Kartik Agaram
17623a628a 7154 2020-11-01 22:02:13 -08:00
Kartik Agaram
480fd9958a 7032 2020-10-14 13:42:03 -07:00
Kartik Agaram
7dac9ade15 6507 - use syscall names everywhere 2020-06-10 23:09:30 -07:00
Kartik Agaram
9428990bd6 6143 2020-03-14 01:06:27 -07:00
Kartik Agaram
4c19dd3968 6089 2020-03-06 18:09:16 -08:00
Kartik Agaram
71eb22a5bf 5924 2020-01-27 00:36:44 -08:00
Kartik Agaram
6070c23e5e 5897 - rename comparison instructions
Signed and unsigned don't quite capture the essence of what the different
combinations of x86 flags are doing for SubX. The crucial distinction is
that one set of comparison operators is for integers and the second is
for addresses.
2020-01-16 18:31:12 -08:00
Kartik Agaram
0bcfe6e5cf 5880 2020-01-10 10:35:17 -08:00
Kartik Agaram
ef21004a5c 5809 2019-12-09 16:53:57 -08:00
Kartik Agaram
931b17daa0 5782 - fix a widespread bug with Heap-size 2019-11-30 11:14:49 -08:00
Kartik Agaram
0a2247726a 5708 2019-10-19 18:53:05 -07:00
Kartik Agaram
c8998b51e1 5707 2019-10-19 18:49:40 -07:00
Kartik Agaram
c83dca9cb4 5706 - example at different levels of syntax sugar
Thanks Mateusz Czapliński for the feedback:
  https://lobste.rs/s/xtxlec/mu_minimal_hobbyist_computing_stack#c_1mzq94
2019-10-19 18:43:16 -07:00