[fine] The VM lives! We can test it a little!

This commit is contained in:
John Doty 2024-01-14 16:06:14 -08:00
parent 866830b485
commit 1eb7da77fc
8 changed files with 117 additions and 15 deletions

View file

@ -47,7 +47,7 @@ z;
// @compiles-to:
// | function << module >> (0 args, 0 locals):
// | strings (0):
// | code (13):
// | code (14):
// | 0: PushFloat(23.0)
// | 1: StoreModule(0)
// | 2: LoadModule(0)
@ -61,4 +61,5 @@ z;
// | 10: LoadModule(2)
// | 11: Discard
// | 12: PushNothing
// | 13: Return
// |