Advertisement
Guest User

c64 float test

a guest
Dec 29th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     *=$c000;
  2.  
  3.     MOVFM       = $bba2
  4.  
  5.     lda #<my_float
  6.     ldy #>my_float
  7.  
  8.     jsr MOVFM
  9.     rts
  10.  
  11.     my_float    .byte $88, $23, $7d, $1d, $68   ;   =163.48873
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement