python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Motorola 68000 assembler syntax for Program Counter Indirect with Index
I've been putting together my own disassembler for Sega Mega Drive ROMs, basing my initial work on the MOTOROLA M68000 FAMILY Programmer’s Reference Manual. Having disassembled a considerable chunk of...
msbit
Votes: 0
Answers: 1
Trying to compare and count array elements greater, less, or equal to a value
I am trying to iterate an array and find numbers less than, equal to, and more than to be stored. I want to store the count in the three results and if possible display the result
ORG $1000
...
amolc
Votes: 0
Answers: 1
What is the correct way to enable soft floating point computation for 68000 with gcc and newlib?
I am using crosstool-ng to crosscompile for 68000 (version:crosstool-ng-1.24.0-rc2, host OS:Ubuntu 20.04)
My target is a 68000 (plain, not a 68020 or a cpu with floating point support).
I am compiling...
Fabio Dalla Libera
Votes: 0
Answers: 0
Problem Showing Interrupt message on Easy68k
I'm trying to do a program for the 68k processor using assembly. And I'm using Easy68k
The main Idea of the program is that a message appears when the reset button is hit along with change in the seve...
Simon temp
Votes: 0
Answers: 1