mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 02:59:22 -05:00
514135f563
- CC-RX for RX architecture - CC-RL for RL78 architecture - CC-RH for RH850 architecture Closes: #26880
8 lines
102 B
NASM
8 lines
102 B
NASM
.public _main
|
|
|
|
.section .text, text
|
|
_main:
|
|
.stack _main = 0
|
|
mov 0x00000000, r10
|
|
jmp [r31]
|