aboutsummaryrefslogtreecommitdiff
path: root/nextpage.inc
blob: 7e13042ae91bd49daa984a4a1714df69b48ada4a (plain)
1
2
3
4
5
6
7

; fill to the start of the next page.
 .macro nextpage
  .repeat ((>(*)+1)*256)-*
   .byte 0
  .endrep
 .endmacro