@@ -494,8 +494,25 @@ c128 {
494494 &ubyte VM2
495495 &ubyte VM3
496496 &ubyte VM4
497- JSRFAR () = $ff6e
498- SETBNK (ubyte databank @A, ubyte filenamebank @X) = $ff68
497+ BOOT_CALL (ubyte device @X, ubyte drive @A) -> clobbers (A,X,Y) = $ff53
498+ C64_MODE () = $ff4d
499+ CLOSE_ALL (ubyte device @X) -> clobbers (X) = $ff4a
500+ DLCHR () -> clobbers (A,X,Y) = $ff62
501+ DMA_CALL (ubyte bank @X, ubyte command @Y) -> clobbers (A,X) = $ff50
502+ GETCFG (ubyte bank @X) -> ubyte @A = $ff6b
503+ INDCMP (ubyte value @A, ubyte bank @X, ubyte offset @Y) -> clobbers (X) -> bool @Pz, bool @Pc, bool @Pv = $ff7a
504+ INDFET (ubyte zpaddr @A, ubyte bank @X, ubyte offset @Y) -> clobbers (X) -> ubyte @A = $ff74
505+ INDSTA (ubyte value @A, ubyte bank @X, ubyte offset @Y) -> clobbers (X) = $ff77
506+ JMPFAR () -> clobbers (A,X) = $ff71
507+ JSRFAR () -> clobbers (A,X) = $ff6e
508+ LKUPLA (ubyte lfn @A) -> bool @Pc, ubyte @X = $ff59
509+ LKUPSA (ubyte sa @Y) -> bool @Pc, ubyte @A, ubyte @X = $ff5c
510+ PFKEY (ubyte zpaddr @A, ubyte key @X, ubyte length @Y) = $ff65
511+ PHOENIX () -> clobbers (A,X,Y) = $ff56
512+ PRIMM () = $ff7d
513+ SETBNK (ubyte data_bank @A, ubyte filename_bank @X) = $ff68
514+ SPIN_SPOUT () -> clobbers (A) = $ff47
515+ SWAPPER () -> clobbers (A,X,Y) = $ff5f
499516 banks (ubyte banks @A)
500517 disable_basic () -> clobbers (A)
501518 getbanks () -> ubyte @A
0 commit comments