11-04-2011, 02: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
