condret

Results 22 comments of condret

I think that strcpy and strncpy have their valid niches in r2 codebase (copy const strings to destinations of guaranteed length, doing copy operations within apis like r_strbuf). I don't...

only need to move the disassembling part, the assemble should remain in asm

`$b,cf,=` will never work, it must be `$b63,cf,=` for example

the shl/shr thing is easy. it works similiar in gb-land: srl a `1,a,&,C,=,1,a,>>=,$z,Z,=,0,N,=,0,H`

i really don't like `>>>` and `

@sushant94 $b means borrow-from-bit, if you just do $b, you do not define from what bit you want to check the borrow. So $b performs undefined behaviour, which may end...

how do you want to handle customops

is this the dict api?

yes, for this case regsize is also wordsize