Search found 323 matches

by wwhite
2024 Mar 01, 11:55
Forum: Speed Shop & Engine Talk
Topic: 351w 36-1 alignment
Replies: 22
Views: 2932

Re: 351w 36-1 alignment

AcesArneson wrote: 2024 Feb 29, 19:19 Can't you adjust the sensor by one degree? Is the sensor on sliding bracket?
No, it’s fixed, see pic, ignore red arrow:
IMG_1291.jpeg
by wwhite
2024 Feb 29, 13:27
Forum: Speed Shop & Engine Talk
Topic: 351w 36-1 alignment
Replies: 22
Views: 2932

351w 36-1 alignment

I have the 28oz balancer that requires the explorer wheel to be pressed on.
I am using an aftermarket timing cover that has the VR sensor fixed mount.
Question is, if I press on the wheel and am out by one degree, will that mater, does it have to be perfect, and can it be adjusted after in the tune?
by wwhite
2024 Jan 23, 17:03
Forum: Hardware, Programming & Disassembly
Topic: SAD Version 5 (alpha)
Replies: 143
Views: 20494

Re: SAD Version 5 (alpha)

My old sad had OVF, I like PSW_V better
by wwhite
2024 Jan 23, 13:33
Forum: Hardware, Programming & Disassembly
Topic: SAD Version 5 (alpha)
Replies: 143
Views: 20494

Re: SAD Version 5 (alpha)

PSW_V = Program Status Word _ Overflow Flag V

For the instruction JNV, PSW_V is correct.
by wwhite
2024 Jan 16, 18:55
Forum: Moates Support
Topic: F3V2 switch
Replies: 11
Views: 5029

Re: F3V2 switch

Is the T.I. Performance J3 chip switch pin out same as F3v2?
by wwhite
2024 Jan 13, 20:02
Forum: Hardware, Programming & Disassembly
Topic: SAD Version 5 (alpha)
Replies: 143
Views: 20494

Re: SAD Version 5 (alpha)

SAD created the following:

Code: Select all

sym 4 "AD_Cmd" W [B 0 71]               #Auto Added by SAD
Still not happy:

Code: Select all


## sym 2 "CPU_OK" [B 6]               
   ## Error - '[' expected
## sym 4 "AD_Cmd"  [W B 0 71]               
   ## Error - Invalid End Bit after 'B 0 71' 
by wwhite
2024 Jan 13, 15:43
Forum: Hardware, Programming & Disassembly
Topic: SAD Version 5 (alpha)
Replies: 143
Views: 20494

Re: SAD Version 5 (alpha)

I was working on an emulator for 8061, I had stopped because of exactly that, setting of the PSW.
I'm going to start working on it again.
PSW should be accessible globally in code.

I think what you are saying is SAD only checks previous instruction setting of PSW, but doesn't account for if an instruction doesn't set it, and hence doesn't know what the actual previous PSW was, wherever it was last set, if that makes any sense.
by wwhite
2024 Jan 11, 23:24
Forum: Hardware, Programming & Disassembly
Topic: SAD Version 5 (alpha)
Replies: 143
Views: 20494

Re: SAD Version 5 (alpha)

Ok, fixed it. My dir actually works, still need to verify.

I removed all subroutines, like sub 2131 "Background_Loop" , caused duplicate command
because it is defined as sym 2131 "Sub_2131"

I also removed all symbols that were #Auto Added by SAD.
It appears without them defined in the dir, SAD will auto create on the fly.

Here's my resulting msg file:

Code: Select all

# ----------------------------
# SAD Version 5.0.5 Alpha (11 Jan 2024)
# ----------------------------

# ---------------------------------------------------------------------------------------------
# NB - All commands and errors are printed in new command format
# ---------------------------------------------------------------------------------------------


# Input file is 'C:\Users\wwhite\Programming\SAD\\KID2.bin'

# File is 56K (0xe000) bytes


# Read commands from directive file 'C:\Users\wwhite\Programming\SAD\\KID2_dir.txt'



# ----- Start Disassembly phase 1 -----

# ----- End   Disassembly phase 1 -----

# ----- Start Disassembly phase 2 -----

# ----- End   Disassembly phase 2  -----

# ----- Output Listing to file C:\Users\wwhite\Programming\SAD\\KID2_lst.txt



# ---------------------------------------------------------------------------------------------
# The disassembler has scanned the binary and produced the following equivalent command list.
# This list includes any user commands read in. It can be copied and pasted into a directives file.
# Commented command lines printed for information but may be uncommented (e.g. bank)
# ---------------------------------------------------------------------------------------------
by wwhite
2024 Jan 11, 23:10
Forum: Hardware, Programming & Disassembly
Topic: SAD Version 5 (alpha)
Replies: 143
Views: 20494

Re: SAD Version 5 (alpha)

Well, I have 5.0.5 working the best I can with my dir.

Now I get the following in msg from SAD:

Code: Select all

## sym 2 "CPU_OK" [B 6]               
   ## Error - '[' expected
## sym 4 "AD_Cmd" W [B 0 71]               
   ## Error - '[' expected after '_Cmd" ' 
## sym 5 "WDG_Timer" W [B 0 71]               
   ## Error - '[' expected after 'imer" ' 
   
and I get a whole bunch of this:

Code: Select all

## sym 2131 "Sub_2131"
   ## Error - Duplicate Command

## sym 2148 "Sub_2148"
   ## Error - Duplicate Command

## sym 2164 "Sub_2164"
   ## Error - Duplicate Command