aboutsummaryrefslogtreecommitdiff
path: root/nextpage.inc
diff options
context:
space:
mode:
Diffstat (limited to 'nextpage.inc')
-rw-r--r--nextpage.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/nextpage.inc b/nextpage.inc
new file mode 100644
index 0000000..7e13042
--- /dev/null
+++ b/nextpage.inc
@@ -0,0 +1,7 @@
+
+; fill to the start of the next page.
+ .macro nextpage
+ .repeat ((>(*)+1)*256)-*
+ .byte 0
+ .endrep
+ .endmacro