Bug 224

Summary: Small bug in 56k code generation
Product: RMAC Reporter: ggn <ggnkua>
Component: CoreAssignee: Shamus Hammons <jlhamm>
Status: UNCONFIRMED ---    
Severity: normal CC: jlhamm
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Attachments: The patches!

Description ggn 2023-12-22 11:51:25 CST
This is when generating a short immediate value. According to the bug report I received:

ADC X,A #100,X0  -> generates "$246421"
ADC X,A #-100,X0 -> generates "$239c21"

The fix is very easy, and will be attached right now.
Comment 1 ggn 2023-12-22 11:53:12 CST
Created attachment 217 [details]
The patches!