Add buffer listing function.

This commit is contained in:
2026-09-03 14:40:11 +01:00
parent 46bdb8cd0f
commit 3bfebe30ce
4 changed files with 133 additions and 6 deletions
+1
View File
@@ -9,6 +9,7 @@ struct Token {
uint32_t end;
enum Kind : uint8_t {
TempCurrent,
BufferName,
AddressSeperator,
Address,
Offset,