Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
esavier4017ySame story, but i am fixing banking systems (Cobol) with c++14 ( now17 actually) with a decent dose of self control and some linker scripts rainbow magic
-
But if you would want to be lazy, aren't most old assembler instructions mappable to simple C statements? Season that with some goto instead of proper control logic, and variables named after the registers, and you're half way home, right?
-
setuid0197yWell played... just reminding me when porting bluetooth driver in FreeBSD... my only friend is VCS and low bandwidth... it's happening just about... 9 years ago
-
vlxdxmxr7287y@siljamicke That could possibly work but considering that we wanted to do it the "proper" way and we wanted assembler to run alongside C code, we had to do some magic with the addresses since assembler is running below the line (24bit) and C natively runs above the line (31bit). It was a lot of fun
-
vlxdxmxr7287y@esavier reminds me of the time when I migrated a C/C++ code to COBOL. Imagine that haha!
-
@vlxdxmxr dammit! Here you go dropping sayings that I don't understand! Above and below the line, what's that? Now I need to Google that, and we all know where that ends. It ends with me three hours later reading up on how photosynthesis works. Thanks a lot mate!
Related Rants
Re-writing IBM Asembler code to C. No documentation whatsoever. Code was our only reference.
undefined
wk58