6
nitwhiz
6y

mov al, [var]

var db 07h

Error on line 1: undefined operation size.

Silly me defining a byte, using mov on a byte-wide register with said byte-wide variable. What size it could be, the byte-wide variable is soo fucken unknown i'm so sorry.

Comments
  • 2
    😅
    Sometimes I miss assembly.
    Sometimes I remember things like this.
Add Comment