WizardOfHaas / d264b

complete rewrite of Dreckig OS in 64 bit
4 stars 0 forks source link

car and cdr and cons #5

Open WizardOfHaas opened 11 years ago

WizardOfHaas commented 11 years ago

make them!

WizardOfHaas commented 10 years ago

implemented at basic level, working on recursive parts...

WizardOfHaas commented 10 years ago

some issues with passing lists, i think it may be a buffer miss...

WizardOfHaas commented 10 years ago

In getlist.eval rsi and rdi need to xchg after eval call

WizardOfHaas commented 10 years ago

at least cons doesn't work with two statements, need to test car and cdr and then fix.