diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-09-10 09:22:12 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-09-10 09:22:12 -0700 |
| commit | 2eb637e63a9e5d8f87391beb4af6019963a7c36c (patch) | |
| tree | f27d9d2772bd49475a6af737507a930b424a3a40 /labels.e | |
| parent | 7a0a28f4d8b738d305b826b5464b27255dd7def3 (diff) | |
add provide-hex, which varies its output width to fit the value
and amd64.e uses it for all the immediates, but not for other kinds of numeric parameter, which looks pretty slick and readable Force-Push: yes Change-Id: Ifb630a4dc172d7495b5458316266fe76b75e07af
Diffstat (limited to 'labels.e')
| -rw-r--r-- | labels.e | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/labels.e b/labels.e index f0629a8..f528219 100644 --- a/labels.e +++ b/labels.e @@ -131,6 +131,8 @@ ~ Mark it used. It's faster to just do this than to check if it's needed. dup label-status dup @ 0x01 | swap ! + ~ TODO putting a provide-label magic comment command here would be lovely + ~ Return the guessed value. label-value @ ; |