- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
Using Python To Run Assembly ARM64 Programs
'ARM64' is the nickname for AArch64.
It's also not dead; it is still widely used an Apple and Android mobile devices
In the video, I eventually used the word 'compile' but I meant assemble because Assembly code is not compiled it is assembled by the assembler ( 'as' also known as 'gas' ).
1) as file -o file.o ( Assemble )
2) ld file.o -o file ( Link )
3) ./file ( Execute or Run )
Notice that the executable in the third step doesn't have an extension.
Видео Using Python To Run Assembly ARM64 Programs канала The Earthling
It's also not dead; it is still widely used an Apple and Android mobile devices
In the video, I eventually used the word 'compile' but I meant assemble because Assembly code is not compiled it is assembled by the assembler ( 'as' also known as 'gas' ).
1) as file -o file.o ( Assemble )
2) ld file.o -o file ( Link )
3) ./file ( Execute or Run )
Notice that the executable in the third step doesn't have an extension.
Видео Using Python To Run Assembly ARM64 Programs канала The Earthling
Комментарии отсутствуют
Информация о видео
16 апреля 2026 г. 10:21:52
00:01:08
Другие видео канала





















