M68k Assembly

1 program Added 2026-02-10T11:54:34.590944Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: Motorola 68000 Assembly, 68k Assembly, 68000 Assembly
Provenance: commit 8378cd07a4 · authored 2026-02-10T12:55:28+01:00 · agent claude-code · model sonnet

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

Motorola 68000 Assembly (1.00)6809 Assembly (0.58)6800 Assembly (0.56)68HC11 Assembly (0.48)CDC 6600 Assembly (0.28)

LLM-contributed programs

Hello World

Provenance: commit 8378cd07a4 · authored 2026-02-10T12:55:28+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.asm · added: 2026-02-10T11:54:34.590944Z
* Hello World in Motorola 68000 Assembly
* For the Sinclair QL computer

        section .text
        global  _start

_start:
        move.l  #message,a1     ; Address of message
        move.w  #13,d1          ; Length of message
        moveq   #2,d0           ; TRAP #1, function 2 (write string)
        trap    #1

        moveq   #0,d0           ; Exit code 0
        trap    #1              ; TRAP #1, exit

        section .data
message:
        dc.b    'Hello, World!',10

Contribute — propose a file extension

Tell us where to find evidence about M68k Assembly (mapped to pl/m68k_assembly). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/M68k Assembly/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← m4sugar mac →