assembly - Generate .abs file from .asm file -


i have micropross sc2 device simulator.from document found can load library(motorola formatted .abs file) on flash memory of device. problem have never heard .abs file(my badluck).from http://ece.utep.edu/courses/web3376/assembly.html

i got idea "how can generate .abs file".(i think so) 

i have created small program in assembly language(.asm file) , using masm32.i have build file , got .obj file , .exe file didn't .abs file. so, missing step generate abs file?


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -