update some comments

This commit is contained in:
4am 2021-07-11 13:21:15 -04:00
parent cba62f83b0
commit 48e7c8cc55
1 changed files with 2 additions and 3 deletions

View File

@ -4,10 +4,9 @@
;-------------------------------
; ConstructStandardDelivery
; in: A = low byte of Standard Delivery parameter table (see below)
; X = high byte of Standard Delivery parameter table
; in: X = ID of which Standard Delivery we should construct
; (see apidefs.a)
; out: $1000..$10FF replaced with Standard Delivery bootloader
; all registers clobbered
; A,X clobbered
; Y preserved
;-------------------------------