Skip to content

Commit

Permalink
Test larger mult values
Browse files Browse the repository at this point in the history
  • Loading branch information
uholeschak committed Dec 11, 2024
1 parent 4d306e3 commit fbdae46
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions EdiabasLib/Test/Ecu/cmd_test2.b2v
Original file line number Diff line number Diff line change
Expand Up @@ -1813,6 +1813,22 @@ job( name : TEST_MULT_FLAGS;
ergs "JUMPS", S2
#endasm

#asm
enewset
move L4,#$7FFFFFFF
move L5,#4
ergl "VALUE1", L4
ergl "VALUE2", L5
mult L4,L5
#endasm
calc_flags();
#asm
ergl "VALUE_RESA4", L4
ergl "VALUE_RESB4", L5
ergs "FLAGS", S1
ergs "JUMPS", S2
#endasm

#asm
enewset
move I4,#$7FFF
Expand Down
Binary file modified EdiabasLib/Test/Ecu/cmd_test2.prg
Binary file not shown.

0 comments on commit fbdae46

Please sign in to comment.