Commit Graph

29 Commits

Author SHA1 Message Date
hyunghwan.chung
835919c4fe added check for __uint128_t into configure.ac 2016-10-06 18:31:29 +00:00
hyunghwan.chung
cf8957924e added STIX_FLIPBITS() 2016-10-01 04:40:07 +00:00
hyunghwan.chung
646a5e45a7 fixed the definition of STIX_SETBITS() 2016-10-01 01:56:14 +00:00
hyunghwan.chung
0504fbde72 fixed NGC bit handlign macros.
added STIX_LIKELY() and STIX_UNLIKELY() for gcc using __builtin_expect.
2016-09-11 16:42:27 +00:00
hyunghwan.chung
2b97473c5e removed the unneeded code 2016-09-07 07:51:04 +00:00
hyunghwan.chung
155babff74 enhanced line end handling 2016-09-06 16:06:22 +00:00
hyunghwan.chung
1445d0deb0 added some logging methods to SystemDictioanry
added Resource handling functions for use by primitive modules
2016-06-30 13:44:37 +00:00
hyunghwan.chung
037bbff42c started adding byte-code decoder 2016-05-27 15:01:54 +00:00
hyunghwan.chung
19735bac69 fixed a problem in breaking out of an initial context 2016-05-15 15:51:41 +00:00
hyunghwan.chung
801b6d92d4 fixed some minor build flaws 2016-05-13 15:10:34 +00:00
hyunghwan.chung
36a54fd29f refreshed whileTrue: and whileFalse: 2016-05-12 05:53:35 +00:00
hyunghwan.chung
6487143a59 added simple time calculation types/functiosn/macros.
fixed a bug in timed semaphore signalling
2016-03-24 14:58:47 +00:00
hyunghwan.chung
f32e58f4b3 fixed a compiler bug that omitted the RETURN_FROM_BLOCK instruction when an empty block is encountered.
added more code for supporting the process stack
2016-02-12 16:23:26 +00:00
hyunghwan.chung
60b90de172 filled stix_bitatint() a bit 2015-12-26 01:37:33 +00:00
hyunghwan.chung
27e0186d43 added stix_negateint() 2015-12-25 05:09:17 +00:00
hyunghwan.chung
e7d00d89bf implement right bit shift over a small integer 2015-12-22 15:50:01 +00:00
hyunghwan.chung
08cfa55acc rewrote stix_bitandints(), stix_bitorints(), stix_bitxorints() to handle negative numbers in the 2's complement form 2015-12-17 16:11:10 +00:00
hyunghwan.chung
95217da0d1 added an os2 configuration file 2015-12-04 12:05:15 +00:00
hyunghwan.chung
f1ff341da2 added configuration files for dos 2015-12-03 15:11:47 +00:00
hyunghwan.chung
f40b5fb0c1 added stix-mac.h and made related changes 2015-12-03 05:46:11 +00:00
hyunghwan.chung
d8da07cb59 added some bigint code for division 2015-11-22 13:32:06 +00:00
hyunghwan.chung
346131b3e3 added more code for bigint multiplication 2015-11-13 15:55:56 +00:00
hyunghwan.chung
df3f521220 touched up stix_strtoint() 2015-11-09 14:26:58 +00:00
hyunghwan.chung
db2de5787d added more code to stix_strtoint() 2015-11-04 17:32:28 +00:00
hyunghwan.chung
e061b94832 added some more bigint routines 2015-11-03 14:08:43 +00:00
hyunghwan.chung
1094d298cb added some bigint related code 2015-10-29 15:24:46 +00:00
hyunghwan.chung
98631175d0 redefined some types 2015-10-28 14:58:58 +00:00
hyunghwan.chung
6916198253 touched up code 2015-10-14 13:25:36 +00:00
hyunghwan.chung
8f985290d0 autotool-ized the project 2015-10-14 09:06:44 +00:00