Argument is 4 bytes (pointer), not 2 bytes.
This commit is contained in:
		
							parent
							
								
									6f6356e0b4
								
							
						
					
					
						commit
						954d3a0326
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -2,6 +2,6 @@ | ||||||
| .extern _times
 | .extern _times
 | ||||||
| .text | .text | ||||||
| _times:		move.w #0x2B,d0 | _times:		move.w #0x2B,d0 | ||||||
| 		move.w 4(sp),a0 | 		move.l 4(sp),a0 | ||||||
| 		trap #0 | 		trap #0 | ||||||
| 		rts | 		rts | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue