mirror of
https://github.com/zoriya/dasm.git
synced 2025-12-06 06:36:31 +00:00
16 lines
197 B
ArmAsm
16 lines
197 B
ArmAsm
|
|
sub hello+1, #0x20
|
|
|
|
|
|
|
|
|
|
mov bx, #message
|
|
int16_t 0x20
|
|
mov bx, #exit
|
|
int16_t 0x20
|
|
|
|
.sect .data
|
|
message: .data2 1, 4, 1, 6, 0, hello, 0, 0
|
|
exit: .data2 1, 1, 0, 0, 0, 0, 0, 0
|
|
hello: .ascii "hello\n"
|