mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-23 02:32:11 +00:00
6 lines
67 B
LLVM
6 lines
67 B
LLVM
|
; test a simple add
|
||
|
int %main() {
|
||
|
%X = add int 1, 2
|
||
|
ret int %X
|
||
|
}
|