Hello Tim, thanks fot the great explanation during series. Can I ask, since we learned how to set and remove flags, which is the best way to check if specific user has specific group of flags ? For example if user has these 3 permissions then execute these fuctions or etc.
@mouadcharkoun935828 күн бұрын
Thank you Tim for this amazing series. We could also use XOR to remove permissions.
@IAmTimCorey27 күн бұрын
You are welcome.
@Zakaria_TheWolfАй бұрын
Amazing Informations Thank You For Your Time ✅✅
@IAmTimCoreyАй бұрын
You are welcome.
@mostafaosman4162Ай бұрын
bitwise, I love Embedded system
@IAmTimCoreyАй бұрын
👍
@rainbowsprinklezАй бұрын
Wow! Thank you for this! I never considered using not! The SNES is a 16-bit system so if I wanted to remove bit 0, I would just AND 0XFFFE. But this way is definitely cleaner, especially not knowing the bit count of the system.