[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

@ -26,7 +26,7 @@
// @compiles-to:
// | function << module >> (0 args, 0 locals):
// | strings (0):
// | code (11):
// | code (12):
// | 0: PushFloat(1.0)
// | 1: PushFloat(2.0)
// | 2: FloatMultiply
@ -38,4 +38,5 @@
// | 8: FloatAdd
// | 9: Discard
// | 10: PushNothing
// | 11: Return
// |