breakingin 1.5: automating assembly with FASM macros

preview_player
Показать описание
In this second video I'll address the issue of manually assembling the code. Using a tool like FASM's preprocessor we can define macros for the VM instructions and this will allow us to more naturally write assembler code and have the computer transform it to numbers for us.

The code written in this video can be found at:
Рекомендации по теме
Комментарии
Автор

Did you look at the example assembler in the roboarchng repo?

roboman