Commit Graph

8 Commits

Author SHA1 Message Date
3c05b362d7 doc: update with new vm instructions 2024-12-15 22:37:05 +00:00
8889e58cf2 doc: replace @msg assembly items with @block 2024-12-14 21:57:55 +00:00
97aaffd166 doc: update assembly language syntax 2024-12-13 12:26:53 +00:00
99cbcbaeb4 doc: explicitly store all identifiers/selector in an assembly source file in the const pool 2024-12-09 20:38:36 +00:00
2d89db48d2 doc: standardise the use of braces, brackets, and parens in asm source
parens () are used to specify object parent (e.g. the name of the class
that a message handler belongs to)

braces {} are used to specify the contents of an object (e.g. the
getter/setter for a property)

brackets [] are used to specify the identifier of an object (e.g. the
selector for a message handler)
2024-11-20 22:15:14 +00:00
631b19e051 doc: convert more of Person.im to assembly 2024-11-08 13:24:37 +00:00
e55fdbd0db doc: add const pool to ivy assembly file 2024-11-05 22:17:36 +00:00
fd65b665c4 doc: add assembly source file for Person.im 2024-11-05 13:23:16 +00:00