```text error: cannot use value of type `*const [u8]` for inline assembly --> :28:19 | 28 | ", addr=in(reg) time); | ^^^^ | = note: only integers, floats, SIMD vectors, pointers and function pointers can be used as arguments for inline assembly ``` Neat.