2011-11-04, 03:32 AM
You should be able to use binary like I said too:
defb %10000001
should be the same as
defb 129
(or for that matter defb 81h if you want to do hexadecimal
defb %10000001
should be the same as
defb 129
(or for that matter defb 81h if you want to do hexadecimal
