X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp-cpm3.git/blobdiff_plain/aeb747d4d09db894700b4c7e53323284f20dece2..afbcea2d821d1166ae347338ae52a64f3ee51e57:/cbios/utils.180 diff --git a/cbios/utils.180 b/cbios/utils.180 index 4a91641..08c5fd0 100644 --- a/cbios/utils.180 +++ b/cbios/utils.180 @@ -6,6 +6,7 @@ ; math + public ijphl ; vectored CALL point public add_hla ; add a to hl public div32_16,div32_r ; divide 32 bit by 16 bit number (rounded) @@ -18,6 +19,8 @@ public pr.dec,pr.decl ; print 16 or 32 bit decimal number public pr.errors ; print BIOS disk error message header + + extrn ?const,?conin,?cono extrn @adrv,@trk,@sect ; used by disk error message extrn @op,@ermde @@ -82,6 +85,16 @@ io1_nxt: pop bc ret + cseg + +;-------------------------------------------------------------------- +; vectored CALL point + +ijphl: + jp (hl) + + dseg + ;-------------------------------------------------------------------- ; add a to hl ;