summaryrefslogtreecommitdiff
path: root/bootblocks/sysmbrtail.s
blob: c16ef5469396f7496d93f8984be2bffa308d7a4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

! Now make sure this isn't too big!
end_of_code:
  if *>table_start
   fail! Partition table overlaps
  endif

!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
! Clear the sector to the bottom of the partition table.
 if *<table_start-1
  org table_start-1
  .byte 0
 endif