doc: add const pool to ivy assembly file

This commit is contained in:
2024-11-05 22:17:36 +00:00
parent 9323c83b31
commit e55fdbd0db

View File

@@ -13,15 +13,27 @@
@end
@lambda (Person_exampleProperty3_get)
ldr x0, [self, #3]
ret
@end
@lambda (Person_exampleProperty3_set)
ldr x0, [bp, #-1]
str x0, [self, #3]
ret
@end
@lambda (Person_exampleProperty4_get)
ldr x0, [self, #4]
ret
@end
@constpool
#0: "Received "
#1: ", "
#2: @ident[cout]
#3: @selector[-put:]
@end
@class (net.doorstuck.test.Person)
@@ -55,3 +67,7 @@
ret.n
@end
@msgh (net.doorstuck.test.Person) [-test(param:_:)]
@end