Post #2359576
2026-05-10 17:18 UTC
"How to become stupid with ASM lesson 22" .. I spent 25 mins going "this is IMPOSSIBLE, those 30 lines of code can't e wrong!" .. ORG 0000H .. code .. ORG 0038H code .. run .. crash .. crash.. put this and that .. 'works up to a point' .. why ? what ? .. dumps the .bin file .. "where is that JMP instruction that should be there ??" .. realizes that code starting at 0000 ends up AFTER 0038H and the new ORG statement overwrites it ...
Replies (0)
No replies.