Bootloader - programming

Asked

Viewed 54 times

-1

I’ve seen that code from a bootloader :

https://ghostbin.com/paste/mwpub

And I can’t understand that part :

MBOOT_PAGE_ALIGN    equ 1<<0    
MBOOT_MEM_INFO      equ 1<<1 

Well I wonder what that means equ1<<0 , equ 1<<1

1 answer

0

Browser other questions tagged

You are not signed in. Login or sign up in order to post.