jserv / jit-construct

JIT compiler from scratch, derived from Nick Desaulniers' great work
Other
42 stars 19 forks source link

Modified x86 only compiler #5

Closed tony0620emma closed 9 years ago

tony0620emma commented 9 years ago

I modify them and pull request again (Sorry , not good at using git now ......) And it should work Besides , the memory should be 3008 space , if not do so , will print segmentation fault (core dumped) If there is still something wrong , please tell me and I will fix them.

jserv commented 9 years ago

Thanks for your contributions.

jserv commented 9 years ago

@tony0620emma, You can refer to the implementation: https://github.com/luapower/bf/blob/master/bf_x86.dasl

And then, send the revised pull request again.

tony0620emma commented 9 years ago

OK , let me do some research on it .