Re: RTL Question

2012-06-20 Thread Andy Wingo
On Tue 19 Jun 2012 05:52, Noah Lavine noah.b.lav...@gmail.com writes: Time for my next RTL question - how do I use the toplevel-ref instruction? It looks like I need to make a variable object in the instruction stream, or at a known offset from it. I think I should use either make-non

RTL Question

2012-06-18 Thread Noah Lavine
Hello, Time for my next RTL question - how do I use the toplevel-ref instruction? It looks like I need to make a variable object in the instruction stream, or at a known offset from it. I think I should use either make-non-immediate or the linker to do that, but I don't quite know how. Thanks

RTL Question

2012-06-03 Thread Noah Lavine
Hello, I've been playing around with the wip-rtl branch, and I have an error I don't understand. Why does this give me a bad instruction error: (use-modules (system vm rtl)) (define prog (assemble-rtl-program 2 '((assert-nargs-ee/locals 1 1) (mov 0 1 (prog 3) ? On a related note, I've been

Re: RTL Question

2012-06-03 Thread Andy Wingo
On Sun 03 Jun 2012 16:58, Noah Lavine noah.b.lav...@gmail.com writes: I've been playing around with the wip-rtl branch, and I have an error I don't understand. Why does this give me a bad instruction error: (use-modules (system vm rtl)) (define prog (assemble-rtl-program 2