checkpoint: atom 0-1 works for resolve look at.

This commit is contained in:
ed
2026-08-11 14:05:23 -04:00
parent 3f3b691ac0
commit 7daeec0ee3
5 changed files with 20 additions and 18 deletions
+2
View File
@@ -15,6 +15,8 @@
#define WORD_COUNT(name, count) enum { words_##name = (count) };
WORD_COUNT(nop, 1)
WORD_COUNT(atom_label, 0)
WORD_COUNT(atom_offset, 0)
WORD_COUNT(load_upper_i, 1)
WORD_COUNT(jump_reg, 1)
WORD_COUNT(jump_link, 1)